bench.vcproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <!--
  3. This makefile was generated by
  4. Bakefile 0.2.5 (http://www.bakefile.org)
  5. Do not modify, all changes will be overwritten!
  6. -->
  7. <VisualStudioProject
  8. ProjectType="Visual C++"
  9. Version="8.00"
  10. Name="bench"
  11. ProjectGUID="{205F8D16-BA71-560B-A3DF-7A2A93B16CF6}"
  12. >
  13. <Platforms>
  14. <Platform
  15. Name="Win32"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="DLL Universal Release|Win32"
  23. OutputDirectory="vc_mswunivudll"
  24. IntermediateDirectory="vc_mswunivudll\bench"
  25. ConfigurationType="1"
  26. UseOfMFC="0"
  27. ATLMinimizesCRunTimeLibraryUsage="false"
  28. CharacterSet="1"
  29. >
  30. <Tool
  31. Name="VCPreBuildEventTool"
  32. />
  33. <Tool
  34. Name="VCCustomBuildTool"
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="2"
  48. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswunivu;.\..\..\include;."
  49. PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  50. ExceptionHandling="1"
  51. RuntimeLibrary="2"
  52. RuntimeTypeInfo="true"
  53. AssemblerListingLocation="vc_mswunivudll\bench\"
  54. ObjectFile="vc_mswunivudll\bench\"
  55. ProgramDataBaseFileName="vc_mswunivudll\bench.pdb"
  56. WarningLevel="4"
  57. SuppressStartupBanner="true"
  58. Detect64BitPortabilityProblems="true"
  59. DebugInformationFormat="3"
  60. />
  61. <Tool
  62. Name="VCManagedResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  67. Culture="1033"
  68. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswunivu;.\..\..\include;."
  69. />
  70. <Tool
  71. Name="VCPreLinkEventTool"
  72. />
  73. <Tool
  74. Name="VCLinkerTool"
  75. AdditionalOptions=""
  76. AdditionalDependencies="wxbase29u.lib wxbase29u_net.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"
  77. OutputFile="vc_mswunivudll\bench.exe"
  78. LinkIncremental="2"
  79. SuppressStartupBanner="true"
  80. AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
  81. GenerateManifest="true"
  82. GenerateDebugInformation="true"
  83. ProgramDatabaseFile="vc_mswunivudll\bench.pdb"
  84. SubSystem="1"
  85. TargetMachine="1"
  86. />
  87. <Tool
  88. Name="VCALinkTool"
  89. />
  90. <Tool
  91. Name="VCManifestTool"
  92. />
  93. <Tool
  94. Name="VCXDCMakeTool"
  95. />
  96. <Tool
  97. Name="VCBscMakeTool"
  98. OutputFile="vc_mswunivudll\bench.bsc"
  99. SuppressStartupBanner="true"
  100. />
  101. <Tool
  102. Name="VCFxCopTool"
  103. />
  104. <Tool
  105. Name="VCAppVerifierTool"
  106. />
  107. <Tool
  108. Name="VCWebDeploymentTool"
  109. />
  110. <Tool
  111. Name="VCPostBuildEventTool"
  112. />
  113. </Configuration>
  114. <Configuration
  115. Name="DLL Universal Debug|Win32"
  116. OutputDirectory="vc_mswunivuddll"
  117. IntermediateDirectory="vc_mswunivuddll\bench"
  118. ConfigurationType="1"
  119. UseOfMFC="0"
  120. ATLMinimizesCRunTimeLibraryUsage="false"
  121. CharacterSet="1"
  122. >
  123. <Tool
  124. Name="VCPreBuildEventTool"
  125. />
  126. <Tool
  127. Name="VCCustomBuildTool"
  128. />
  129. <Tool
  130. Name="VCXMLDataGeneratorTool"
  131. />
  132. <Tool
  133. Name="VCWebServiceProxyGeneratorTool"
  134. />
  135. <Tool
  136. Name="VCMIDLTool"
  137. />
  138. <Tool
  139. Name="VCCLCompilerTool"
  140. Optimization="0"
  141. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswunivud;.\..\..\include;."
  142. PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  143. MinimalRebuild="true"
  144. ExceptionHandling="1"
  145. BasicRuntimeChecks="3"
  146. RuntimeLibrary="3"
  147. BufferSecurityCheck="true"
  148. RuntimeTypeInfo="true"
  149. AssemblerListingLocation="vc_mswunivuddll\bench\"
  150. ObjectFile="vc_mswunivuddll\bench\"
  151. ProgramDataBaseFileName="vc_mswunivuddll\bench.pdb"
  152. WarningLevel="4"
  153. SuppressStartupBanner="true"
  154. Detect64BitPortabilityProblems="true"
  155. DebugInformationFormat="3"
  156. />
  157. <Tool
  158. Name="VCManagedResourceCompilerTool"
  159. />
  160. <Tool
  161. Name="VCResourceCompilerTool"
  162. PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  163. Culture="1033"
  164. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswunivud;.\..\..\include;."
  165. />
  166. <Tool
  167. Name="VCPreLinkEventTool"
  168. />
  169. <Tool
  170. Name="VCLinkerTool"
  171. AdditionalOptions=""
  172. AdditionalDependencies="wxbase29ud.lib wxbase29ud_net.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"
  173. OutputFile="vc_mswunivuddll\bench.exe"
  174. LinkIncremental="2"
  175. SuppressStartupBanner="true"
  176. AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
  177. GenerateManifest="true"
  178. GenerateDebugInformation="true"
  179. ProgramDatabaseFile="vc_mswunivuddll\bench.pdb"
  180. SubSystem="1"
  181. TargetMachine="1"
  182. />
  183. <Tool
  184. Name="VCALinkTool"
  185. />
  186. <Tool
  187. Name="VCManifestTool"
  188. />
  189. <Tool
  190. Name="VCXDCMakeTool"
  191. />
  192. <Tool
  193. Name="VCBscMakeTool"
  194. OutputFile="vc_mswunivuddll\bench.bsc"
  195. SuppressStartupBanner="true"
  196. />
  197. <Tool
  198. Name="VCFxCopTool"
  199. />
  200. <Tool
  201. Name="VCAppVerifierTool"
  202. />
  203. <Tool
  204. Name="VCWebDeploymentTool"
  205. />
  206. <Tool
  207. Name="VCPostBuildEventTool"
  208. />
  209. </Configuration>
  210. <Configuration
  211. Name="DLL Release|Win32"
  212. OutputDirectory="vc_mswudll"
  213. IntermediateDirectory="vc_mswudll\bench"
  214. ConfigurationType="1"
  215. UseOfMFC="0"
  216. ATLMinimizesCRunTimeLibraryUsage="false"
  217. CharacterSet="1"
  218. >
  219. <Tool
  220. Name="VCPreBuildEventTool"
  221. />
  222. <Tool
  223. Name="VCCustomBuildTool"
  224. />
  225. <Tool
  226. Name="VCXMLDataGeneratorTool"
  227. />
  228. <Tool
  229. Name="VCWebServiceProxyGeneratorTool"
  230. />
  231. <Tool
  232. Name="VCMIDLTool"
  233. />
  234. <Tool
  235. Name="VCCLCompilerTool"
  236. Optimization="2"
  237. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;."
  238. PreprocessorDefinitions="__WXMSW__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  239. ExceptionHandling="1"
  240. RuntimeLibrary="2"
  241. RuntimeTypeInfo="true"
  242. AssemblerListingLocation="vc_mswudll\bench\"
  243. ObjectFile="vc_mswudll\bench\"
  244. ProgramDataBaseFileName="vc_mswudll\bench.pdb"
  245. WarningLevel="4"
  246. SuppressStartupBanner="true"
  247. Detect64BitPortabilityProblems="true"
  248. DebugInformationFormat="3"
  249. />
  250. <Tool
  251. Name="VCManagedResourceCompilerTool"
  252. />
  253. <Tool
  254. Name="VCResourceCompilerTool"
  255. PreprocessorDefinitions="__WXMSW__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  256. Culture="1033"
  257. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;."
  258. />
  259. <Tool
  260. Name="VCPreLinkEventTool"
  261. />
  262. <Tool
  263. Name="VCLinkerTool"
  264. AdditionalOptions=""
  265. AdditionalDependencies="wxbase29u.lib wxbase29u_net.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"
  266. OutputFile="vc_mswudll\bench.exe"
  267. LinkIncremental="2"
  268. SuppressStartupBanner="true"
  269. AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
  270. GenerateManifest="true"
  271. GenerateDebugInformation="true"
  272. ProgramDatabaseFile="vc_mswudll\bench.pdb"
  273. SubSystem="1"
  274. TargetMachine="1"
  275. />
  276. <Tool
  277. Name="VCALinkTool"
  278. />
  279. <Tool
  280. Name="VCManifestTool"
  281. />
  282. <Tool
  283. Name="VCXDCMakeTool"
  284. />
  285. <Tool
  286. Name="VCBscMakeTool"
  287. OutputFile="vc_mswudll\bench.bsc"
  288. SuppressStartupBanner="true"
  289. />
  290. <Tool
  291. Name="VCFxCopTool"
  292. />
  293. <Tool
  294. Name="VCAppVerifierTool"
  295. />
  296. <Tool
  297. Name="VCWebDeploymentTool"
  298. />
  299. <Tool
  300. Name="VCPostBuildEventTool"
  301. />
  302. </Configuration>
  303. <Configuration
  304. Name="DLL Debug|Win32"
  305. OutputDirectory="vc_mswuddll"
  306. IntermediateDirectory="vc_mswuddll\bench"
  307. ConfigurationType="1"
  308. UseOfMFC="0"
  309. ATLMinimizesCRunTimeLibraryUsage="false"
  310. CharacterSet="1"
  311. >
  312. <Tool
  313. Name="VCPreBuildEventTool"
  314. />
  315. <Tool
  316. Name="VCCustomBuildTool"
  317. />
  318. <Tool
  319. Name="VCXMLDataGeneratorTool"
  320. />
  321. <Tool
  322. Name="VCWebServiceProxyGeneratorTool"
  323. />
  324. <Tool
  325. Name="VCMIDLTool"
  326. />
  327. <Tool
  328. Name="VCCLCompilerTool"
  329. Optimization="0"
  330. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;."
  331. PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  332. MinimalRebuild="true"
  333. ExceptionHandling="1"
  334. BasicRuntimeChecks="3"
  335. RuntimeLibrary="3"
  336. BufferSecurityCheck="true"
  337. RuntimeTypeInfo="true"
  338. AssemblerListingLocation="vc_mswuddll\bench\"
  339. ObjectFile="vc_mswuddll\bench\"
  340. ProgramDataBaseFileName="vc_mswuddll\bench.pdb"
  341. WarningLevel="4"
  342. SuppressStartupBanner="true"
  343. Detect64BitPortabilityProblems="true"
  344. DebugInformationFormat="3"
  345. />
  346. <Tool
  347. Name="VCManagedResourceCompilerTool"
  348. />
  349. <Tool
  350. Name="VCResourceCompilerTool"
  351. PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  352. Culture="1033"
  353. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;."
  354. />
  355. <Tool
  356. Name="VCPreLinkEventTool"
  357. />
  358. <Tool
  359. Name="VCLinkerTool"
  360. AdditionalOptions=""
  361. AdditionalDependencies="wxbase29ud.lib wxbase29ud_net.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"
  362. OutputFile="vc_mswuddll\bench.exe"
  363. LinkIncremental="2"
  364. SuppressStartupBanner="true"
  365. AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
  366. GenerateManifest="true"
  367. GenerateDebugInformation="true"
  368. ProgramDatabaseFile="vc_mswuddll\bench.pdb"
  369. SubSystem="1"
  370. TargetMachine="1"
  371. />
  372. <Tool
  373. Name="VCALinkTool"
  374. />
  375. <Tool
  376. Name="VCManifestTool"
  377. />
  378. <Tool
  379. Name="VCXDCMakeTool"
  380. />
  381. <Tool
  382. Name="VCBscMakeTool"
  383. OutputFile="vc_mswuddll\bench.bsc"
  384. SuppressStartupBanner="true"
  385. />
  386. <Tool
  387. Name="VCFxCopTool"
  388. />
  389. <Tool
  390. Name="VCAppVerifierTool"
  391. />
  392. <Tool
  393. Name="VCWebDeploymentTool"
  394. />
  395. <Tool
  396. Name="VCPostBuildEventTool"
  397. />
  398. </Configuration>
  399. <Configuration
  400. Name="Universal Release|Win32"
  401. OutputDirectory="vc_mswunivu"
  402. IntermediateDirectory="vc_mswunivu\bench"
  403. ConfigurationType="1"
  404. UseOfMFC="0"
  405. ATLMinimizesCRunTimeLibraryUsage="false"
  406. CharacterSet="1"
  407. >
  408. <Tool
  409. Name="VCPreBuildEventTool"
  410. />
  411. <Tool
  412. Name="VCCustomBuildTool"
  413. />
  414. <Tool
  415. Name="VCXMLDataGeneratorTool"
  416. />
  417. <Tool
  418. Name="VCWebServiceProxyGeneratorTool"
  419. />
  420. <Tool
  421. Name="VCMIDLTool"
  422. />
  423. <Tool
  424. Name="VCCLCompilerTool"
  425. Optimization="2"
  426. AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswunivu;.\..\..\include;."
  427. PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  428. ExceptionHandling="1"
  429. RuntimeLibrary="2"
  430. RuntimeTypeInfo="true"
  431. AssemblerListingLocation="vc_mswunivu\bench\"
  432. ObjectFile="vc_mswunivu\bench\"
  433. ProgramDataBaseFileName="vc_mswunivu\bench.pdb"
  434. WarningLevel="4"
  435. SuppressStartupBanner="true"
  436. Detect64BitPortabilityProblems="true"
  437. DebugInformationFormat="3"
  438. />
  439. <Tool
  440. Name="VCManagedResourceCompilerTool"
  441. />
  442. <Tool
  443. Name="VCResourceCompilerTool"
  444. PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  445. Culture="1033"
  446. AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswunivu;.\..\..\include;."
  447. />
  448. <Tool
  449. Name="VCPreLinkEventTool"
  450. />
  451. <Tool
  452. Name="VCLinkerTool"
  453. AdditionalOptions=""
  454. AdditionalDependencies="wxbase29u.lib wxbase29u_net.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"
  455. OutputFile="vc_mswunivu\bench.exe"
  456. LinkIncremental="2"
  457. SuppressStartupBanner="true"
  458. AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
  459. GenerateManifest="true"
  460. GenerateDebugInformation="true"
  461. ProgramDatabaseFile="vc_mswunivu\bench.pdb"
  462. SubSystem="1"
  463. TargetMachine="1"
  464. />
  465. <Tool
  466. Name="VCALinkTool"
  467. />
  468. <Tool
  469. Name="VCManifestTool"
  470. />
  471. <Tool
  472. Name="VCXDCMakeTool"
  473. />
  474. <Tool
  475. Name="VCBscMakeTool"
  476. OutputFile="vc_mswunivu\bench.bsc"
  477. SuppressStartupBanner="true"
  478. />
  479. <Tool
  480. Name="VCFxCopTool"
  481. />
  482. <Tool
  483. Name="VCAppVerifierTool"
  484. />
  485. <Tool
  486. Name="VCWebDeploymentTool"
  487. />
  488. <Tool
  489. Name="VCPostBuildEventTool"
  490. />
  491. </Configuration>
  492. <Configuration
  493. Name="Universal Debug|Win32"
  494. OutputDirectory="vc_mswunivud"
  495. IntermediateDirectory="vc_mswunivud\bench"
  496. ConfigurationType="1"
  497. UseOfMFC="0"
  498. ATLMinimizesCRunTimeLibraryUsage="false"
  499. CharacterSet="1"
  500. >
  501. <Tool
  502. Name="VCPreBuildEventTool"
  503. />
  504. <Tool
  505. Name="VCCustomBuildTool"
  506. />
  507. <Tool
  508. Name="VCXMLDataGeneratorTool"
  509. />
  510. <Tool
  511. Name="VCWebServiceProxyGeneratorTool"
  512. />
  513. <Tool
  514. Name="VCMIDLTool"
  515. />
  516. <Tool
  517. Name="VCCLCompilerTool"
  518. Optimization="0"
  519. AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswunivud;.\..\..\include;."
  520. PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  521. MinimalRebuild="true"
  522. ExceptionHandling="1"
  523. BasicRuntimeChecks="3"
  524. RuntimeLibrary="3"
  525. BufferSecurityCheck="true"
  526. RuntimeTypeInfo="true"
  527. AssemblerListingLocation="vc_mswunivud\bench\"
  528. ObjectFile="vc_mswunivud\bench\"
  529. ProgramDataBaseFileName="vc_mswunivud\bench.pdb"
  530. WarningLevel="4"
  531. SuppressStartupBanner="true"
  532. Detect64BitPortabilityProblems="true"
  533. DebugInformationFormat="3"
  534. />
  535. <Tool
  536. Name="VCManagedResourceCompilerTool"
  537. />
  538. <Tool
  539. Name="VCResourceCompilerTool"
  540. PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  541. Culture="1033"
  542. AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswunivud;.\..\..\include;."
  543. />
  544. <Tool
  545. Name="VCPreLinkEventTool"
  546. />
  547. <Tool
  548. Name="VCLinkerTool"
  549. AdditionalOptions=""
  550. AdditionalDependencies="wxbase29ud.lib wxbase29ud_net.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"
  551. OutputFile="vc_mswunivud\bench.exe"
  552. LinkIncremental="2"
  553. SuppressStartupBanner="true"
  554. AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
  555. GenerateManifest="true"
  556. GenerateDebugInformation="true"
  557. ProgramDatabaseFile="vc_mswunivud\bench.pdb"
  558. SubSystem="1"
  559. TargetMachine="1"
  560. />
  561. <Tool
  562. Name="VCALinkTool"
  563. />
  564. <Tool
  565. Name="VCManifestTool"
  566. />
  567. <Tool
  568. Name="VCXDCMakeTool"
  569. />
  570. <Tool
  571. Name="VCBscMakeTool"
  572. OutputFile="vc_mswunivud\bench.bsc"
  573. SuppressStartupBanner="true"
  574. />
  575. <Tool
  576. Name="VCFxCopTool"
  577. />
  578. <Tool
  579. Name="VCAppVerifierTool"
  580. />
  581. <Tool
  582. Name="VCWebDeploymentTool"
  583. />
  584. <Tool
  585. Name="VCPostBuildEventTool"
  586. />
  587. </Configuration>
  588. <Configuration
  589. Name="Release|Win32"
  590. OutputDirectory="vc_mswu"
  591. IntermediateDirectory="vc_mswu\bench"
  592. ConfigurationType="1"
  593. UseOfMFC="0"
  594. ATLMinimizesCRunTimeLibraryUsage="false"
  595. CharacterSet="1"
  596. >
  597. <Tool
  598. Name="VCPreBuildEventTool"
  599. />
  600. <Tool
  601. Name="VCCustomBuildTool"
  602. />
  603. <Tool
  604. Name="VCXMLDataGeneratorTool"
  605. />
  606. <Tool
  607. Name="VCWebServiceProxyGeneratorTool"
  608. />
  609. <Tool
  610. Name="VCMIDLTool"
  611. />
  612. <Tool
  613. Name="VCCLCompilerTool"
  614. Optimization="2"
  615. AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;."
  616. PreprocessorDefinitions="__WXMSW__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  617. ExceptionHandling="1"
  618. RuntimeLibrary="2"
  619. RuntimeTypeInfo="true"
  620. AssemblerListingLocation="vc_mswu\bench\"
  621. ObjectFile="vc_mswu\bench\"
  622. ProgramDataBaseFileName="vc_mswu\bench.pdb"
  623. WarningLevel="4"
  624. SuppressStartupBanner="true"
  625. Detect64BitPortabilityProblems="true"
  626. DebugInformationFormat="3"
  627. />
  628. <Tool
  629. Name="VCManagedResourceCompilerTool"
  630. />
  631. <Tool
  632. Name="VCResourceCompilerTool"
  633. PreprocessorDefinitions="__WXMSW__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  634. Culture="1033"
  635. AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;."
  636. />
  637. <Tool
  638. Name="VCPreLinkEventTool"
  639. />
  640. <Tool
  641. Name="VCLinkerTool"
  642. AdditionalOptions=""
  643. AdditionalDependencies="wxbase29u.lib wxbase29u_net.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"
  644. OutputFile="vc_mswu\bench.exe"
  645. LinkIncremental="2"
  646. SuppressStartupBanner="true"
  647. AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
  648. GenerateManifest="true"
  649. GenerateDebugInformation="true"
  650. ProgramDatabaseFile="vc_mswu\bench.pdb"
  651. SubSystem="1"
  652. TargetMachine="1"
  653. />
  654. <Tool
  655. Name="VCALinkTool"
  656. />
  657. <Tool
  658. Name="VCManifestTool"
  659. />
  660. <Tool
  661. Name="VCXDCMakeTool"
  662. />
  663. <Tool
  664. Name="VCBscMakeTool"
  665. OutputFile="vc_mswu\bench.bsc"
  666. SuppressStartupBanner="true"
  667. />
  668. <Tool
  669. Name="VCFxCopTool"
  670. />
  671. <Tool
  672. Name="VCAppVerifierTool"
  673. />
  674. <Tool
  675. Name="VCWebDeploymentTool"
  676. />
  677. <Tool
  678. Name="VCPostBuildEventTool"
  679. />
  680. </Configuration>
  681. <Configuration
  682. Name="Debug|Win32"
  683. OutputDirectory="vc_mswud"
  684. IntermediateDirectory="vc_mswud\bench"
  685. ConfigurationType="1"
  686. UseOfMFC="0"
  687. ATLMinimizesCRunTimeLibraryUsage="false"
  688. CharacterSet="1"
  689. >
  690. <Tool
  691. Name="VCPreBuildEventTool"
  692. />
  693. <Tool
  694. Name="VCCustomBuildTool"
  695. />
  696. <Tool
  697. Name="VCXMLDataGeneratorTool"
  698. />
  699. <Tool
  700. Name="VCWebServiceProxyGeneratorTool"
  701. />
  702. <Tool
  703. Name="VCMIDLTool"
  704. />
  705. <Tool
  706. Name="VCCLCompilerTool"
  707. Optimization="0"
  708. AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;."
  709. PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  710. MinimalRebuild="true"
  711. ExceptionHandling="1"
  712. BasicRuntimeChecks="3"
  713. RuntimeLibrary="3"
  714. BufferSecurityCheck="true"
  715. RuntimeTypeInfo="true"
  716. AssemblerListingLocation="vc_mswud\bench\"
  717. ObjectFile="vc_mswud\bench\"
  718. ProgramDataBaseFileName="vc_mswud\bench.pdb"
  719. WarningLevel="4"
  720. SuppressStartupBanner="true"
  721. Detect64BitPortabilityProblems="true"
  722. DebugInformationFormat="3"
  723. />
  724. <Tool
  725. Name="VCManagedResourceCompilerTool"
  726. />
  727. <Tool
  728. Name="VCResourceCompilerTool"
  729. PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  730. Culture="1033"
  731. AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;."
  732. />
  733. <Tool
  734. Name="VCPreLinkEventTool"
  735. />
  736. <Tool
  737. Name="VCLinkerTool"
  738. AdditionalOptions=""
  739. AdditionalDependencies="wxbase29ud.lib wxbase29ud_net.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"
  740. OutputFile="vc_mswud\bench.exe"
  741. LinkIncremental="2"
  742. SuppressStartupBanner="true"
  743. AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
  744. GenerateManifest="true"
  745. GenerateDebugInformation="true"
  746. ProgramDatabaseFile="vc_mswud\bench.pdb"
  747. SubSystem="1"
  748. TargetMachine="1"
  749. />
  750. <Tool
  751. Name="VCALinkTool"
  752. />
  753. <Tool
  754. Name="VCManifestTool"
  755. />
  756. <Tool
  757. Name="VCXDCMakeTool"
  758. />
  759. <Tool
  760. Name="VCBscMakeTool"
  761. OutputFile="vc_mswud\bench.bsc"
  762. SuppressStartupBanner="true"
  763. />
  764. <Tool
  765. Name="VCFxCopTool"
  766. />
  767. <Tool
  768. Name="VCAppVerifierTool"
  769. />
  770. <Tool
  771. Name="VCWebDeploymentTool"
  772. />
  773. <Tool
  774. Name="VCPostBuildEventTool"
  775. />
  776. </Configuration>
  777. </Configurations>
  778. <References>
  779. </References>
  780. <Files>
  781. <Filter
  782. Name="Source Files"
  783. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  784. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  785. >
  786. <File
  787. RelativePath=".\bench.cpp"
  788. >
  789. </File>
  790. <File
  791. RelativePath=".\htmlparser\htmlpars.cpp"
  792. >
  793. </File>
  794. <File
  795. RelativePath=".\htmlparser\htmltag.cpp"
  796. >
  797. </File>
  798. <File
  799. RelativePath=".\ipcclient.cpp"
  800. >
  801. </File>
  802. <File
  803. RelativePath=".\mbconv.cpp"
  804. >
  805. </File>
  806. <File
  807. RelativePath=".\strings.cpp"
  808. >
  809. </File>
  810. <File
  811. RelativePath=".\tls.cpp"
  812. >
  813. </File>
  814. </Filter>
  815. </Files>
  816. <Globals>
  817. </Globals>
  818. </VisualStudioProject>