-
Notifications
You must be signed in to change notification settings - Fork 0
/
TCD1304DG_drvAPR30.cppproj
51 lines (51 loc) · 2.06 KB
/
TCD1304DG_drvAPR30.cppproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
<ProjectVersion>7.0</ProjectVersion>
<ToolchainName>com.Atmel.AVRGCC8.CPP</ToolchainName>
<ProjectGuid>dce6c7e3-ee26-4d79-826b-08594b9ad897</ProjectGuid>
<avrdevice>ATmega1284</avrdevice>
<avrdeviceseries>none</avrdeviceseries>
<OutputType>Executable</OutputType>
<Language>CPP</Language>
<OutputFileName>$(MSBuildProjectName)</OutputFileName>
<ArduinoProjectType>Sketch</ArduinoProjectType>
<OutputFileExtension>.elf</OutputFileExtension>
<OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
<Name>TCD1304DG_drvAPR30</Name>
<RootNamespace>TCD1304DG_drvAPR30</RootNamespace>
<ArduinoIdeDir>C:\Program Files (x86)\Arduino</ArduinoIdeDir>
<ToolchainFlavour>Native</ToolchainFlavour>
<KeepTimersRunning>true</KeepTimersRunning>
<OverrideVtor>false</OverrideVtor>
<CacheFlash>true</CacheFlash>
<ProgFlashFromRam>true</ProgFlashFromRam>
<RamSnippetAddress />
<UncachedRange />
<preserveEEPROM>true</preserveEEPROM>
<OverrideVtorValue />
<BootSegment>2</BootSegment>
<eraseonlaunchrule>1</eraseonlaunchrule>
<AssemblyName>TCD1304DG_drvAPR30</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
</PropertyGroup>
<ItemGroup>
<Compile Include="Sketch.cpp">
<SubType>compile</SubType>
</Compile>
<Content Include="readme.html">
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ArduinoCore\ArduinoCore.cppproj">
<Name>ArduinoCore</Name>
<Project>25b54e53-d06a-41d6-8d53-cdaadf7a90fd</Project>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
</Project>