Rev Author Line No. Line
1212 kakl 1 <?xml version="1.0" encoding="windows-1250"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8,00"
5 Name="AVRProject"
1269 kakl 6 ProjectGUID="{E81EE5C5-BF61-4F63-97E0-F94397BD48AF}"
1212 kakl 7 Keyword="MakeFileProj"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory=".\Debug"
20 IntermediateDirectory=".\Debug"
21 ConfigurationType="0"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
23 UseOfMFC="0"
24 ATLMinimizesCRunTimeLibraryUsage="false"
25 >
26 <Tool
27 Name="VCNMakeTool"
28 BuildCommandLine="make"
29 ReBuildCommandLine="make make clean"
30 CleanCommandLine=""
31 Output="AVRProject.exe"
32 PreprocessorDefinitions=""
33 IncludeSearchPath=""
34 ForcedIncludes=""
35 AssemblySearchPath=""
36 ForcedUsingAssemblies=""
37 CompileAsManaged=""
38 />
39 </Configuration>
40 <Configuration
41 Name="Release|Win32"
42 OutputDirectory=".\Release"
43 IntermediateDirectory=".\Release"
44 ConfigurationType="0"
45 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
46 UseOfMFC="0"
47 ATLMinimizesCRunTimeLibraryUsage="false"
48 >
49 <Tool
50 Name="VCNMakeTool"
51 BuildCommandLine="make"
52 ReBuildCommandLine="make "
53 CleanCommandLine=""
54 Output="AVRProject.exe"
55 PreprocessorDefinitions=""
56 IncludeSearchPath=""
57 ForcedIncludes=""
58 AssemblySearchPath=""
59 ForcedUsingAssemblies=""
60 CompileAsManaged=""
61 />
62 </Configuration>
63 </Configurations>
64 <References>
65 </References>
66 <Files>
67 <Filter
68 Name="Source Files"
69 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
70 >
71 <File
72 RelativePath="gpstest.c"
73 >
74 </File>
75 </Filter>
76 <Filter
77 Name="Header Files"
78 Filter="h;hpp;hxx;hm;inl"
79 >
80 <File
81 RelativePath="global.h"
82 >
83 </File>
84 </Filter>
85 <Filter
86 Name="Resource Files"
87 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
88 >
1269 kakl 89 </Filter>
90 <Filter
91 Name="avrlib"
92 >
1212 kakl 93 <File
1269 kakl 94 RelativePath=".\avrlibdefs.h"
1212 kakl 95 >
96 </File>
97 <File
1269 kakl 98 RelativePath=".\avrlibtypes.h"
1212 kakl 99 >
100 </File>
101 <File
1269 kakl 102 RelativePath=".\buffer.c"
1212 kakl 103 >
104 </File>
105 <File
1269 kakl 106 RelativePath=".\buffer.h"
1212 kakl 107 >
108 </File>
109 <File
1269 kakl 110 RelativePath=".\gps.c"
1212 kakl 111 >
112 </File>
113 <File
1269 kakl 114 RelativePath=".\gps.h"
1212 kakl 115 >
116 </File>
117 <File
1269 kakl 118 RelativePath=".\lcd_hd44780.c"
1212 kakl 119 >
120 </File>
121 <File
1269 kakl 122 RelativePath=".\lcd_hd44780.h"
1212 kakl 123 >
124 </File>
125 <File
1269 kakl 126 RelativePath=".\lcdconf.h"
1212 kakl 127 >
128 </File>
129 <File
1269 kakl 130 RelativePath=".\nmea.c"
1212 kakl 131 >
132 </File>
133 <File
1269 kakl 134 RelativePath=".\nmea.h"
1212 kakl 135 >
136 </File>
1214 kakl 137 <File
1269 kakl 138 RelativePath=".\port128.h"
1214 kakl 139 >
140 </File>
141 <File
1269 kakl 142 RelativePath=".\rprintf.c"
1214 kakl 143 >
144 </File>
1269 kakl 145 <File
146 RelativePath=".\rprintf.h"
147 >
148 </File>
149 <File
150 RelativePath=".\timer.c"
151 >
152 </File>
153 <File
154 RelativePath=".\timer.h"
155 >
156 </File>
157 <File
158 RelativePath=".\tsip.c"
159 >
160 </File>
161 <File
162 RelativePath=".\tsip.h"
163 >
164 </File>
165 <File
166 RelativePath=".\uart.c"
167 >
168 </File>
169 <File
170 RelativePath=".\uart.h"
171 >
172 </File>
173 <File
174 RelativePath=".\uart2.c"
175 >
176 </File>
177 <File
178 RelativePath=".\uart2.h"
179 >
180 </File>
181 <File
182 RelativePath=".\utm.c"
183 >
184 </File>
185 <File
186 RelativePath=".\utm.h"
187 >
188 </File>
189 <File
190 RelativePath=".\vt100.c"
191 >
192 </File>
193 <File
194 RelativePath=".\vt100.h"
195 >
196 </File>
1212 kakl 197 </Filter>
198 </Files>
199 <Globals>
200 </Globals>
201 </VisualStudioProject>