]> git.saurik.com Git - wxWidgets.git/blame - tests/test_vc7_printfbench.vcproj
reset the associated view frame pointer when the frame is deleted directly instead...
[wxWidgets.git] / tests / test_vc7_printfbench.vcproj
CommitLineData
8ece421c 1<?xml version="1.0" encoding="Windows-1252"?>\r
c3c11581
VS
2<!--\r
3\r
4 This makefile was generated by\r
506e9b7e 5 Bakefile 0.2.5 (http://www.bakefile.org)\r
c3c11581
VS
6 Do not modify, all changes will be overwritten!\r
7\r
8-->\r
9<VisualStudioProject\r
10 ProjectType="Visual C++"\r
11 Version="7.10"\r
12 Name="printfbench"\r
13 ProjectGUID="{F2195B5F-F255-51F7-847A-78493785EF49}">\r
14 <Platforms>\r
15 <Platform\r
16 Name="Win32"/>\r
17 </Platforms>\r
18 <Configurations>\r
19 <Configuration\r
20 Name="DLL Universal Release|Win32"\r
506e9b7e
VZ
21 OutputDirectory="vc_mswunivudll"\r
22 IntermediateDirectory="vc_mswunivudll\printfbench"\r
c3c11581
VS
23 ConfigurationType="1"\r
24 UseOfMFC="0"\r
8ece421c 25 ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
c3c11581 26 CharacterSet="1">\r
c3c11581
VS
27 <Tool\r
28 Name="VCCLCompilerTool"\r
29 Optimization="2"\r
506e9b7e 30 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswunivu;.\..\include;."\r
c3c11581 31 PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"\r
8ece421c
VZ
32 ExceptionHandling="TRUE"\r
33 RuntimeLibrary="2"\r
34 RuntimeTypeInfo="TRUE"\r
c3c11581
VS
35 UsePrecompiledHeader="3"\r
36 PrecompiledHeaderThrough="testprec.h"\r
506e9b7e
VZ
37 PrecompiledHeaderFile="vc_mswunivudll\testprec_printfbench.pch"\r
38 AssemblerListingLocation="vc_mswunivudll\printfbench\"\r
39 ObjectFile="vc_mswunivudll\printfbench\"\r
40 ProgramDataBaseFileName="vc_mswunivudll\printfbench.pdb"\r
c3c11581 41 WarningLevel="4"\r
8ece421c
VZ
42 SuppressStartupBanner="TRUE"\r
43 Detect64BitPortabilityProblems="TRUE"\r
44 DebugInformationFormat="3"/>\r
c3c11581 45 <Tool\r
8ece421c 46 Name="VCCustomBuildTool"/>\r
c3c11581
VS
47 <Tool\r
48 Name="VCLinkerTool"\r
c3c11581 49 AdditionalOptions=""\r
b44f5137 50 AdditionalDependencies="wxbase29u.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"\r
506e9b7e 51 OutputFile="vc_mswunivudll\printfbench.exe"\r
c3c11581 52 LinkIncremental="2"\r
8ece421c 53 SuppressStartupBanner="TRUE"\r
506e9b7e 54 AdditionalLibraryDirectories=".\..\lib\vc_dll"\r
8ece421c 55 GenerateDebugInformation="TRUE"\r
506e9b7e 56 ProgramDatabaseFile="vc_mswunivudll\printfbench.pdb"\r
8ece421c 57 SubSystem="1"\r
c3c11581
VS
58 TargetMachine="1"/>\r
59 <Tool\r
8ece421c
VZ
60 Name="VCMIDLTool"/>\r
61 <Tool\r
62 Name="VCPostBuildEventTool"/>\r
63 <Tool\r
64 Name="VCPreBuildEventTool"/>\r
c3c11581 65 <Tool\r
8ece421c 66 Name="VCPreLinkEventTool"/>\r
c3c11581 67 <Tool\r
8ece421c
VZ
68 Name="VCResourceCompilerTool"\r
69 PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"\r
70 Culture="1033"\r
506e9b7e 71 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswunivu;.\..\include;."/>\r
c3c11581 72 <Tool\r
8ece421c 73 Name="VCWebServiceProxyGeneratorTool"/>\r
c3c11581 74 <Tool\r
8ece421c 75 Name="VCXMLDataGeneratorTool"/>\r
c3c11581
VS
76 <Tool\r
77 Name="VCWebDeploymentTool"/>\r
78 <Tool\r
8ece421c
VZ
79 Name="VCManagedWrapperGeneratorTool"/>\r
80 <Tool\r
81 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
c3c11581
VS
82 </Configuration>\r
83 <Configuration\r
84 Name="DLL Universal Debug|Win32"\r
506e9b7e
VZ
85 OutputDirectory="vc_mswunivuddll"\r
86 IntermediateDirectory="vc_mswunivuddll\printfbench"\r
c3c11581
VS
87 ConfigurationType="1"\r
88 UseOfMFC="0"\r
8ece421c 89 ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
c3c11581 90 CharacterSet="1">\r
c3c11581
VS
91 <Tool\r
92 Name="VCCLCompilerTool"\r
93 Optimization="0"\r
506e9b7e 94 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswunivud;.\..\include;."\r
c3c11581 95 PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"\r
8ece421c
VZ
96 MinimalRebuild="TRUE"\r
97 ExceptionHandling="TRUE"\r
c3c11581 98 BasicRuntimeChecks="3"\r
8ece421c
VZ
99 RuntimeLibrary="3"\r
100 BufferSecurityCheck="TRUE"\r
101 RuntimeTypeInfo="TRUE"\r
c3c11581
VS
102 UsePrecompiledHeader="3"\r
103 PrecompiledHeaderThrough="testprec.h"\r
506e9b7e
VZ
104 PrecompiledHeaderFile="vc_mswunivuddll\testprec_printfbench.pch"\r
105 AssemblerListingLocation="vc_mswunivuddll\printfbench\"\r
106 ObjectFile="vc_mswunivuddll\printfbench\"\r
107 ProgramDataBaseFileName="vc_mswunivuddll\printfbench.pdb"\r
c3c11581 108 WarningLevel="4"\r
8ece421c
VZ
109 SuppressStartupBanner="TRUE"\r
110 Detect64BitPortabilityProblems="TRUE"\r
111 DebugInformationFormat="3"/>\r
c3c11581 112 <Tool\r
8ece421c 113 Name="VCCustomBuildTool"/>\r
c3c11581
VS
114 <Tool\r
115 Name="VCLinkerTool"\r
c3c11581 116 AdditionalOptions=""\r
b44f5137 117 AdditionalDependencies="wxbase29ud.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"\r
506e9b7e 118 OutputFile="vc_mswunivuddll\printfbench.exe"\r
c3c11581 119 LinkIncremental="2"\r
8ece421c 120 SuppressStartupBanner="TRUE"\r
506e9b7e 121 AdditionalLibraryDirectories=".\..\lib\vc_dll"\r
8ece421c 122 GenerateDebugInformation="TRUE"\r
506e9b7e 123 ProgramDatabaseFile="vc_mswunivuddll\printfbench.pdb"\r
8ece421c 124 SubSystem="1"\r
c3c11581
VS
125 TargetMachine="1"/>\r
126 <Tool\r
8ece421c
VZ
127 Name="VCMIDLTool"/>\r
128 <Tool\r
129 Name="VCPostBuildEventTool"/>\r
130 <Tool\r
131 Name="VCPreBuildEventTool"/>\r
c3c11581 132 <Tool\r
8ece421c 133 Name="VCPreLinkEventTool"/>\r
c3c11581 134 <Tool\r
8ece421c
VZ
135 Name="VCResourceCompilerTool"\r
136 PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"\r
137 Culture="1033"\r
506e9b7e 138 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswunivud;.\..\include;."/>\r
c3c11581 139 <Tool\r
8ece421c 140 Name="VCWebServiceProxyGeneratorTool"/>\r
c3c11581 141 <Tool\r
8ece421c 142 Name="VCXMLDataGeneratorTool"/>\r
c3c11581
VS
143 <Tool\r
144 Name="VCWebDeploymentTool"/>\r
145 <Tool\r
8ece421c
VZ
146 Name="VCManagedWrapperGeneratorTool"/>\r
147 <Tool\r
148 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
c3c11581
VS
149 </Configuration>\r
150 <Configuration\r
151 Name="DLL Release|Win32"\r
506e9b7e
VZ
152 OutputDirectory="vc_mswudll"\r
153 IntermediateDirectory="vc_mswudll\printfbench"\r
c3c11581
VS
154 ConfigurationType="1"\r
155 UseOfMFC="0"\r
8ece421c 156 ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
c3c11581 157 CharacterSet="1">\r
c3c11581
VS
158 <Tool\r
159 Name="VCCLCompilerTool"\r
160 Optimization="2"\r
506e9b7e 161 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswu;.\..\include;."\r
c3c11581 162 PreprocessorDefinitions="__WXMSW__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"\r
8ece421c
VZ
163 ExceptionHandling="TRUE"\r
164 RuntimeLibrary="2"\r
165 RuntimeTypeInfo="TRUE"\r
c3c11581
VS
166 UsePrecompiledHeader="3"\r
167 PrecompiledHeaderThrough="testprec.h"\r
506e9b7e
VZ
168 PrecompiledHeaderFile="vc_mswudll\testprec_printfbench.pch"\r
169 AssemblerListingLocation="vc_mswudll\printfbench\"\r
170 ObjectFile="vc_mswudll\printfbench\"\r
171 ProgramDataBaseFileName="vc_mswudll\printfbench.pdb"\r
c3c11581 172 WarningLevel="4"\r
8ece421c
VZ
173 SuppressStartupBanner="TRUE"\r
174 Detect64BitPortabilityProblems="TRUE"\r
175 DebugInformationFormat="3"/>\r
c3c11581 176 <Tool\r
8ece421c 177 Name="VCCustomBuildTool"/>\r
c3c11581
VS
178 <Tool\r
179 Name="VCLinkerTool"\r
c3c11581 180 AdditionalOptions=""\r
b44f5137 181 AdditionalDependencies="wxbase29u.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"\r
506e9b7e 182 OutputFile="vc_mswudll\printfbench.exe"\r
c3c11581 183 LinkIncremental="2"\r
8ece421c 184 SuppressStartupBanner="TRUE"\r
506e9b7e 185 AdditionalLibraryDirectories=".\..\lib\vc_dll"\r
8ece421c 186 GenerateDebugInformation="TRUE"\r
506e9b7e 187 ProgramDatabaseFile="vc_mswudll\printfbench.pdb"\r
8ece421c 188 SubSystem="1"\r
c3c11581
VS
189 TargetMachine="1"/>\r
190 <Tool\r
8ece421c
VZ
191 Name="VCMIDLTool"/>\r
192 <Tool\r
193 Name="VCPostBuildEventTool"/>\r
194 <Tool\r
195 Name="VCPreBuildEventTool"/>\r
c3c11581 196 <Tool\r
8ece421c 197 Name="VCPreLinkEventTool"/>\r
c3c11581 198 <Tool\r
8ece421c
VZ
199 Name="VCResourceCompilerTool"\r
200 PreprocessorDefinitions="__WXMSW__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"\r
201 Culture="1033"\r
506e9b7e 202 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswu;.\..\include;."/>\r
c3c11581 203 <Tool\r
8ece421c 204 Name="VCWebServiceProxyGeneratorTool"/>\r
c3c11581 205 <Tool\r
8ece421c 206 Name="VCXMLDataGeneratorTool"/>\r
c3c11581
VS
207 <Tool\r
208 Name="VCWebDeploymentTool"/>\r
209 <Tool\r
8ece421c
VZ
210 Name="VCManagedWrapperGeneratorTool"/>\r
211 <Tool\r
212 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
c3c11581
VS
213 </Configuration>\r
214 <Configuration\r
215 Name="DLL Debug|Win32"\r
506e9b7e
VZ
216 OutputDirectory="vc_mswuddll"\r
217 IntermediateDirectory="vc_mswuddll\printfbench"\r
c3c11581
VS
218 ConfigurationType="1"\r
219 UseOfMFC="0"\r
8ece421c 220 ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
c3c11581 221 CharacterSet="1">\r
c3c11581
VS
222 <Tool\r
223 Name="VCCLCompilerTool"\r
224 Optimization="0"\r
506e9b7e 225 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswud;.\..\include;."\r
c3c11581 226 PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"\r
8ece421c
VZ
227 MinimalRebuild="TRUE"\r
228 ExceptionHandling="TRUE"\r
c3c11581 229 BasicRuntimeChecks="3"\r
8ece421c
VZ
230 RuntimeLibrary="3"\r
231 BufferSecurityCheck="TRUE"\r
232 RuntimeTypeInfo="TRUE"\r
c3c11581
VS
233 UsePrecompiledHeader="3"\r
234 PrecompiledHeaderThrough="testprec.h"\r
506e9b7e
VZ
235 PrecompiledHeaderFile="vc_mswuddll\testprec_printfbench.pch"\r
236 AssemblerListingLocation="vc_mswuddll\printfbench\"\r
237 ObjectFile="vc_mswuddll\printfbench\"\r
238 ProgramDataBaseFileName="vc_mswuddll\printfbench.pdb"\r
c3c11581 239 WarningLevel="4"\r
8ece421c
VZ
240 SuppressStartupBanner="TRUE"\r
241 Detect64BitPortabilityProblems="TRUE"\r
242 DebugInformationFormat="3"/>\r
c3c11581 243 <Tool\r
8ece421c 244 Name="VCCustomBuildTool"/>\r
c3c11581
VS
245 <Tool\r
246 Name="VCLinkerTool"\r
c3c11581 247 AdditionalOptions=""\r
b44f5137 248 AdditionalDependencies="wxbase29ud.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"\r
506e9b7e 249 OutputFile="vc_mswuddll\printfbench.exe"\r
c3c11581 250 LinkIncremental="2"\r
8ece421c 251 SuppressStartupBanner="TRUE"\r
506e9b7e 252 AdditionalLibraryDirectories=".\..\lib\vc_dll"\r
8ece421c 253 GenerateDebugInformation="TRUE"\r
506e9b7e 254 ProgramDatabaseFile="vc_mswuddll\printfbench.pdb"\r
8ece421c 255 SubSystem="1"\r
c3c11581
VS
256 TargetMachine="1"/>\r
257 <Tool\r
8ece421c 258 Name="VCMIDLTool"/>\r
c3c11581 259 <Tool\r
8ece421c 260 Name="VCPostBuildEventTool"/>\r
c3c11581 261 <Tool\r
8ece421c 262 Name="VCPreBuildEventTool"/>\r
c3c11581 263 <Tool\r
8ece421c 264 Name="VCPreLinkEventTool"/>\r
c3c11581 265 <Tool\r
8ece421c
VZ
266 Name="VCResourceCompilerTool"\r
267 PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"\r
268 Culture="1033"\r
506e9b7e 269 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswud;.\..\include;."/>\r
8ece421c
VZ
270 <Tool\r
271 Name="VCWebServiceProxyGeneratorTool"/>\r
272 <Tool\r
273 Name="VCXMLDataGeneratorTool"/>\r
c3c11581
VS
274 <Tool\r
275 Name="VCWebDeploymentTool"/>\r
276 <Tool\r
8ece421c
VZ
277 Name="VCManagedWrapperGeneratorTool"/>\r
278 <Tool\r
279 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
c3c11581
VS
280 </Configuration>\r
281 <Configuration\r
282 Name="Universal Release|Win32"\r
506e9b7e
VZ
283 OutputDirectory="vc_mswunivu"\r
284 IntermediateDirectory="vc_mswunivu\printfbench"\r
c3c11581
VS
285 ConfigurationType="1"\r
286 UseOfMFC="0"\r
8ece421c 287 ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
c3c11581 288 CharacterSet="1">\r
c3c11581
VS
289 <Tool\r
290 Name="VCCLCompilerTool"\r
291 Optimization="2"\r
506e9b7e 292 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswunivu;.\..\include;."\r
c3c11581 293 PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;_CONSOLE;wxUSE_GUI=0"\r
8ece421c
VZ
294 ExceptionHandling="TRUE"\r
295 RuntimeLibrary="2"\r
296 RuntimeTypeInfo="TRUE"\r
c3c11581
VS
297 UsePrecompiledHeader="3"\r
298 PrecompiledHeaderThrough="testprec.h"\r
506e9b7e
VZ
299 PrecompiledHeaderFile="vc_mswunivu\testprec_printfbench.pch"\r
300 AssemblerListingLocation="vc_mswunivu\printfbench\"\r
301 ObjectFile="vc_mswunivu\printfbench\"\r
302 ProgramDataBaseFileName="vc_mswunivu\printfbench.pdb"\r
c3c11581 303 WarningLevel="4"\r
8ece421c
VZ
304 SuppressStartupBanner="TRUE"\r
305 Detect64BitPortabilityProblems="TRUE"\r
306 DebugInformationFormat="3"/>\r
c3c11581 307 <Tool\r
8ece421c 308 Name="VCCustomBuildTool"/>\r
c3c11581
VS
309 <Tool\r
310 Name="VCLinkerTool"\r
c3c11581 311 AdditionalOptions=""\r
b44f5137 312 AdditionalDependencies="wxbase29u.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"\r
506e9b7e 313 OutputFile="vc_mswunivu\printfbench.exe"\r
c3c11581 314 LinkIncremental="2"\r
8ece421c 315 SuppressStartupBanner="TRUE"\r
506e9b7e 316 AdditionalLibraryDirectories=".\..\lib\vc_lib"\r
8ece421c 317 GenerateDebugInformation="TRUE"\r
506e9b7e 318 ProgramDatabaseFile="vc_mswunivu\printfbench.pdb"\r
8ece421c 319 SubSystem="1"\r
c3c11581
VS
320 TargetMachine="1"/>\r
321 <Tool\r
8ece421c
VZ
322 Name="VCMIDLTool"/>\r
323 <Tool\r
324 Name="VCPostBuildEventTool"/>\r
325 <Tool\r
326 Name="VCPreBuildEventTool"/>\r
c3c11581 327 <Tool\r
8ece421c 328 Name="VCPreLinkEventTool"/>\r
c3c11581 329 <Tool\r
8ece421c
VZ
330 Name="VCResourceCompilerTool"\r
331 PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;_CONSOLE;wxUSE_GUI=0"\r
332 Culture="1033"\r
506e9b7e 333 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswunivu;.\..\include;."/>\r
c3c11581 334 <Tool\r
8ece421c 335 Name="VCWebServiceProxyGeneratorTool"/>\r
c3c11581 336 <Tool\r
8ece421c 337 Name="VCXMLDataGeneratorTool"/>\r
c3c11581
VS
338 <Tool\r
339 Name="VCWebDeploymentTool"/>\r
340 <Tool\r
8ece421c
VZ
341 Name="VCManagedWrapperGeneratorTool"/>\r
342 <Tool\r
343 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
c3c11581
VS
344 </Configuration>\r
345 <Configuration\r
346 Name="Universal Debug|Win32"\r
506e9b7e
VZ
347 OutputDirectory="vc_mswunivud"\r
348 IntermediateDirectory="vc_mswunivud\printfbench"\r
c3c11581
VS
349 ConfigurationType="1"\r
350 UseOfMFC="0"\r
8ece421c 351 ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
c3c11581 352 CharacterSet="1">\r
c3c11581
VS
353 <Tool\r
354 Name="VCCLCompilerTool"\r
355 Optimization="0"\r
506e9b7e 356 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswunivud;.\..\include;."\r
c3c11581 357 PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;_CONSOLE;wxUSE_GUI=0"\r
8ece421c
VZ
358 MinimalRebuild="TRUE"\r
359 ExceptionHandling="TRUE"\r
c3c11581 360 BasicRuntimeChecks="3"\r
8ece421c
VZ
361 RuntimeLibrary="3"\r
362 BufferSecurityCheck="TRUE"\r
363 RuntimeTypeInfo="TRUE"\r
c3c11581
VS
364 UsePrecompiledHeader="3"\r
365 PrecompiledHeaderThrough="testprec.h"\r
506e9b7e
VZ
366 PrecompiledHeaderFile="vc_mswunivud\testprec_printfbench.pch"\r
367 AssemblerListingLocation="vc_mswunivud\printfbench\"\r
368 ObjectFile="vc_mswunivud\printfbench\"\r
369 ProgramDataBaseFileName="vc_mswunivud\printfbench.pdb"\r
c3c11581 370 WarningLevel="4"\r
8ece421c
VZ
371 SuppressStartupBanner="TRUE"\r
372 Detect64BitPortabilityProblems="TRUE"\r
373 DebugInformationFormat="3"/>\r
c3c11581 374 <Tool\r
8ece421c 375 Name="VCCustomBuildTool"/>\r
c3c11581
VS
376 <Tool\r
377 Name="VCLinkerTool"\r
c3c11581 378 AdditionalOptions=""\r
b44f5137 379 AdditionalDependencies="wxbase29ud.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"\r
506e9b7e 380 OutputFile="vc_mswunivud\printfbench.exe"\r
c3c11581 381 LinkIncremental="2"\r
8ece421c 382 SuppressStartupBanner="TRUE"\r
506e9b7e 383 AdditionalLibraryDirectories=".\..\lib\vc_lib"\r
8ece421c 384 GenerateDebugInformation="TRUE"\r
506e9b7e 385 ProgramDatabaseFile="vc_mswunivud\printfbench.pdb"\r
8ece421c 386 SubSystem="1"\r
c3c11581
VS
387 TargetMachine="1"/>\r
388 <Tool\r
8ece421c 389 Name="VCMIDLTool"/>\r
c3c11581 390 <Tool\r
8ece421c 391 Name="VCPostBuildEventTool"/>\r
c3c11581 392 <Tool\r
8ece421c 393 Name="VCPreBuildEventTool"/>\r
c3c11581 394 <Tool\r
8ece421c 395 Name="VCPreLinkEventTool"/>\r
c3c11581 396 <Tool\r
8ece421c
VZ
397 Name="VCResourceCompilerTool"\r
398 PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;_CONSOLE;wxUSE_GUI=0"\r
399 Culture="1033"\r
506e9b7e 400 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswunivud;.\..\include;."/>\r
8ece421c
VZ
401 <Tool\r
402 Name="VCWebServiceProxyGeneratorTool"/>\r
403 <Tool\r
404 Name="VCXMLDataGeneratorTool"/>\r
c3c11581
VS
405 <Tool\r
406 Name="VCWebDeploymentTool"/>\r
407 <Tool\r
8ece421c
VZ
408 Name="VCManagedWrapperGeneratorTool"/>\r
409 <Tool\r
410 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
c3c11581
VS
411 </Configuration>\r
412 <Configuration\r
413 Name="Release|Win32"\r
506e9b7e
VZ
414 OutputDirectory="vc_mswu"\r
415 IntermediateDirectory="vc_mswu\printfbench"\r
c3c11581
VS
416 ConfigurationType="1"\r
417 UseOfMFC="0"\r
8ece421c 418 ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
c3c11581 419 CharacterSet="1">\r
c3c11581
VS
420 <Tool\r
421 Name="VCCLCompilerTool"\r
422 Optimization="2"\r
506e9b7e 423 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswu;.\..\include;."\r
c3c11581 424 PreprocessorDefinitions="__WXMSW__;_UNICODE;_CONSOLE;wxUSE_GUI=0"\r
8ece421c
VZ
425 ExceptionHandling="TRUE"\r
426 RuntimeLibrary="2"\r
427 RuntimeTypeInfo="TRUE"\r
c3c11581
VS
428 UsePrecompiledHeader="3"\r
429 PrecompiledHeaderThrough="testprec.h"\r
506e9b7e
VZ
430 PrecompiledHeaderFile="vc_mswu\testprec_printfbench.pch"\r
431 AssemblerListingLocation="vc_mswu\printfbench\"\r
432 ObjectFile="vc_mswu\printfbench\"\r
433 ProgramDataBaseFileName="vc_mswu\printfbench.pdb"\r
c3c11581 434 WarningLevel="4"\r
8ece421c
VZ
435 SuppressStartupBanner="TRUE"\r
436 Detect64BitPortabilityProblems="TRUE"\r
437 DebugInformationFormat="3"/>\r
c3c11581 438 <Tool\r
8ece421c 439 Name="VCCustomBuildTool"/>\r
c3c11581
VS
440 <Tool\r
441 Name="VCLinkerTool"\r
c3c11581 442 AdditionalOptions=""\r
b44f5137 443 AdditionalDependencies="wxbase29u.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"\r
506e9b7e 444 OutputFile="vc_mswu\printfbench.exe"\r
c3c11581 445 LinkIncremental="2"\r
8ece421c 446 SuppressStartupBanner="TRUE"\r
506e9b7e 447 AdditionalLibraryDirectories=".\..\lib\vc_lib"\r
8ece421c 448 GenerateDebugInformation="TRUE"\r
506e9b7e 449 ProgramDatabaseFile="vc_mswu\printfbench.pdb"\r
8ece421c 450 SubSystem="1"\r
c3c11581
VS
451 TargetMachine="1"/>\r
452 <Tool\r
8ece421c
VZ
453 Name="VCMIDLTool"/>\r
454 <Tool\r
455 Name="VCPostBuildEventTool"/>\r
456 <Tool\r
457 Name="VCPreBuildEventTool"/>\r
c3c11581 458 <Tool\r
8ece421c 459 Name="VCPreLinkEventTool"/>\r
c3c11581 460 <Tool\r
8ece421c
VZ
461 Name="VCResourceCompilerTool"\r
462 PreprocessorDefinitions="__WXMSW__;_UNICODE;_CONSOLE;wxUSE_GUI=0"\r
463 Culture="1033"\r
506e9b7e 464 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswu;.\..\include;."/>\r
c3c11581 465 <Tool\r
8ece421c 466 Name="VCWebServiceProxyGeneratorTool"/>\r
c3c11581 467 <Tool\r
8ece421c 468 Name="VCXMLDataGeneratorTool"/>\r
c3c11581
VS
469 <Tool\r
470 Name="VCWebDeploymentTool"/>\r
471 <Tool\r
8ece421c
VZ
472 Name="VCManagedWrapperGeneratorTool"/>\r
473 <Tool\r
474 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
c3c11581
VS
475 </Configuration>\r
476 <Configuration\r
477 Name="Debug|Win32"\r
506e9b7e
VZ
478 OutputDirectory="vc_mswud"\r
479 IntermediateDirectory="vc_mswud\printfbench"\r
c3c11581
VS
480 ConfigurationType="1"\r
481 UseOfMFC="0"\r
8ece421c 482 ATLMinimizesCRunTimeLibraryUsage="FALSE"\r
c3c11581 483 CharacterSet="1">\r
c3c11581
VS
484 <Tool\r
485 Name="VCCLCompilerTool"\r
486 Optimization="0"\r
506e9b7e 487 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswud;.\..\include;."\r
c3c11581 488 PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;_CONSOLE;wxUSE_GUI=0"\r
8ece421c
VZ
489 MinimalRebuild="TRUE"\r
490 ExceptionHandling="TRUE"\r
c3c11581 491 BasicRuntimeChecks="3"\r
8ece421c
VZ
492 RuntimeLibrary="3"\r
493 BufferSecurityCheck="TRUE"\r
494 RuntimeTypeInfo="TRUE"\r
c3c11581
VS
495 UsePrecompiledHeader="3"\r
496 PrecompiledHeaderThrough="testprec.h"\r
506e9b7e
VZ
497 PrecompiledHeaderFile="vc_mswud\testprec_printfbench.pch"\r
498 AssemblerListingLocation="vc_mswud\printfbench\"\r
499 ObjectFile="vc_mswud\printfbench\"\r
500 ProgramDataBaseFileName="vc_mswud\printfbench.pdb"\r
c3c11581 501 WarningLevel="4"\r
8ece421c
VZ
502 SuppressStartupBanner="TRUE"\r
503 Detect64BitPortabilityProblems="TRUE"\r
504 DebugInformationFormat="3"/>\r
c3c11581 505 <Tool\r
8ece421c 506 Name="VCCustomBuildTool"/>\r
c3c11581
VS
507 <Tool\r
508 Name="VCLinkerTool"\r
c3c11581 509 AdditionalOptions=""\r
b44f5137 510 AdditionalDependencies="wxbase29ud.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"\r
506e9b7e 511 OutputFile="vc_mswud\printfbench.exe"\r
c3c11581 512 LinkIncremental="2"\r
8ece421c 513 SuppressStartupBanner="TRUE"\r
506e9b7e 514 AdditionalLibraryDirectories=".\..\lib\vc_lib"\r
8ece421c 515 GenerateDebugInformation="TRUE"\r
506e9b7e 516 ProgramDatabaseFile="vc_mswud\printfbench.pdb"\r
8ece421c 517 SubSystem="1"\r
c3c11581
VS
518 TargetMachine="1"/>\r
519 <Tool\r
8ece421c 520 Name="VCMIDLTool"/>\r
c3c11581 521 <Tool\r
8ece421c 522 Name="VCPostBuildEventTool"/>\r
c3c11581 523 <Tool\r
8ece421c 524 Name="VCPreBuildEventTool"/>\r
c3c11581 525 <Tool\r
8ece421c 526 Name="VCPreLinkEventTool"/>\r
c3c11581 527 <Tool\r
8ece421c
VZ
528 Name="VCResourceCompilerTool"\r
529 PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;_CONSOLE;wxUSE_GUI=0"\r
530 Culture="1033"\r
506e9b7e 531 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswud;.\..\include;."/>\r
8ece421c
VZ
532 <Tool\r
533 Name="VCWebServiceProxyGeneratorTool"/>\r
534 <Tool\r
535 Name="VCXMLDataGeneratorTool"/>\r
c3c11581
VS
536 <Tool\r
537 Name="VCWebDeploymentTool"/>\r
538 <Tool\r
8ece421c
VZ
539 Name="VCManagedWrapperGeneratorTool"/>\r
540 <Tool\r
541 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
c3c11581
VS
542 </Configuration>\r
543 </Configurations>\r
544 <References>\r
545 \r
546 </References>\r
547 <Files>\r
548 <Filter\r
549 Name="Source Files"\r
8ece421c
VZ
550 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"\r
551 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">\r
c3c11581
VS
552 <File\r
553 RelativePath=".\dummy.cpp">\r
554 <FileConfiguration\r
555 Name="DLL Universal Release|Win32">\r
556 <Tool\r
557 Name="VCCLCompilerTool"\r
558 UsePrecompiledHeader="1"/>\r
559 </FileConfiguration>\r
560 <FileConfiguration\r
561 Name="DLL Universal Debug|Win32">\r
562 <Tool\r
563 Name="VCCLCompilerTool"\r
564 UsePrecompiledHeader="1"/>\r
565 </FileConfiguration>\r
566 <FileConfiguration\r
567 Name="DLL Release|Win32">\r
568 <Tool\r
569 Name="VCCLCompilerTool"\r
570 UsePrecompiledHeader="1"/>\r
571 </FileConfiguration>\r
572 <FileConfiguration\r
573 Name="DLL Debug|Win32">\r
574 <Tool\r
575 Name="VCCLCompilerTool"\r
576 UsePrecompiledHeader="1"/>\r
577 </FileConfiguration>\r
578 <FileConfiguration\r
579 Name="Universal Release|Win32">\r
580 <Tool\r
581 Name="VCCLCompilerTool"\r
582 UsePrecompiledHeader="1"/>\r
583 </FileConfiguration>\r
584 <FileConfiguration\r
585 Name="Universal Debug|Win32">\r
586 <Tool\r
587 Name="VCCLCompilerTool"\r
588 UsePrecompiledHeader="1"/>\r
589 </FileConfiguration>\r
590 <FileConfiguration\r
591 Name="Release|Win32">\r
592 <Tool\r
593 Name="VCCLCompilerTool"\r
594 UsePrecompiledHeader="1"/>\r
595 </FileConfiguration>\r
596 <FileConfiguration\r
597 Name="Debug|Win32">\r
598 <Tool\r
599 Name="VCCLCompilerTool"\r
600 UsePrecompiledHeader="1"/>\r
601 </FileConfiguration>\r
602 </File>\r
603 <File\r
8ece421c
VZ
604 RelativePath=".\benchmarks\printfbench.cpp">\r
605 </File>\r
c3c11581
VS
606 </Filter>\r
607 </Files>\r
608 <Globals>\r
609 \r
610 </Globals>\r
611</VisualStudioProject>\r
612\r