• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="windows-1251"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8,00"
5	Name="testtimer"
6	ProjectGUID="{D482D7EE-6FF0-4254-9027-C59F8F03AB1F}"
7	RootNamespace="testtimer"
8	Keyword="Win32Proj"
9	>
10	<Platforms>
11		<Platform
12			Name="Pocket PC 2003 (ARMV4)"
13		/>
14		<Platform
15			Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
16		/>
17	</Platforms>
18	<ToolFiles>
19	</ToolFiles>
20	<Configurations>
21		<Configuration
22			Name="Debug|Pocket PC 2003 (ARMV4)"
23			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
24			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
25			ConfigurationType="1"
26			CharacterSet="1"
27			>
28			<Tool
29				Name="VCPreBuildEventTool"
30			/>
31			<Tool
32				Name="VCCustomBuildTool"
33			/>
34			<Tool
35				Name="VCXMLDataGeneratorTool"
36			/>
37			<Tool
38				Name="VCWebServiceProxyGeneratorTool"
39			/>
40			<Tool
41				Name="VCMIDLTool"
42			/>
43			<Tool
44				Name="VCCLCompilerTool"
45				ExecutionBucket="7"
46				Optimization="0"
47				AdditionalIncludeDirectories="..\..\include"
48				PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE"
49				MinimalRebuild="true"
50				RuntimeLibrary="1"
51				UsePrecompiledHeader="0"
52				WarningLevel="3"
53				DebugInformationFormat="3"
54			/>
55			<Tool
56				Name="VCManagedResourceCompilerTool"
57			/>
58			<Tool
59				Name="VCResourceCompilerTool"
60				PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
61				Culture="1033"
62				AdditionalIncludeDirectories="$(IntDir)"
63			/>
64			<Tool
65				Name="VCPreLinkEventTool"
66			/>
67			<Tool
68				Name="VCLinkerTool"
69				AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE"
70				AdditionalDependencies="secchk.lib ccrtrtti.lib"
71				OutputFile="$(OutDir)/testtimer.exe"
72				LinkIncremental="2"
73				DelayLoadDLLs="$(NOINHERIT)"
74				GenerateDebugInformation="true"
75				ProgramDatabaseFile="$(OutDir)/testtimer.pdb"
76				SubSystem="0"
77			/>
78			<Tool
79				Name="VCALinkTool"
80			/>
81			<Tool
82				Name="VCXDCMakeTool"
83			/>
84			<Tool
85				Name="VCBscMakeTool"
86			/>
87			<Tool
88				Name="VCCodeSignTool"
89			/>
90			<Tool
91				Name="VCPostBuildEventTool"
92			/>
93			<DeploymentTool
94				ForceDirty="-1"
95				RemoteDirectory=""
96				RegisterOutput="0"
97				AdditionalFiles=""
98			/>
99			<DebuggerTool
100			/>
101		</Configuration>
102		<Configuration
103			Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
104			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
105			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
106			ConfigurationType="1"
107			CharacterSet="1"
108			>
109			<Tool
110				Name="VCPreBuildEventTool"
111			/>
112			<Tool
113				Name="VCCustomBuildTool"
114			/>
115			<Tool
116				Name="VCXMLDataGeneratorTool"
117			/>
118			<Tool
119				Name="VCWebServiceProxyGeneratorTool"
120			/>
121			<Tool
122				Name="VCMIDLTool"
123			/>
124			<Tool
125				Name="VCCLCompilerTool"
126				ExecutionBucket="7"
127				Optimization="0"
128				PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE"
129				MinimalRebuild="true"
130				RuntimeLibrary="1"
131				UsePrecompiledHeader="0"
132				WarningLevel="3"
133				DebugInformationFormat="3"
134			/>
135			<Tool
136				Name="VCManagedResourceCompilerTool"
137			/>
138			<Tool
139				Name="VCResourceCompilerTool"
140				PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
141				Culture="1033"
142				AdditionalIncludeDirectories="$(IntDir)"
143			/>
144			<Tool
145				Name="VCPreLinkEventTool"
146			/>
147			<Tool
148				Name="VCLinkerTool"
149				AdditionalOptions=" /subsystem:windowsce,5.01"
150				OutputFile="$(OutDir)/testtimer.exe"
151				LinkIncremental="2"
152				DelayLoadDLLs="$(NOINHERIT)"
153				GenerateDebugInformation="true"
154				ProgramDatabaseFile="$(OutDir)/testtimer.pdb"
155				SubSystem="0"
156			/>
157			<Tool
158				Name="VCALinkTool"
159			/>
160			<Tool
161				Name="VCXDCMakeTool"
162			/>
163			<Tool
164				Name="VCBscMakeTool"
165			/>
166			<Tool
167				Name="VCCodeSignTool"
168			/>
169			<Tool
170				Name="VCPostBuildEventTool"
171			/>
172			<DeploymentTool
173				ForceDirty="-1"
174				RemoteDirectory=""
175				RegisterOutput="0"
176				AdditionalFiles=""
177			/>
178			<DebuggerTool
179			/>
180		</Configuration>
181		<Configuration
182			Name="Release|Pocket PC 2003 (ARMV4)"
183			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
184			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
185			ConfigurationType="1"
186			CharacterSet="1"
187			>
188			<Tool
189				Name="VCPreBuildEventTool"
190			/>
191			<Tool
192				Name="VCCustomBuildTool"
193			/>
194			<Tool
195				Name="VCXMLDataGeneratorTool"
196			/>
197			<Tool
198				Name="VCWebServiceProxyGeneratorTool"
199			/>
200			<Tool
201				Name="VCMIDLTool"
202			/>
203			<Tool
204				Name="VCCLCompilerTool"
205				ExecutionBucket="7"
206				Optimization="2"
207				AdditionalIncludeDirectories="..\..\include"
208				PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE"
209				RuntimeLibrary="0"
210				UsePrecompiledHeader="0"
211				WarningLevel="3"
212				DebugInformationFormat="3"
213			/>
214			<Tool
215				Name="VCManagedResourceCompilerTool"
216			/>
217			<Tool
218				Name="VCResourceCompilerTool"
219				PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
220				Culture="1033"
221				AdditionalIncludeDirectories="$(IntDir)"
222			/>
223			<Tool
224				Name="VCPreLinkEventTool"
225			/>
226			<Tool
227				Name="VCLinkerTool"
228				AdditionalOptions=" /subsystem:windowsce,4.20 /machine:ARM /ARMPADCODE"
229				AdditionalDependencies="secchk.lib ccrtrtti.lib"
230				OutputFile="$(OutDir)/testtimer.exe"
231				LinkIncremental="1"
232				DelayLoadDLLs="$(NOINHERIT)"
233				GenerateDebugInformation="true"
234				ProgramDatabaseFile="$(OutDir)/testtimer.pdb"
235				SubSystem="0"
236				OptimizeReferences="2"
237				EnableCOMDATFolding="2"
238			/>
239			<Tool
240				Name="VCALinkTool"
241			/>
242			<Tool
243				Name="VCXDCMakeTool"
244			/>
245			<Tool
246				Name="VCBscMakeTool"
247			/>
248			<Tool
249				Name="VCCodeSignTool"
250			/>
251			<Tool
252				Name="VCPostBuildEventTool"
253			/>
254			<DeploymentTool
255				ForceDirty="-1"
256				RemoteDirectory=""
257				RegisterOutput="0"
258				AdditionalFiles=""
259			/>
260			<DebuggerTool
261			/>
262		</Configuration>
263		<Configuration
264			Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
265			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
266			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
267			ConfigurationType="1"
268			CharacterSet="1"
269			>
270			<Tool
271				Name="VCPreBuildEventTool"
272			/>
273			<Tool
274				Name="VCCustomBuildTool"
275			/>
276			<Tool
277				Name="VCXMLDataGeneratorTool"
278			/>
279			<Tool
280				Name="VCWebServiceProxyGeneratorTool"
281			/>
282			<Tool
283				Name="VCMIDLTool"
284			/>
285			<Tool
286				Name="VCCLCompilerTool"
287				ExecutionBucket="7"
288				Optimization="2"
289				PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE"
290				RuntimeLibrary="0"
291				UsePrecompiledHeader="0"
292				WarningLevel="3"
293				DebugInformationFormat="3"
294			/>
295			<Tool
296				Name="VCManagedResourceCompilerTool"
297			/>
298			<Tool
299				Name="VCResourceCompilerTool"
300				PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES)"
301				Culture="1033"
302				AdditionalIncludeDirectories="$(IntDir)"
303			/>
304			<Tool
305				Name="VCPreLinkEventTool"
306			/>
307			<Tool
308				Name="VCLinkerTool"
309				AdditionalOptions=" /subsystem:windowsce,5.01"
310				OutputFile="$(OutDir)/testtimer.exe"
311				LinkIncremental="1"
312				DelayLoadDLLs="$(NOINHERIT)"
313				GenerateDebugInformation="true"
314				ProgramDatabaseFile="$(OutDir)/testtimer.pdb"
315				SubSystem="0"
316				OptimizeReferences="2"
317				EnableCOMDATFolding="2"
318			/>
319			<Tool
320				Name="VCALinkTool"
321			/>
322			<Tool
323				Name="VCXDCMakeTool"
324			/>
325			<Tool
326				Name="VCBscMakeTool"
327			/>
328			<Tool
329				Name="VCCodeSignTool"
330			/>
331			<Tool
332				Name="VCPostBuildEventTool"
333			/>
334			<DeploymentTool
335				ForceDirty="-1"
336				RemoteDirectory=""
337				RegisterOutput="0"
338				AdditionalFiles=""
339			/>
340			<DebuggerTool
341			/>
342		</Configuration>
343	</Configurations>
344	<References>
345	</References>
346	<Files>
347		<Filter
348			Name="Source Files"
349			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
350			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
351			>
352			<File
353				RelativePath="..\..\test\testtimer.c"
354				>
355			</File>
356		</Filter>
357		<Filter
358			Name="Header Files"
359			Filter="h;hpp;hxx;hm;inl;inc;xsd"
360			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
361			>
362		</Filter>
363		<Filter
364			Name="Resource Files"
365			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
366			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
367			>
368		</Filter>
369	</Files>
370	<Globals>
371	</Globals>
372</VisualStudioProject>
373