Added 'Arduino Application' ProjectType

This commit is contained in:
Michael Becker 2014-12-04 20:38:27 -08:00
parent 05fe3b8701
commit 68e0ae9bfe
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE UniversalEditor SYSTEM "U:\Doctypes\UniversalEditor.dtd">
<UniversalEditor Version="3.0">
<ProjectTypes>
<ProjectType ID="{EA90755A-4A5D-4FA4-B676-F7BBD8CF0D84}">
<Information>
<Title>Arduino Application</Title>
</Information>
<Tasks>
<!--
TaskTypes are defined in libraries.
{EE505E05-F125-4718-BA0A-879C72B5125A} corresponds to the built-in task type ExecutableTask
When tasks are executed, the TaskType gets the inner XML of the task and processes it to extract parameters.
Certain tags are expanded by the preprocessor, like StringBuilder which is common to all TaskTypes.
-->
<Task ID="{9749807D-CD3F-4EC2-A356-6CA4DB7E4AFC}" TaskTypeID="{EE505E05-F125-4718-BA0A-879C72B5125A}" Title="Compile">
<FileName>$(ArduinoPath)\avr-gcc.exe</FileName>
<Arguments>
<StringBuilder>
<Literal Value="-o " />
<Quote />
<Variable Name="OutputFileName" />
<Quote />
<Literal Value=" " />
<ProjectFiles Separator=" " />
</StringBuilder>
</Arguments>
</Task>
</Tasks>
</ProjectType>
</ProjectTypes>
</UniversalEditor>

View File

@ -97,6 +97,7 @@
<Content Include="ProjectTypes\{8891C1AE-6699-45DA-8B22-13BCEBB63364}.xml" />
<Content Include="ProjectTypes\{A0786B88-2ADB-4C21-ABE8-AA2D79766269}.xml" />
<Content Include="ProjectTypes\{AB211699-2C6A-4FCC-97FB-F629B1023277}.xml" />
<Content Include="ProjectTypes\{EA90755A-4A5D-4FA4-B676-F7BBD8CF0D84}.xml" />
<Content Include="ProjectTypes\{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.xml" />
<Content Include="Templates\Document\Database\AssetsDatabase.xml" />
<Content Include="Templates\Document\Database\ContactsDatabase.xml" />