Mercurial > sdl-ios-xcode
comparison VisualCE/testalpha/testalpha.vcproj @ 2207:d63e9f5944ae
Unpacked project archives to get individual file history in subversion
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 21 Jul 2007 17:09:01 +0000 |
parents | |
children | c2539ff054c8 |
comparison
equal
deleted
inserted
replaced
2206:ca7d2227d630 | 2207:d63e9f5944ae |
---|---|
1 <?xml version="1.0" encoding="windows-1251"?> | |
2 <VisualStudioProject | |
3 ProjectType="Visual C++" | |
4 Version="8,00" | |
5 Name="testalpha" | |
6 ProjectGUID="{DF401CB3-6F70-4485-996B-B7C357CF7EE7}" | |
7 RootNamespace="testalpha" | |
8 > | |
9 <Platforms> | |
10 <Platform | |
11 Name="Smartphone 2003 (ARMV4)" | |
12 /> | |
13 <Platform | |
14 Name="Pocket PC 2003 (ARMV4)" | |
15 /> | |
16 <Platform | |
17 Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" | |
18 /> | |
19 </Platforms> | |
20 <ToolFiles> | |
21 </ToolFiles> | |
22 <Configurations> | |
23 <Configuration | |
24 Name="Release|Smartphone 2003 (ARMV4)" | |
25 OutputDirectory="$(PlatformName)\$(ConfigurationName)" | |
26 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |
27 ConfigurationType="1" | |
28 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | |
29 UseOfMFC="0" | |
30 ATLMinimizesCRunTimeLibraryUsage="false" | |
31 CharacterSet="1" | |
32 > | |
33 <Tool | |
34 Name="VCPreBuildEventTool" | |
35 /> | |
36 <Tool | |
37 Name="VCCustomBuildTool" | |
38 /> | |
39 <Tool | |
40 Name="VCXMLDataGeneratorTool" | |
41 /> | |
42 <Tool | |
43 Name="VCWebServiceProxyGeneratorTool" | |
44 /> | |
45 <Tool | |
46 Name="VCMIDLTool" | |
47 PreprocessorDefinitions="NDEBUG" | |
48 MkTypLibCompatible="true" | |
49 SuppressStartupBanner="true" | |
50 TargetEnvironment="1" | |
51 TypeLibraryName="$(PlatformName)\$(ConfigurationName)/testalpha.tlb" | |
52 HeaderFileName="" | |
53 /> | |
54 <Tool | |
55 Name="VCCLCompilerTool" | |
56 ExecutionBucket="7" | |
57 Optimization="2" | |
58 InlineFunctionExpansion="1" | |
59 AdditionalIncludeDirectories="..\..\include" | |
60 PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG" | |
61 StringPooling="true" | |
62 RuntimeLibrary="0" | |
63 EnableFunctionLevelLinking="true" | |
64 UsePrecompiledHeader="0" | |
65 PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/testalpha.pch" | |
66 AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)/" | |
67 ObjectFile="$(PlatformName)\$(ConfigurationName)/" | |
68 ProgramDataBaseFileName="$(PlatformName)\$(ConfigurationName)/" | |
69 WarningLevel="3" | |
70 SuppressStartupBanner="true" | |
71 /> | |
72 <Tool | |
73 Name="VCManagedResourceCompilerTool" | |
74 /> | |
75 <Tool | |
76 Name="VCResourceCompilerTool" | |
77 AdditionalOptions="/r " | |
78 PreprocessorDefinitions="UNDER_CE=$(CEVER),_WIN32_WCE=$(CEVER),NDEBUG,UNICODE,_UNICODE,$(CePlatform),ARM,_ARM_,ARMV4" | |
79 Culture="1033" | |
80 /> | |
81 <Tool | |
82 Name="VCPreLinkEventTool" | |
83 /> | |
84 <Tool | |
85 Name="VCLinkerTool" | |
86 AdditionalOptions="/ALIGN:4096 /subsystem:$(CESubsystem) /MACHINE:ARM " | |
87 AdditionalDependencies="commctrl.lib coredll.lib aygshell.lib secchk.lib ccrtrtti.lib" | |
88 OutputFile="$(PlatformName)\$(ConfigurationName)/testalpha.exe" | |
89 LinkIncremental="1" | |
90 SuppressStartupBanner="true" | |
91 IgnoreDefaultLibraryNames="$(CENoDefaultLib)" | |
92 ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)/testalpha.pdb" | |
93 StackReserveSize="65536" | |
94 StackCommitSize="4096" | |
95 EntryPointSymbol="WinMainCRTStartup" | |
96 BaseAddress="0x00010000" | |
97 /> | |
98 <Tool | |
99 Name="VCALinkTool" | |
100 /> | |
101 <Tool | |
102 Name="VCXDCMakeTool" | |
103 /> | |
104 <Tool | |
105 Name="VCBscMakeTool" | |
106 SuppressStartupBanner="true" | |
107 OutputFile="$(PlatformName)\$(ConfigurationName)/testalpha.bsc" | |
108 /> | |
109 <Tool | |
110 Name="VCCodeSignTool" | |
111 /> | |
112 <Tool | |
113 Name="VCPostBuildEventTool" | |
114 /> | |
115 <DeploymentTool | |
116 ForceDirty="-1" | |
117 RemoteDirectory="" | |
118 RegisterOutput="0" | |
119 AdditionalFiles="" | |
120 /> | |
121 <DebuggerTool | |
122 /> | |
123 </Configuration> | |
124 <Configuration | |
125 Name="Release|Pocket PC 2003 (ARMV4)" | |
126 OutputDirectory="$(PlatformName)\$(ConfigurationName)" | |
127 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |
128 ConfigurationType="1" | |
129 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | |
130 UseOfMFC="0" | |
131 ATLMinimizesCRunTimeLibraryUsage="false" | |
132 CharacterSet="1" | |
133 > | |
134 <Tool | |
135 Name="VCPreBuildEventTool" | |
136 /> | |
137 <Tool | |
138 Name="VCCustomBuildTool" | |
139 /> | |
140 <Tool | |
141 Name="VCXMLDataGeneratorTool" | |
142 /> | |
143 <Tool | |
144 Name="VCWebServiceProxyGeneratorTool" | |
145 /> | |
146 <Tool | |
147 Name="VCMIDLTool" | |
148 PreprocessorDefinitions="NDEBUG" | |
149 MkTypLibCompatible="true" | |
150 SuppressStartupBanner="true" | |
151 TargetEnvironment="1" | |
152 TypeLibraryName="$(PlatformName)\$(ConfigurationName)/testalpha.tlb" | |
153 HeaderFileName="" | |
154 /> | |
155 <Tool | |
156 Name="VCCLCompilerTool" | |
157 ExecutionBucket="7" | |
158 Optimization="2" | |
159 InlineFunctionExpansion="1" | |
160 AdditionalIncludeDirectories="..\..\include" | |
161 PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG" | |
162 StringPooling="true" | |
163 RuntimeLibrary="0" | |
164 EnableFunctionLevelLinking="true" | |
165 UsePrecompiledHeader="0" | |
166 PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/testalpha.pch" | |
167 AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)/" | |
168 ObjectFile="$(PlatformName)\$(ConfigurationName)/" | |
169 ProgramDataBaseFileName="$(PlatformName)\$(ConfigurationName)/" | |
170 WarningLevel="3" | |
171 SuppressStartupBanner="true" | |
172 /> | |
173 <Tool | |
174 Name="VCManagedResourceCompilerTool" | |
175 /> | |
176 <Tool | |
177 Name="VCResourceCompilerTool" | |
178 AdditionalOptions="/r " | |
179 PreprocessorDefinitions="UNDER_CE=$(CEVER),_WIN32_WCE=$(CEVER),NDEBUG,UNICODE,_UNICODE,$(CePlatform),ARM,_ARM_,ARMV4" | |
180 Culture="1033" | |
181 /> | |
182 <Tool | |
183 Name="VCPreLinkEventTool" | |
184 /> | |
185 <Tool | |
186 Name="VCLinkerTool" | |
187 AdditionalOptions="/ALIGN:4096 /subsystem:$(CESubsystem) /MACHINE:ARM " | |
188 AdditionalDependencies="commctrl.lib coredll.lib aygshell.lib secchk.lib ccrtrtti.lib" | |
189 OutputFile="$(PlatformName)\$(ConfigurationName)/testalpha.exe" | |
190 LinkIncremental="1" | |
191 SuppressStartupBanner="true" | |
192 IgnoreDefaultLibraryNames="$(CENoDefaultLib)" | |
193 ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)/testalpha.pdb" | |
194 StackReserveSize="65536" | |
195 StackCommitSize="4096" | |
196 EntryPointSymbol="WinMainCRTStartup" | |
197 BaseAddress="0x00010000" | |
198 /> | |
199 <Tool | |
200 Name="VCALinkTool" | |
201 /> | |
202 <Tool | |
203 Name="VCXDCMakeTool" | |
204 /> | |
205 <Tool | |
206 Name="VCBscMakeTool" | |
207 SuppressStartupBanner="true" | |
208 OutputFile="$(PlatformName)\$(ConfigurationName)/testalpha.bsc" | |
209 /> | |
210 <Tool | |
211 Name="VCCodeSignTool" | |
212 /> | |
213 <Tool | |
214 Name="VCPostBuildEventTool" | |
215 /> | |
216 <DeploymentTool | |
217 ForceDirty="-1" | |
218 RemoteDirectory="" | |
219 RegisterOutput="0" | |
220 AdditionalFiles="icon.bmp|$(SolutionDir)\..\test|\|0" | |
221 /> | |
222 <DebuggerTool | |
223 /> | |
224 </Configuration> | |
225 <Configuration | |
226 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" | |
227 OutputDirectory="$(PlatformName)\$(ConfigurationName)" | |
228 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |
229 ConfigurationType="1" | |
230 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | |
231 UseOfMFC="0" | |
232 ATLMinimizesCRunTimeLibraryUsage="false" | |
233 CharacterSet="1" | |
234 > | |
235 <Tool | |
236 Name="VCPreBuildEventTool" | |
237 /> | |
238 <Tool | |
239 Name="VCCustomBuildTool" | |
240 /> | |
241 <Tool | |
242 Name="VCXMLDataGeneratorTool" | |
243 /> | |
244 <Tool | |
245 Name="VCWebServiceProxyGeneratorTool" | |
246 /> | |
247 <Tool | |
248 Name="VCMIDLTool" | |
249 PreprocessorDefinitions="NDEBUG" | |
250 MkTypLibCompatible="true" | |
251 SuppressStartupBanner="true" | |
252 TargetEnvironment="1" | |
253 TypeLibraryName="$(PlatformName)\$(ConfigurationName)/testalpha.tlb" | |
254 HeaderFileName="" | |
255 /> | |
256 <Tool | |
257 Name="VCCLCompilerTool" | |
258 ExecutionBucket="7" | |
259 Optimization="2" | |
260 InlineFunctionExpansion="2" | |
261 EnableIntrinsicFunctions="true" | |
262 FavorSizeOrSpeed="1" | |
263 WholeProgramOptimization="true" | |
264 AdditionalIncludeDirectories="..\..\include" | |
265 PreprocessorDefinitions="_WIN32_WCE=$(CEVER);$(CePlatform);ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);UNICODE;NDEBUG" | |
266 StringPooling="true" | |
267 RuntimeLibrary="0" | |
268 EnableFunctionLevelLinking="true" | |
269 UsePrecompiledHeader="0" | |
270 PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/testalpha.pch" | |
271 AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)/" | |
272 ObjectFile="$(PlatformName)\$(ConfigurationName)/" | |
273 ProgramDataBaseFileName="$(PlatformName)\$(ConfigurationName)/" | |
274 WarningLevel="3" | |
275 SuppressStartupBanner="true" | |
276 /> | |
277 <Tool | |
278 Name="VCManagedResourceCompilerTool" | |
279 /> | |
280 <Tool | |
281 Name="VCResourceCompilerTool" | |
282 AdditionalOptions="/r " | |
283 PreprocessorDefinitions="UNDER_CE=$(CEVER),_WIN32_WCE=$(CEVER),NDEBUG,UNICODE,_UNICODE,$(CePlatform),ARM,_ARM_,ARMV4" | |
284 Culture="1033" | |
285 /> | |
286 <Tool | |
287 Name="VCPreLinkEventTool" | |
288 /> | |
289 <Tool | |
290 Name="VCLinkerTool" | |
291 AdditionalOptions="/ALIGN:4096 /subsystem:$(CESubsystem) " | |
292 AdditionalDependencies="commctrl.lib coredll.lib aygshell.lib" | |
293 OutputFile="$(PlatformName)\$(ConfigurationName)/testalpha.exe" | |
294 LinkIncremental="1" | |
295 SuppressStartupBanner="true" | |
296 IgnoreDefaultLibraryNames="$(CENoDefaultLib)" | |
297 ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)/testalpha.pdb" | |
298 StackReserveSize="65536" | |
299 StackCommitSize="4096" | |
300 LinkTimeCodeGeneration="1" | |
301 EntryPointSymbol="WinMainCRTStartup" | |
302 BaseAddress="0x00010000" | |
303 /> | |
304 <Tool | |
305 Name="VCALinkTool" | |
306 /> | |
307 <Tool | |
308 Name="VCXDCMakeTool" | |
309 /> | |
310 <Tool | |
311 Name="VCBscMakeTool" | |
312 SuppressStartupBanner="true" | |
313 OutputFile="$(PlatformName)\$(ConfigurationName)/testalpha.bsc" | |
314 /> | |
315 <Tool | |
316 Name="VCCodeSignTool" | |
317 /> | |
318 <Tool | |
319 Name="VCPostBuildEventTool" | |
320 /> | |
321 <DeploymentTool | |
322 ForceDirty="-1" | |
323 RemoteDirectory="" | |
324 RegisterOutput="0" | |
325 AdditionalFiles="icon.bmp|$(SolutionDir)\..\test|\|0;sail.bmp|$(SolutionDir)\..\test|\|0;sample.bmp|$(SolutionDir)\..\test|\|0" | |
326 /> | |
327 <DebuggerTool | |
328 /> | |
329 </Configuration> | |
330 <Configuration | |
331 Name="Debug|Smartphone 2003 (ARMV4)" | |
332 OutputDirectory="$(PlatformName)\$(ConfigurationName)" | |
333 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |
334 ConfigurationType="1" | |
335 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | |
336 UseOfMFC="0" | |
337 ATLMinimizesCRunTimeLibraryUsage="false" | |
338 CharacterSet="1" | |
339 > | |
340 <Tool | |
341 Name="VCPreBuildEventTool" | |
342 /> | |
343 <Tool | |
344 Name="VCCustomBuildTool" | |
345 /> | |
346 <Tool | |
347 Name="VCXMLDataGeneratorTool" | |
348 /> | |
349 <Tool | |
350 Name="VCWebServiceProxyGeneratorTool" | |
351 /> | |
352 <Tool | |
353 Name="VCMIDLTool" | |
354 PreprocessorDefinitions="_DEBUG" | |
355 MkTypLibCompatible="true" | |
356 SuppressStartupBanner="true" | |
357 TargetEnvironment="1" | |
358 TypeLibraryName="$(PlatformName)\$(ConfigurationName)/testalpha.tlb" | |
359 HeaderFileName="" | |
360 /> | |
361 <Tool | |
362 Name="VCCLCompilerTool" | |
363 ExecutionBucket="7" | |
364 Optimization="0" | |
365 AdditionalIncludeDirectories="..\..\include" | |
366 PreprocessorDefinitions="DEBUG;ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);_WIN32_WCE=$(CEVER);$(CePlatform);UNICODE" | |
367 RuntimeLibrary="1" | |
368 UsePrecompiledHeader="0" | |
369 PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/testalpha.pch" | |
370 AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)/" | |
371 ObjectFile="$(PlatformName)\$(ConfigurationName)/" | |
372 ProgramDataBaseFileName="$(PlatformName)\$(ConfigurationName)/" | |
373 WarningLevel="3" | |
374 SuppressStartupBanner="true" | |
375 DebugInformationFormat="3" | |
376 /> | |
377 <Tool | |
378 Name="VCManagedResourceCompilerTool" | |
379 /> | |
380 <Tool | |
381 Name="VCResourceCompilerTool" | |
382 AdditionalOptions="/r " | |
383 PreprocessorDefinitions="UNDER_CE=$(CEVER),_WIN32_WCE=$(CEVER),DEBUG,UNICODE,_UNICODE,$(CePlatform),ARM,_ARM_,ARMV4" | |
384 Culture="1033" | |
385 /> | |
386 <Tool | |
387 Name="VCPreLinkEventTool" | |
388 /> | |
389 <Tool | |
390 Name="VCLinkerTool" | |
391 AdditionalOptions="/ALIGN:4096 /subsystem:$(CESubsystem) /MACHINE:ARM " | |
392 AdditionalDependencies="commctrl.lib coredll.lib aygshell.lib secchk.lib ccrtrtti.lib" | |
393 OutputFile="$(PlatformName)\$(ConfigurationName)/testalpha.exe" | |
394 LinkIncremental="2" | |
395 SuppressStartupBanner="true" | |
396 IgnoreDefaultLibraryNames="$(CENoDefaultLib)" | |
397 GenerateDebugInformation="true" | |
398 ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)/testalpha.pdb" | |
399 StackReserveSize="65536" | |
400 StackCommitSize="4096" | |
401 EntryPointSymbol="WinMainCRTStartup" | |
402 BaseAddress="0x00010000" | |
403 /> | |
404 <Tool | |
405 Name="VCALinkTool" | |
406 /> | |
407 <Tool | |
408 Name="VCXDCMakeTool" | |
409 /> | |
410 <Tool | |
411 Name="VCBscMakeTool" | |
412 SuppressStartupBanner="true" | |
413 OutputFile="$(PlatformName)\$(ConfigurationName)/testalpha.bsc" | |
414 /> | |
415 <Tool | |
416 Name="VCCodeSignTool" | |
417 /> | |
418 <Tool | |
419 Name="VCPostBuildEventTool" | |
420 /> | |
421 <DeploymentTool | |
422 ForceDirty="-1" | |
423 RemoteDirectory="" | |
424 RegisterOutput="0" | |
425 AdditionalFiles="" | |
426 /> | |
427 <DebuggerTool | |
428 /> | |
429 </Configuration> | |
430 <Configuration | |
431 Name="Debug|Pocket PC 2003 (ARMV4)" | |
432 OutputDirectory="$(PlatformName)\$(ConfigurationName)" | |
433 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |
434 ConfigurationType="1" | |
435 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | |
436 UseOfMFC="0" | |
437 ATLMinimizesCRunTimeLibraryUsage="false" | |
438 CharacterSet="1" | |
439 > | |
440 <Tool | |
441 Name="VCPreBuildEventTool" | |
442 /> | |
443 <Tool | |
444 Name="VCCustomBuildTool" | |
445 /> | |
446 <Tool | |
447 Name="VCXMLDataGeneratorTool" | |
448 /> | |
449 <Tool | |
450 Name="VCWebServiceProxyGeneratorTool" | |
451 /> | |
452 <Tool | |
453 Name="VCMIDLTool" | |
454 PreprocessorDefinitions="_DEBUG" | |
455 MkTypLibCompatible="true" | |
456 SuppressStartupBanner="true" | |
457 TargetEnvironment="1" | |
458 TypeLibraryName="$(PlatformName)\$(ConfigurationName)/testalpha.tlb" | |
459 HeaderFileName="" | |
460 /> | |
461 <Tool | |
462 Name="VCCLCompilerTool" | |
463 ExecutionBucket="7" | |
464 Optimization="0" | |
465 AdditionalIncludeDirectories="..\..\include" | |
466 PreprocessorDefinitions="DEBUG;ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);_WIN32_WCE=$(CEVER);$(CePlatform);UNICODE" | |
467 RuntimeLibrary="1" | |
468 UsePrecompiledHeader="0" | |
469 PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/testalpha.pch" | |
470 AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)/" | |
471 ObjectFile="$(PlatformName)\$(ConfigurationName)/" | |
472 ProgramDataBaseFileName="$(PlatformName)\$(ConfigurationName)/" | |
473 WarningLevel="3" | |
474 SuppressStartupBanner="true" | |
475 DebugInformationFormat="3" | |
476 /> | |
477 <Tool | |
478 Name="VCManagedResourceCompilerTool" | |
479 /> | |
480 <Tool | |
481 Name="VCResourceCompilerTool" | |
482 AdditionalOptions="/r " | |
483 PreprocessorDefinitions="UNDER_CE=$(CEVER),_WIN32_WCE=$(CEVER),DEBUG,UNICODE,_UNICODE,$(CePlatform),ARM,_ARM_,ARMV4" | |
484 Culture="1033" | |
485 /> | |
486 <Tool | |
487 Name="VCPreLinkEventTool" | |
488 /> | |
489 <Tool | |
490 Name="VCLinkerTool" | |
491 AdditionalOptions="/ALIGN:4096 /subsystem:$(CESubsystem) /MACHINE:ARM " | |
492 AdditionalDependencies="commctrl.lib coredll.lib aygshell.lib secchk.lib ccrtrtti.lib" | |
493 OutputFile="$(PlatformName)\$(ConfigurationName)/testalpha.exe" | |
494 LinkIncremental="2" | |
495 SuppressStartupBanner="true" | |
496 IgnoreDefaultLibraryNames="$(CENoDefaultLib)" | |
497 GenerateDebugInformation="true" | |
498 ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)/testalpha.pdb" | |
499 StackReserveSize="65536" | |
500 StackCommitSize="4096" | |
501 EntryPointSymbol="WinMainCRTStartup" | |
502 BaseAddress="0x00010000" | |
503 /> | |
504 <Tool | |
505 Name="VCALinkTool" | |
506 /> | |
507 <Tool | |
508 Name="VCXDCMakeTool" | |
509 /> | |
510 <Tool | |
511 Name="VCBscMakeTool" | |
512 SuppressStartupBanner="true" | |
513 OutputFile="$(PlatformName)\$(ConfigurationName)/testalpha.bsc" | |
514 /> | |
515 <Tool | |
516 Name="VCCodeSignTool" | |
517 /> | |
518 <Tool | |
519 Name="VCPostBuildEventTool" | |
520 /> | |
521 <DeploymentTool | |
522 ForceDirty="-1" | |
523 RemoteDirectory="" | |
524 RegisterOutput="0" | |
525 AdditionalFiles="icon.bmp|$(SolutionDir)\..\test|\|0" | |
526 /> | |
527 <DebuggerTool | |
528 /> | |
529 </Configuration> | |
530 <Configuration | |
531 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" | |
532 OutputDirectory="$(PlatformName)\$(ConfigurationName)" | |
533 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |
534 ConfigurationType="1" | |
535 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | |
536 UseOfMFC="0" | |
537 ATLMinimizesCRunTimeLibraryUsage="false" | |
538 CharacterSet="1" | |
539 > | |
540 <Tool | |
541 Name="VCPreBuildEventTool" | |
542 /> | |
543 <Tool | |
544 Name="VCCustomBuildTool" | |
545 /> | |
546 <Tool | |
547 Name="VCXMLDataGeneratorTool" | |
548 /> | |
549 <Tool | |
550 Name="VCWebServiceProxyGeneratorTool" | |
551 /> | |
552 <Tool | |
553 Name="VCMIDLTool" | |
554 PreprocessorDefinitions="_DEBUG" | |
555 MkTypLibCompatible="true" | |
556 SuppressStartupBanner="true" | |
557 TargetEnvironment="1" | |
558 TypeLibraryName="$(PlatformName)\$(ConfigurationName)/testalpha.tlb" | |
559 HeaderFileName="" | |
560 /> | |
561 <Tool | |
562 Name="VCCLCompilerTool" | |
563 ExecutionBucket="7" | |
564 Optimization="0" | |
565 AdditionalIncludeDirectories="..\..\include" | |
566 PreprocessorDefinitions="DEBUG;ARM;_ARM_;ARMV4;UNDER_CE=$(CEVER);_WIN32_WCE=$(CEVER);$(CePlatform);UNICODE" | |
567 RuntimeLibrary="1" | |
568 UsePrecompiledHeader="0" | |
569 PrecompiledHeaderFile="$(PlatformName)\$(ConfigurationName)/testalpha.pch" | |
570 AssemblerListingLocation="$(PlatformName)\$(ConfigurationName)/" | |
571 ObjectFile="$(PlatformName)\$(ConfigurationName)/" | |
572 ProgramDataBaseFileName="$(PlatformName)\$(ConfigurationName)/" | |
573 WarningLevel="3" | |
574 SuppressStartupBanner="true" | |
575 DebugInformationFormat="3" | |
576 /> | |
577 <Tool | |
578 Name="VCManagedResourceCompilerTool" | |
579 /> | |
580 <Tool | |
581 Name="VCResourceCompilerTool" | |
582 AdditionalOptions="/r " | |
583 PreprocessorDefinitions="UNDER_CE=$(CEVER),_WIN32_WCE=$(CEVER),DEBUG,UNICODE,_UNICODE,$(CePlatform),ARM,_ARM_,ARMV4" | |
584 Culture="1033" | |
585 /> | |
586 <Tool | |
587 Name="VCPreLinkEventTool" | |
588 /> | |
589 <Tool | |
590 Name="VCLinkerTool" | |
591 AdditionalOptions="/ALIGN:4096 /subsystem:$(CESubsystem) " | |
592 AdditionalDependencies="commctrl.lib coredll.lib aygshell.lib" | |
593 OutputFile="$(PlatformName)\$(ConfigurationName)/testalpha.exe" | |
594 LinkIncremental="2" | |
595 SuppressStartupBanner="true" | |
596 IgnoreDefaultLibraryNames="$(CENoDefaultLib)" | |
597 GenerateDebugInformation="true" | |
598 ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)/testalpha.pdb" | |
599 StackReserveSize="65536" | |
600 StackCommitSize="4096" | |
601 EntryPointSymbol="WinMainCRTStartup" | |
602 BaseAddress="0x00010000" | |
603 /> | |
604 <Tool | |
605 Name="VCALinkTool" | |
606 /> | |
607 <Tool | |
608 Name="VCXDCMakeTool" | |
609 /> | |
610 <Tool | |
611 Name="VCBscMakeTool" | |
612 SuppressStartupBanner="true" | |
613 OutputFile="$(PlatformName)\$(ConfigurationName)/testalpha.bsc" | |
614 /> | |
615 <Tool | |
616 Name="VCCodeSignTool" | |
617 /> | |
618 <Tool | |
619 Name="VCPostBuildEventTool" | |
620 /> | |
621 <DeploymentTool | |
622 ForceDirty="-1" | |
623 RemoteDirectory="" | |
624 RegisterOutput="0" | |
625 AdditionalFiles="icon.bmp|$(SolutionDir)\..\test|\|0;sail.bmp|$(SolutionDir)\..\test|\|0;sample.bmp|$(SolutionDir)\..\test|\|0" | |
626 /> | |
627 <DebuggerTool | |
628 /> | |
629 </Configuration> | |
630 </Configurations> | |
631 <References> | |
632 </References> | |
633 <Files> | |
634 <Filter | |
635 Name="Source Files" | |
636 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | |
637 > | |
638 <File | |
639 RelativePath="..\..\test\testalpha.c" | |
640 > | |
641 <FileConfiguration | |
642 Name="Release|Smartphone 2003 (ARMV4)" | |
643 > | |
644 <Tool | |
645 Name="VCCLCompilerTool" | |
646 AdditionalIncludeDirectories="" | |
647 UsePrecompiledHeader="0" | |
648 /> | |
649 </FileConfiguration> | |
650 <FileConfiguration | |
651 Name="Release|Pocket PC 2003 (ARMV4)" | |
652 > | |
653 <Tool | |
654 Name="VCCLCompilerTool" | |
655 AdditionalIncludeDirectories="" | |
656 UsePrecompiledHeader="0" | |
657 /> | |
658 </FileConfiguration> | |
659 <FileConfiguration | |
660 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" | |
661 > | |
662 <Tool | |
663 Name="VCCLCompilerTool" | |
664 AdditionalIncludeDirectories="" | |
665 UsePrecompiledHeader="0" | |
666 /> | |
667 </FileConfiguration> | |
668 <FileConfiguration | |
669 Name="Debug|Smartphone 2003 (ARMV4)" | |
670 > | |
671 <Tool | |
672 Name="VCCLCompilerTool" | |
673 AdditionalIncludeDirectories="" | |
674 UsePrecompiledHeader="0" | |
675 /> | |
676 </FileConfiguration> | |
677 <FileConfiguration | |
678 Name="Debug|Pocket PC 2003 (ARMV4)" | |
679 > | |
680 <Tool | |
681 Name="VCCLCompilerTool" | |
682 AdditionalIncludeDirectories="" | |
683 UsePrecompiledHeader="0" | |
684 /> | |
685 </FileConfiguration> | |
686 <FileConfiguration | |
687 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" | |
688 > | |
689 <Tool | |
690 Name="VCCLCompilerTool" | |
691 AdditionalIncludeDirectories="" | |
692 UsePrecompiledHeader="0" | |
693 /> | |
694 </FileConfiguration> | |
695 </File> | |
696 </Filter> | |
697 <Filter | |
698 Name="Header Files" | |
699 Filter="h;hpp;hxx;hm;inl" | |
700 > | |
701 </Filter> | |
702 <Filter | |
703 Name="Resource Files" | |
704 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | |
705 > | |
706 </Filter> | |
707 </Files> | |
708 <Globals> | |
709 </Globals> | |
710 </VisualStudioProject> |