annotate pihelp.cproj @ 12:aec45c673a60

Fix decryption
author Matt Johnston <matt@ucc.asn.au>
date Wed, 12 Jun 2013 23:48:49 +0800
parents 03da5ff767e9
children 021e6e0006f4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
3 <PropertyGroup>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
4 <SchemaVersion>2.0</SchemaVersion>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
5 <ProjectVersion>6.1</ProjectVersion>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
6 <ToolchainName>com.Atmel.AVRGCC8.C</ToolchainName>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
7 <ProjectGuid>{4de891f7-343e-4919-a547-808a4aae3a39}</ProjectGuid>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
8 <avrdevice>ATmega328P</avrdevice>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
9 <avrdeviceseries>none</avrdeviceseries>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
10 <OutputType>Executable</OutputType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
11 <Language>C</Language>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
12 <OutputFileName>$(MSBuildProjectName)</OutputFileName>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
13 <OutputFileExtension>.elf</OutputFileExtension>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
14 <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
15 <AssemblyName>pihelp</AssemblyName>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
16 <Name>pihelp</Name>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
17 <RootNamespace>pihelp</RootNamespace>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
18 <ToolchainFlavour>Native</ToolchainFlavour>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
19 <KeepTimersRunning>true</KeepTimersRunning>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
20 <OverrideVtor>false</OverrideVtor>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
21 <OverrideVtorValue>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
22 </OverrideVtorValue>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
23 <eraseonlaunchrule>0</eraseonlaunchrule>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
24 <ProgFlashFromRam>true</ProgFlashFromRam>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
25 <RamSnippetAddress>0x20000000</RamSnippetAddress>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
26 <CacheFlash>true</CacheFlash>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
27 <UncachedRange />
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
28 <BootSegment>2</BootSegment>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
29 <AsfFrameworkConfig>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
30 <framework-data xmlns="">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
31 <options />
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
32 <configurations />
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
33 <files />
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
34 <documentation help="" />
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
35 <offline-documentation help="" />
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
36 <dependencies>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
37 <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.8.1" />
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
38 </dependencies>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
39 </framework-data>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
40 </AsfFrameworkConfig>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
41 <avrtoolinterface />
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
42 <avrtool>com.atmel.avrdbg.tool.simulator</avrtool>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
43 <com_atmel_avrdbg_tool_simulator>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
44 <ToolType xmlns="">com.atmel.avrdbg.tool.simulator</ToolType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
45 <ToolName xmlns="">Simulator</ToolName>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
46 <ToolNumber xmlns="">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
47 </ToolNumber>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
48 <StimuliFile xmlns="">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
49 </StimuliFile>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
50 <Channel xmlns="">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
51 <host>127.0.0.1</host>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
52 <port>52727</port>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
53 <ssl>False</ssl>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
54 </Channel>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
55 </com_atmel_avrdbg_tool_simulator>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
56 </PropertyGroup>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
57 <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
58 <ToolchainSettings>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
59 <AvrGcc>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
60 <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
61 <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
62 <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
63 <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
64 <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
65 <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
66 <avrgcc.compiler.symbols.DefSymbols>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
67 <ListValues>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
68 <Value>NDEBUG</Value>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
69 </ListValues>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
70 </avrgcc.compiler.symbols.DefSymbols>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
71 <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
72 <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
73 <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
74 <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
75 <avrgcc.linker.libraries.Libraries>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
76 <ListValues>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
77 <Value>libm</Value>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
78 </ListValues>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
79 </avrgcc.linker.libraries.Libraries>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
80 </AvrGcc>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
81 </ToolchainSettings>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
82 </PropertyGroup>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
83 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
84 <ToolchainSettings>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
85 <AvrGcc>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
86 <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
87 <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
88 <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
89 <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
90 <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
91 <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
92 <avrgcc.compiler.symbols.DefSymbols>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
93 <ListValues>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
94 <Value>DEBUG</Value>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
95 </ListValues>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
96 </avrgcc.compiler.symbols.DefSymbols>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
97 <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
98 <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
99 <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
100 <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
101 <avrgcc.compiler.miscellaneous.OtherFlags>-std=gnu99 -DSIM_DEBUG</avrgcc.compiler.miscellaneous.OtherFlags>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
102 <avrgcc.linker.libraries.Libraries>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
103 <ListValues>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
104 <Value>libm</Value>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
105 </ListValues>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
106 </avrgcc.linker.libraries.Libraries>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
107 <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
108 </AvrGcc>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
109 </ToolchainSettings>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
110 </PropertyGroup>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
111 <ItemGroup>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
112 <Compile Include="aes.c">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
113 <SubType>compile</SubType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
114 </Compile>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
115 <Compile Include="cli.h">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
116 <SubType>compile</SubType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
117 </Compile>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
118 <Compile Include="config.h">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
119 <SubType>compile</SubType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
120 </Compile>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
121 <Compile Include="crc8.c">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
122 <SubType>compile</SubType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
123 </Compile>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
124 <Compile Include="crc8.h">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
125 <SubType>compile</SubType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
126 </Compile>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
127 <Compile Include="debug.h">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
128 <SubType>compile</SubType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
129 </Compile>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
130 <Compile Include="ds18x20.h">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
131 <SubType>compile</SubType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
132 </Compile>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
133 <Compile Include="hmac-sha1.c">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
134 <SubType>compile</SubType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
135 </Compile>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
136 <Compile Include="hmac-sha1.h">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
137 <SubType>compile</SubType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
138 </Compile>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
139 <Compile Include="main.c">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
140 <SubType>compile</SubType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
141 </Compile>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
142 <Compile Include="onewire.c">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
143 <SubType>compile</SubType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
144 </Compile>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
145 <Compile Include="onewire.h">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
146 <SubType>compile</SubType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
147 </Compile>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
148 <Compile Include="sha1.c">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
149 <SubType>compile</SubType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
150 </Compile>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
151 <Compile Include="sha1.h">
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
152 <SubType>compile</SubType>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
153 </Compile>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
154 </ItemGroup>
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
155 <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
03da5ff767e9 Some debug ifdefs
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
156 </Project>