MqttMonitor/.project

65 lines
1.9 KiB
Plaintext
Raw Normal View History

2016-03-02 17:30:46 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>MqttMonitor</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<triggers>clean,full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
<nature>it.baeyens.arduinonature</nature>
</natures>
<linkedResources>
<link>
2016-03-06 15:18:46 +01:00
<name>Libraries/SPI</name>
2016-03-02 17:30:46 +01:00
<type>2</type>
2016-03-06 15:18:46 +01:00
<locationURI>ArduinoHardwareLibPath/SPI</locationURI>
2016-03-02 17:30:46 +01:00
</link>
<link>
2016-03-06 15:18:46 +01:00
<name>Libraries/WiFi</name>
2016-03-02 17:30:46 +01:00
<type>2</type>
2016-03-06 15:18:46 +01:00
<locationURI>ArduinoLibPath/WiFi</locationURI>
2016-03-02 17:30:46 +01:00
</link>
<link>
<name>arduino/core</name>
<type>2</type>
<locationURI>ArduinoPlatformPath/arduino</locationURI>
</link>
<link>
<name>arduino/variant</name>
<type>2</type>
2016-03-03 23:19:56 +01:00
<locationURI>ArduinoPinPath/mega</locationURI>
2016-03-02 17:30:46 +01:00
</link>
</linkedResources>
<variableList>
<variable>
<name>ArduinoHardwareLibPath</name>
2016-03-03 23:19:56 +01:00
<value>file:/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/avr/libraries</value>
2016-03-02 17:30:46 +01:00
</variable>
<variable>
<name>ArduinoPinPath</name>
2016-03-03 23:19:56 +01:00
<value>file:/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/avr/variants</value>
2016-03-02 17:30:46 +01:00
</variable>
<variable>
<name>ArduinoPlatformPath</name>
2016-03-03 23:19:56 +01:00
<value>file:/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/avr/cores</value>
2016-03-02 17:30:46 +01:00
</variable>
</variableList>
</projectDescription>