First Commit
[owSlave2.git] / programmer / programmer / programmer.asmproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <SchemaVersion>2.0</SchemaVersion>
5     <ProjectVersion>6.2</ProjectVersion>
6     <ToolchainName>com.Atmel.AVRAssembler</ToolchainName>
7     <ProjectGuid>{73dcf55e-6410-4dea-8872-ee17f76dd05a}</ProjectGuid>
8     <avrdeviceseries>none</avrdeviceseries>
9     <avrdevice>ATtiny84A</avrdevice>
10     <OutputFileName>$(MSBuildProjectName)</OutputFileName>
11     <OutputFileExtension>.obj</OutputFileExtension>
12     <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
13     <Language>ASSEMBLY</Language>
14     <AssemblyName>programmer</AssemblyName>
15     <Name>programmer</Name>
16     <RootNamespace>programmer</RootNamespace>
17     <EntryFile>$(MSBuildProjectDirectory)\programmer.asm</EntryFile>
18     <ToolchainFlavour>Native</ToolchainFlavour>
19     <KeepTimersRunning>true</KeepTimersRunning>
20     <OverrideVtor>false</OverrideVtor>
21     <CacheFlash>true</CacheFlash>
22     <ProgFlashFromRam>true</ProgFlashFromRam>
23     <RamSnippetAddress>0x20000000</RamSnippetAddress>
24     <UncachedRange />
25     <preserveEEPROM>true</preserveEEPROM>
26     <OverrideVtorValue>exception_table</OverrideVtorValue>
27     <BootSegment>2</BootSegment>
28     <eraseonlaunchrule>1</eraseonlaunchrule>
29     <AsfFrameworkConfig>
30       <framework-data>
31         <options />
32         <configurations />
33         <files />
34         <documentation help="" />
35         <offline-documentation help="" />
36         <dependencies>
37           <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.18.1" />
38         </dependencies>
39       </framework-data>
40     </AsfFrameworkConfig>
41     <avrtool>com.atmel.avrdbg.tool.atmelice</avrtool>
42     <com_atmel_avrdbg_tool_atmelice>
43       <ToolOptions>
44         <InterfaceProperties>
45           <IspClock>100000</IspClock>
46           <DebugWireClockDiv>8000</DebugWireClockDiv>
47         </InterfaceProperties>
48         <InterfaceName>debugWIRE</InterfaceName>
49       </ToolOptions>
50       <ToolType>com.atmel.avrdbg.tool.atmelice</ToolType>
51       <ToolNumber>J41800000779</ToolNumber>
52       <ToolName>Atmel-ICE</ToolName>
53     </com_atmel_avrdbg_tool_atmelice>
54     <avrtoolinterface>debugWIRE</avrtoolinterface>
55   </PropertyGroup>
56   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
57     <ToolchainSettings>
58       <AvrAssembler>
59         <avrasm.assembler.general.IncludeFile>(%24IncludeFile)</avrasm.assembler.general.IncludeFile>
60       </AvrAssembler>
61     </ToolchainSettings>
62     <OutputType>Executable</OutputType>
63   </PropertyGroup>
64   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
65     <ToolchainSettings>
66       <AvrAssembler>
67         <avrasm.assembler.general.IncludeFile>(%24IncludeFile)</avrasm.assembler.general.IncludeFile>
68       </AvrAssembler>
69     </ToolchainSettings>
70   </PropertyGroup>
71   <ItemGroup>
72     <Compile Include="programmer.asm">
73       <SubType>Code</SubType>
74     </Compile>
75   </ItemGroup>
76   <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Assembler.targets" />
77 </Project>