test_vc8_test.vcproj 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <!--
  3. This project was generated by
  4. Bakefile 0.2.9 (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="test"
  11. ProjectGUID="{C3AB7517-4746-5FC1-911E-D4ADD9590C8E}"
  12. >
  13. <Platforms>
  14. <Platform
  15. Name="Win32"
  16. />
  17. <Platform
  18. Name="x64"
  19. />
  20. </Platforms>
  21. <ToolFiles>
  22. </ToolFiles>
  23. <Configurations>
  24. <Configuration
  25. Name="Debug|Win32"
  26. OutputDirectory="vc_mswud"
  27. IntermediateDirectory="vc_mswud\test"
  28. ConfigurationType="1"
  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="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  48. AdditionalIncludeDirectories=".\..\lib\vc_lib\mswud;.\..\include;."
  49. />
  50. <Tool
  51. Name="VCCLCompilerTool"
  52. Optimization="0"
  53. AdditionalIncludeDirectories=".\..\lib\vc_lib\mswud;.\..\include;."
  54. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  55. MinimalRebuild="true"
  56. ExceptionHandling="1"
  57. BasicRuntimeChecks="3"
  58. RuntimeLibrary="3"
  59. BufferSecurityCheck="true"
  60. RuntimeTypeInfo="true"
  61. UsePrecompiledHeader="2"
  62. PrecompiledHeaderThrough="testprec.h"
  63. PrecompiledHeaderFile="vc_mswud\testprec_test.pch"
  64. ObjectFile="vc_mswud\test\"
  65. ProgramDataBaseFileName="vc_mswud\test.pdb"
  66. WarningLevel="4"
  67. SuppressStartupBanner="true"
  68. Detect64BitPortabilityProblems="true"
  69. DebugInformationFormat="3"
  70. />
  71. <Tool
  72. Name="VCManagedResourceCompilerTool"
  73. />
  74. <Tool
  75. Name="VCResourceCompilerTool"
  76. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  77. Culture="1033"
  78. AdditionalIncludeDirectories=".\..\lib\vc_lib\mswud;.\..\include;."
  79. />
  80. <Tool
  81. Name="VCPreLinkEventTool"
  82. />
  83. <Tool
  84. Name="VCLinkerTool"
  85. AdditionalOptions=""
  86. AdditionalDependencies="wxbase30ud_net.lib wxbase30ud_xml.lib wxbase30ud.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"
  87. OutputFile="vc_mswud\test.exe"
  88. LinkIncremental="2"
  89. SuppressStartupBanner="true"
  90. AdditionalLibraryDirectories=".\..\lib\vc_lib"
  91. GenerateManifest="true"
  92. GenerateDebugInformation="true"
  93. ProgramDatabaseFile="vc_mswud\test.pdb"
  94. SubSystem="1"
  95. TargetMachine="1"
  96. />
  97. <Tool
  98. Name="VCALinkTool"
  99. />
  100. <Tool
  101. Name="VCManifestTool"
  102. />
  103. <Tool
  104. Name="VCXDCMakeTool"
  105. />
  106. <Tool
  107. Name="VCBscMakeTool"
  108. OutputFile="vc_mswud\test_vc8_test.bsc"
  109. SuppressStartupBanner="true"
  110. />
  111. <Tool
  112. Name="VCFxCopTool"
  113. />
  114. <Tool
  115. Name="VCAppVerifierTool"
  116. />
  117. <Tool
  118. Name="VCWebDeploymentTool"
  119. />
  120. <Tool
  121. Name="VCPostBuildEventTool"
  122. />
  123. </Configuration>
  124. <Configuration
  125. Name="Release|Win32"
  126. OutputDirectory="vc_mswu"
  127. IntermediateDirectory="vc_mswu\test"
  128. ConfigurationType="1"
  129. UseOfMFC="0"
  130. ATLMinimizesCRunTimeLibraryUsage="false"
  131. CharacterSet="1"
  132. >
  133. <Tool
  134. Name="VCPreBuildEventTool"
  135. />
  136. <Tool
  137. Name="VCCustomBuildTool"
  138. />
  139. <Tool
  140. Name="VCXMLDataGeneratorTool"
  141. />
  142. <Tool
  143. Name="VCWebServiceProxyGeneratorTool"
  144. />
  145. <Tool
  146. Name="VCMIDLTool"
  147. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  148. AdditionalIncludeDirectories=".\..\lib\vc_lib\mswu;.\..\include;."
  149. />
  150. <Tool
  151. Name="VCCLCompilerTool"
  152. Optimization="2"
  153. AdditionalIncludeDirectories=".\..\lib\vc_lib\mswu;.\..\include;."
  154. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  155. ExceptionHandling="1"
  156. RuntimeLibrary="2"
  157. RuntimeTypeInfo="true"
  158. UsePrecompiledHeader="2"
  159. PrecompiledHeaderThrough="testprec.h"
  160. PrecompiledHeaderFile="vc_mswu\testprec_test.pch"
  161. ObjectFile="vc_mswu\test\"
  162. ProgramDataBaseFileName="vc_mswu\test.pdb"
  163. WarningLevel="4"
  164. SuppressStartupBanner="true"
  165. Detect64BitPortabilityProblems="true"
  166. DebugInformationFormat="3"
  167. />
  168. <Tool
  169. Name="VCManagedResourceCompilerTool"
  170. />
  171. <Tool
  172. Name="VCResourceCompilerTool"
  173. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  174. Culture="1033"
  175. AdditionalIncludeDirectories=".\..\lib\vc_lib\mswu;.\..\include;."
  176. />
  177. <Tool
  178. Name="VCPreLinkEventTool"
  179. />
  180. <Tool
  181. Name="VCLinkerTool"
  182. AdditionalOptions=""
  183. AdditionalDependencies="wxbase30u_net.lib wxbase30u_xml.lib wxbase30u.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"
  184. OutputFile="vc_mswu\test.exe"
  185. LinkIncremental="1"
  186. SuppressStartupBanner="true"
  187. AdditionalLibraryDirectories=".\..\lib\vc_lib"
  188. GenerateManifest="true"
  189. GenerateDebugInformation="true"
  190. ProgramDatabaseFile="vc_mswu\test.pdb"
  191. SubSystem="1"
  192. TargetMachine="1"
  193. OptimizeReferences="2"
  194. EnableCOMDATFolding="2"
  195. />
  196. <Tool
  197. Name="VCALinkTool"
  198. />
  199. <Tool
  200. Name="VCManifestTool"
  201. />
  202. <Tool
  203. Name="VCXDCMakeTool"
  204. />
  205. <Tool
  206. Name="VCBscMakeTool"
  207. OutputFile="vc_mswu\test_vc8_test.bsc"
  208. SuppressStartupBanner="true"
  209. />
  210. <Tool
  211. Name="VCFxCopTool"
  212. />
  213. <Tool
  214. Name="VCAppVerifierTool"
  215. />
  216. <Tool
  217. Name="VCWebDeploymentTool"
  218. />
  219. <Tool
  220. Name="VCPostBuildEventTool"
  221. />
  222. </Configuration>
  223. <Configuration
  224. Name="DLL Debug|Win32"
  225. OutputDirectory="vc_mswuddll"
  226. IntermediateDirectory="vc_mswuddll\test"
  227. ConfigurationType="1"
  228. UseOfMFC="0"
  229. ATLMinimizesCRunTimeLibraryUsage="false"
  230. CharacterSet="1"
  231. >
  232. <Tool
  233. Name="VCPreBuildEventTool"
  234. />
  235. <Tool
  236. Name="VCCustomBuildTool"
  237. />
  238. <Tool
  239. Name="VCXMLDataGeneratorTool"
  240. />
  241. <Tool
  242. Name="VCWebServiceProxyGeneratorTool"
  243. />
  244. <Tool
  245. Name="VCMIDLTool"
  246. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  247. AdditionalIncludeDirectories=".\..\lib\vc_dll\mswud;.\..\include;."
  248. />
  249. <Tool
  250. Name="VCCLCompilerTool"
  251. Optimization="0"
  252. AdditionalIncludeDirectories=".\..\lib\vc_dll\mswud;.\..\include;."
  253. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  254. MinimalRebuild="true"
  255. ExceptionHandling="1"
  256. BasicRuntimeChecks="3"
  257. RuntimeLibrary="3"
  258. BufferSecurityCheck="true"
  259. RuntimeTypeInfo="true"
  260. UsePrecompiledHeader="2"
  261. PrecompiledHeaderThrough="testprec.h"
  262. PrecompiledHeaderFile="vc_mswuddll\testprec_test.pch"
  263. ObjectFile="vc_mswuddll\test\"
  264. ProgramDataBaseFileName="vc_mswuddll\test.pdb"
  265. WarningLevel="4"
  266. SuppressStartupBanner="true"
  267. Detect64BitPortabilityProblems="true"
  268. DebugInformationFormat="3"
  269. />
  270. <Tool
  271. Name="VCManagedResourceCompilerTool"
  272. />
  273. <Tool
  274. Name="VCResourceCompilerTool"
  275. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  276. Culture="1033"
  277. AdditionalIncludeDirectories=".\..\lib\vc_dll\mswud;.\..\include;."
  278. />
  279. <Tool
  280. Name="VCPreLinkEventTool"
  281. />
  282. <Tool
  283. Name="VCLinkerTool"
  284. AdditionalOptions=""
  285. AdditionalDependencies="wxbase30ud_net.lib wxbase30ud_xml.lib wxbase30ud.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"
  286. OutputFile="vc_mswuddll\test.exe"
  287. LinkIncremental="2"
  288. SuppressStartupBanner="true"
  289. AdditionalLibraryDirectories=".\..\lib\vc_dll"
  290. GenerateManifest="true"
  291. GenerateDebugInformation="true"
  292. ProgramDatabaseFile="vc_mswuddll\test.pdb"
  293. SubSystem="1"
  294. TargetMachine="1"
  295. />
  296. <Tool
  297. Name="VCALinkTool"
  298. />
  299. <Tool
  300. Name="VCManifestTool"
  301. />
  302. <Tool
  303. Name="VCXDCMakeTool"
  304. />
  305. <Tool
  306. Name="VCBscMakeTool"
  307. OutputFile="vc_mswuddll\test_vc8_test.bsc"
  308. SuppressStartupBanner="true"
  309. />
  310. <Tool
  311. Name="VCFxCopTool"
  312. />
  313. <Tool
  314. Name="VCAppVerifierTool"
  315. />
  316. <Tool
  317. Name="VCWebDeploymentTool"
  318. />
  319. <Tool
  320. Name="VCPostBuildEventTool"
  321. />
  322. </Configuration>
  323. <Configuration
  324. Name="DLL Release|Win32"
  325. OutputDirectory="vc_mswudll"
  326. IntermediateDirectory="vc_mswudll\test"
  327. ConfigurationType="1"
  328. UseOfMFC="0"
  329. ATLMinimizesCRunTimeLibraryUsage="false"
  330. CharacterSet="1"
  331. >
  332. <Tool
  333. Name="VCPreBuildEventTool"
  334. />
  335. <Tool
  336. Name="VCCustomBuildTool"
  337. />
  338. <Tool
  339. Name="VCXMLDataGeneratorTool"
  340. />
  341. <Tool
  342. Name="VCWebServiceProxyGeneratorTool"
  343. />
  344. <Tool
  345. Name="VCMIDLTool"
  346. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  347. AdditionalIncludeDirectories=".\..\lib\vc_dll\mswu;.\..\include;."
  348. />
  349. <Tool
  350. Name="VCCLCompilerTool"
  351. Optimization="2"
  352. AdditionalIncludeDirectories=".\..\lib\vc_dll\mswu;.\..\include;."
  353. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  354. ExceptionHandling="1"
  355. RuntimeLibrary="2"
  356. RuntimeTypeInfo="true"
  357. UsePrecompiledHeader="2"
  358. PrecompiledHeaderThrough="testprec.h"
  359. PrecompiledHeaderFile="vc_mswudll\testprec_test.pch"
  360. ObjectFile="vc_mswudll\test\"
  361. ProgramDataBaseFileName="vc_mswudll\test.pdb"
  362. WarningLevel="4"
  363. SuppressStartupBanner="true"
  364. Detect64BitPortabilityProblems="true"
  365. DebugInformationFormat="3"
  366. />
  367. <Tool
  368. Name="VCManagedResourceCompilerTool"
  369. />
  370. <Tool
  371. Name="VCResourceCompilerTool"
  372. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  373. Culture="1033"
  374. AdditionalIncludeDirectories=".\..\lib\vc_dll\mswu;.\..\include;."
  375. />
  376. <Tool
  377. Name="VCPreLinkEventTool"
  378. />
  379. <Tool
  380. Name="VCLinkerTool"
  381. AdditionalOptions=""
  382. AdditionalDependencies="wxbase30u_net.lib wxbase30u_xml.lib wxbase30u.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"
  383. OutputFile="vc_mswudll\test.exe"
  384. LinkIncremental="1"
  385. SuppressStartupBanner="true"
  386. AdditionalLibraryDirectories=".\..\lib\vc_dll"
  387. GenerateManifest="true"
  388. GenerateDebugInformation="true"
  389. ProgramDatabaseFile="vc_mswudll\test.pdb"
  390. SubSystem="1"
  391. TargetMachine="1"
  392. OptimizeReferences="2"
  393. EnableCOMDATFolding="2"
  394. />
  395. <Tool
  396. Name="VCALinkTool"
  397. />
  398. <Tool
  399. Name="VCManifestTool"
  400. />
  401. <Tool
  402. Name="VCXDCMakeTool"
  403. />
  404. <Tool
  405. Name="VCBscMakeTool"
  406. OutputFile="vc_mswudll\test_vc8_test.bsc"
  407. SuppressStartupBanner="true"
  408. />
  409. <Tool
  410. Name="VCFxCopTool"
  411. />
  412. <Tool
  413. Name="VCAppVerifierTool"
  414. />
  415. <Tool
  416. Name="VCWebDeploymentTool"
  417. />
  418. <Tool
  419. Name="VCPostBuildEventTool"
  420. />
  421. </Configuration>
  422. <Configuration
  423. Name="Debug|x64"
  424. OutputDirectory="vc_mswud_x64"
  425. IntermediateDirectory="vc_mswud_x64\test"
  426. ConfigurationType="1"
  427. UseOfMFC="0"
  428. ATLMinimizesCRunTimeLibraryUsage="false"
  429. CharacterSet="1"
  430. >
  431. <Tool
  432. Name="VCPreBuildEventTool"
  433. />
  434. <Tool
  435. Name="VCCustomBuildTool"
  436. />
  437. <Tool
  438. Name="VCXMLDataGeneratorTool"
  439. />
  440. <Tool
  441. Name="VCWebServiceProxyGeneratorTool"
  442. />
  443. <Tool
  444. Name="VCMIDLTool"
  445. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  446. AdditionalIncludeDirectories=".\..\lib\vc_x64_lib\mswud;.\..\include;."
  447. />
  448. <Tool
  449. Name="VCCLCompilerTool"
  450. Optimization="0"
  451. AdditionalIncludeDirectories=".\..\lib\vc_x64_lib\mswud;.\..\include;."
  452. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  453. MinimalRebuild="true"
  454. ExceptionHandling="1"
  455. BasicRuntimeChecks="3"
  456. RuntimeLibrary="3"
  457. BufferSecurityCheck="true"
  458. RuntimeTypeInfo="true"
  459. UsePrecompiledHeader="2"
  460. PrecompiledHeaderThrough="testprec.h"
  461. PrecompiledHeaderFile="vc_mswud_x64\testprec_test.pch"
  462. ObjectFile="vc_mswud_x64\test\"
  463. ProgramDataBaseFileName="vc_mswud_x64\test.pdb"
  464. WarningLevel="4"
  465. SuppressStartupBanner="true"
  466. Detect64BitPortabilityProblems="true"
  467. DebugInformationFormat="3"
  468. />
  469. <Tool
  470. Name="VCManagedResourceCompilerTool"
  471. />
  472. <Tool
  473. Name="VCResourceCompilerTool"
  474. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  475. Culture="1033"
  476. AdditionalIncludeDirectories=".\..\lib\vc_x64_lib\mswud;.\..\include;."
  477. />
  478. <Tool
  479. Name="VCPreLinkEventTool"
  480. />
  481. <Tool
  482. Name="VCLinkerTool"
  483. AdditionalOptions=""
  484. AdditionalDependencies="wxbase30ud_net.lib wxbase30ud_xml.lib wxbase30ud.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"
  485. OutputFile="vc_mswud_x64\test.exe"
  486. LinkIncremental="2"
  487. SuppressStartupBanner="true"
  488. AdditionalLibraryDirectories=".\..\lib\vc_x64_lib"
  489. GenerateManifest="true"
  490. GenerateDebugInformation="true"
  491. ProgramDatabaseFile="vc_mswud_x64\test.pdb"
  492. SubSystem="1"
  493. TargetMachine="17"
  494. />
  495. <Tool
  496. Name="VCALinkTool"
  497. />
  498. <Tool
  499. Name="VCManifestTool"
  500. />
  501. <Tool
  502. Name="VCXDCMakeTool"
  503. />
  504. <Tool
  505. Name="VCBscMakeTool"
  506. OutputFile="vc_mswud_x64\test_vc8_test.bsc"
  507. SuppressStartupBanner="true"
  508. />
  509. <Tool
  510. Name="VCFxCopTool"
  511. />
  512. <Tool
  513. Name="VCAppVerifierTool"
  514. />
  515. <Tool
  516. Name="VCWebDeploymentTool"
  517. />
  518. <Tool
  519. Name="VCPostBuildEventTool"
  520. />
  521. </Configuration>
  522. <Configuration
  523. Name="Release|x64"
  524. OutputDirectory="vc_mswu_x64"
  525. IntermediateDirectory="vc_mswu_x64\test"
  526. ConfigurationType="1"
  527. UseOfMFC="0"
  528. ATLMinimizesCRunTimeLibraryUsage="false"
  529. CharacterSet="1"
  530. >
  531. <Tool
  532. Name="VCPreBuildEventTool"
  533. />
  534. <Tool
  535. Name="VCCustomBuildTool"
  536. />
  537. <Tool
  538. Name="VCXMLDataGeneratorTool"
  539. />
  540. <Tool
  541. Name="VCWebServiceProxyGeneratorTool"
  542. />
  543. <Tool
  544. Name="VCMIDLTool"
  545. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  546. AdditionalIncludeDirectories=".\..\lib\vc_x64_lib\mswu;.\..\include;."
  547. />
  548. <Tool
  549. Name="VCCLCompilerTool"
  550. Optimization="2"
  551. AdditionalIncludeDirectories=".\..\lib\vc_x64_lib\mswu;.\..\include;."
  552. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  553. ExceptionHandling="1"
  554. RuntimeLibrary="2"
  555. RuntimeTypeInfo="true"
  556. UsePrecompiledHeader="2"
  557. PrecompiledHeaderThrough="testprec.h"
  558. PrecompiledHeaderFile="vc_mswu_x64\testprec_test.pch"
  559. ObjectFile="vc_mswu_x64\test\"
  560. ProgramDataBaseFileName="vc_mswu_x64\test.pdb"
  561. WarningLevel="4"
  562. SuppressStartupBanner="true"
  563. Detect64BitPortabilityProblems="true"
  564. DebugInformationFormat="3"
  565. />
  566. <Tool
  567. Name="VCManagedResourceCompilerTool"
  568. />
  569. <Tool
  570. Name="VCResourceCompilerTool"
  571. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;_CONSOLE;wxUSE_GUI=0"
  572. Culture="1033"
  573. AdditionalIncludeDirectories=".\..\lib\vc_x64_lib\mswu;.\..\include;."
  574. />
  575. <Tool
  576. Name="VCPreLinkEventTool"
  577. />
  578. <Tool
  579. Name="VCLinkerTool"
  580. AdditionalOptions=""
  581. AdditionalDependencies="wxbase30u_net.lib wxbase30u_xml.lib wxbase30u.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"
  582. OutputFile="vc_mswu_x64\test.exe"
  583. LinkIncremental="1"
  584. SuppressStartupBanner="true"
  585. AdditionalLibraryDirectories=".\..\lib\vc_x64_lib"
  586. GenerateManifest="true"
  587. GenerateDebugInformation="true"
  588. ProgramDatabaseFile="vc_mswu_x64\test.pdb"
  589. SubSystem="1"
  590. TargetMachine="17"
  591. OptimizeReferences="2"
  592. EnableCOMDATFolding="2"
  593. />
  594. <Tool
  595. Name="VCALinkTool"
  596. />
  597. <Tool
  598. Name="VCManifestTool"
  599. />
  600. <Tool
  601. Name="VCXDCMakeTool"
  602. />
  603. <Tool
  604. Name="VCBscMakeTool"
  605. OutputFile="vc_mswu_x64\test_vc8_test.bsc"
  606. SuppressStartupBanner="true"
  607. />
  608. <Tool
  609. Name="VCFxCopTool"
  610. />
  611. <Tool
  612. Name="VCAppVerifierTool"
  613. />
  614. <Tool
  615. Name="VCWebDeploymentTool"
  616. />
  617. <Tool
  618. Name="VCPostBuildEventTool"
  619. />
  620. </Configuration>
  621. <Configuration
  622. Name="DLL Debug|x64"
  623. OutputDirectory="vc_mswuddll_x64"
  624. IntermediateDirectory="vc_mswuddll_x64\test"
  625. ConfigurationType="1"
  626. UseOfMFC="0"
  627. ATLMinimizesCRunTimeLibraryUsage="false"
  628. CharacterSet="1"
  629. >
  630. <Tool
  631. Name="VCPreBuildEventTool"
  632. />
  633. <Tool
  634. Name="VCCustomBuildTool"
  635. />
  636. <Tool
  637. Name="VCXMLDataGeneratorTool"
  638. />
  639. <Tool
  640. Name="VCWebServiceProxyGeneratorTool"
  641. />
  642. <Tool
  643. Name="VCMIDLTool"
  644. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  645. AdditionalIncludeDirectories=".\..\lib\vc_x64_dll\mswud;.\..\include;."
  646. />
  647. <Tool
  648. Name="VCCLCompilerTool"
  649. Optimization="0"
  650. AdditionalIncludeDirectories=".\..\lib\vc_x64_dll\mswud;.\..\include;."
  651. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  652. MinimalRebuild="true"
  653. ExceptionHandling="1"
  654. BasicRuntimeChecks="3"
  655. RuntimeLibrary="3"
  656. BufferSecurityCheck="true"
  657. RuntimeTypeInfo="true"
  658. UsePrecompiledHeader="2"
  659. PrecompiledHeaderThrough="testprec.h"
  660. PrecompiledHeaderFile="vc_mswuddll_x64\testprec_test.pch"
  661. ObjectFile="vc_mswuddll_x64\test\"
  662. ProgramDataBaseFileName="vc_mswuddll_x64\test.pdb"
  663. WarningLevel="4"
  664. SuppressStartupBanner="true"
  665. Detect64BitPortabilityProblems="true"
  666. DebugInformationFormat="3"
  667. />
  668. <Tool
  669. Name="VCManagedResourceCompilerTool"
  670. />
  671. <Tool
  672. Name="VCResourceCompilerTool"
  673. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  674. Culture="1033"
  675. AdditionalIncludeDirectories=".\..\lib\vc_x64_dll\mswud;.\..\include;."
  676. />
  677. <Tool
  678. Name="VCPreLinkEventTool"
  679. />
  680. <Tool
  681. Name="VCLinkerTool"
  682. AdditionalOptions=""
  683. AdditionalDependencies="wxbase30ud_net.lib wxbase30ud_xml.lib wxbase30ud.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"
  684. OutputFile="vc_mswuddll_x64\test.exe"
  685. LinkIncremental="2"
  686. SuppressStartupBanner="true"
  687. AdditionalLibraryDirectories=".\..\lib\vc_x64_dll"
  688. GenerateManifest="true"
  689. GenerateDebugInformation="true"
  690. ProgramDatabaseFile="vc_mswuddll_x64\test.pdb"
  691. SubSystem="1"
  692. TargetMachine="17"
  693. />
  694. <Tool
  695. Name="VCALinkTool"
  696. />
  697. <Tool
  698. Name="VCManifestTool"
  699. />
  700. <Tool
  701. Name="VCXDCMakeTool"
  702. />
  703. <Tool
  704. Name="VCBscMakeTool"
  705. OutputFile="vc_mswuddll_x64\test_vc8_test.bsc"
  706. SuppressStartupBanner="true"
  707. />
  708. <Tool
  709. Name="VCFxCopTool"
  710. />
  711. <Tool
  712. Name="VCAppVerifierTool"
  713. />
  714. <Tool
  715. Name="VCWebDeploymentTool"
  716. />
  717. <Tool
  718. Name="VCPostBuildEventTool"
  719. />
  720. </Configuration>
  721. <Configuration
  722. Name="DLL Release|x64"
  723. OutputDirectory="vc_mswudll_x64"
  724. IntermediateDirectory="vc_mswudll_x64\test"
  725. ConfigurationType="1"
  726. UseOfMFC="0"
  727. ATLMinimizesCRunTimeLibraryUsage="false"
  728. CharacterSet="1"
  729. >
  730. <Tool
  731. Name="VCPreBuildEventTool"
  732. />
  733. <Tool
  734. Name="VCCustomBuildTool"
  735. />
  736. <Tool
  737. Name="VCXMLDataGeneratorTool"
  738. />
  739. <Tool
  740. Name="VCWebServiceProxyGeneratorTool"
  741. />
  742. <Tool
  743. Name="VCMIDLTool"
  744. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  745. AdditionalIncludeDirectories=".\..\lib\vc_x64_dll\mswu;.\..\include;."
  746. />
  747. <Tool
  748. Name="VCCLCompilerTool"
  749. Optimization="2"
  750. AdditionalIncludeDirectories=".\..\lib\vc_x64_dll\mswu;.\..\include;."
  751. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  752. ExceptionHandling="1"
  753. RuntimeLibrary="2"
  754. RuntimeTypeInfo="true"
  755. UsePrecompiledHeader="2"
  756. PrecompiledHeaderThrough="testprec.h"
  757. PrecompiledHeaderFile="vc_mswudll_x64\testprec_test.pch"
  758. ObjectFile="vc_mswudll_x64\test\"
  759. ProgramDataBaseFileName="vc_mswudll_x64\test.pdb"
  760. WarningLevel="4"
  761. SuppressStartupBanner="true"
  762. Detect64BitPortabilityProblems="true"
  763. DebugInformationFormat="3"
  764. />
  765. <Tool
  766. Name="VCManagedResourceCompilerTool"
  767. />
  768. <Tool
  769. Name="VCResourceCompilerTool"
  770. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
  771. Culture="1033"
  772. AdditionalIncludeDirectories=".\..\lib\vc_x64_dll\mswu;.\..\include;."
  773. />
  774. <Tool
  775. Name="VCPreLinkEventTool"
  776. />
  777. <Tool
  778. Name="VCLinkerTool"
  779. AdditionalOptions=""
  780. AdditionalDependencies="wxbase30u_net.lib wxbase30u_xml.lib wxbase30u.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"
  781. OutputFile="vc_mswudll_x64\test.exe"
  782. LinkIncremental="1"
  783. SuppressStartupBanner="true"
  784. AdditionalLibraryDirectories=".\..\lib\vc_x64_dll"
  785. GenerateManifest="true"
  786. GenerateDebugInformation="true"
  787. ProgramDatabaseFile="vc_mswudll_x64\test.pdb"
  788. SubSystem="1"
  789. TargetMachine="17"
  790. OptimizeReferences="2"
  791. EnableCOMDATFolding="2"
  792. />
  793. <Tool
  794. Name="VCALinkTool"
  795. />
  796. <Tool
  797. Name="VCManifestTool"
  798. />
  799. <Tool
  800. Name="VCXDCMakeTool"
  801. />
  802. <Tool
  803. Name="VCBscMakeTool"
  804. OutputFile="vc_mswudll_x64\test_vc8_test.bsc"
  805. SuppressStartupBanner="true"
  806. />
  807. <Tool
  808. Name="VCFxCopTool"
  809. />
  810. <Tool
  811. Name="VCAppVerifierTool"
  812. />
  813. <Tool
  814. Name="VCWebDeploymentTool"
  815. />
  816. <Tool
  817. Name="VCPostBuildEventTool"
  818. />
  819. </Configuration>
  820. </Configurations>
  821. <References>
  822. </References>
  823. <Files>
  824. <Filter
  825. Name="Source Files"
  826. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  827. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  828. >
  829. <File
  830. RelativePath=".\any\anytest.cpp"
  831. >
  832. </File>
  833. <File
  834. RelativePath=".\archive\archivetest.cpp"
  835. >
  836. </File>
  837. <File
  838. RelativePath=".\arrays\arrays.cpp"
  839. >
  840. </File>
  841. <File
  842. RelativePath=".\thread\atomic.cpp"
  843. >
  844. </File>
  845. <File
  846. RelativePath=".\base64\base64.cpp"
  847. >
  848. </File>
  849. <File
  850. RelativePath=".\streams\bstream.cpp"
  851. >
  852. </File>
  853. <File
  854. RelativePath=".\cmdline\cmdlinetest.cpp"
  855. >
  856. </File>
  857. <File
  858. RelativePath=".\mbconv\convautotest.cpp"
  859. >
  860. </File>
  861. <File
  862. RelativePath=".\strings\crt.cpp"
  863. >
  864. </File>
  865. <File
  866. RelativePath=".\streams\datastreamtest.cpp"
  867. >
  868. </File>
  869. <File
  870. RelativePath=".\datetime\datetimetest.cpp"
  871. >
  872. </File>
  873. <File
  874. RelativePath=".\file\dir.cpp"
  875. >
  876. </File>
  877. <File
  878. RelativePath=".\dummy.cpp"
  879. >
  880. <FileConfiguration
  881. Name="Debug|Win32"
  882. >
  883. <Tool
  884. Name="VCCLCompilerTool"
  885. UsePrecompiledHeader="1"
  886. />
  887. </FileConfiguration>
  888. <FileConfiguration
  889. Name="Release|Win32"
  890. >
  891. <Tool
  892. Name="VCCLCompilerTool"
  893. UsePrecompiledHeader="1"
  894. />
  895. </FileConfiguration>
  896. <FileConfiguration
  897. Name="DLL Debug|Win32"
  898. >
  899. <Tool
  900. Name="VCCLCompilerTool"
  901. UsePrecompiledHeader="1"
  902. />
  903. </FileConfiguration>
  904. <FileConfiguration
  905. Name="DLL Release|Win32"
  906. >
  907. <Tool
  908. Name="VCCLCompilerTool"
  909. UsePrecompiledHeader="1"
  910. />
  911. </FileConfiguration>
  912. <FileConfiguration
  913. Name="Debug|x64"
  914. >
  915. <Tool
  916. Name="VCCLCompilerTool"
  917. UsePrecompiledHeader="1"
  918. />
  919. </FileConfiguration>
  920. <FileConfiguration
  921. Name="Release|x64"
  922. >
  923. <Tool
  924. Name="VCCLCompilerTool"
  925. UsePrecompiledHeader="1"
  926. />
  927. </FileConfiguration>
  928. <FileConfiguration
  929. Name="DLL Debug|x64"
  930. >
  931. <Tool
  932. Name="VCCLCompilerTool"
  933. UsePrecompiledHeader="1"
  934. />
  935. </FileConfiguration>
  936. <FileConfiguration
  937. Name="DLL Release|x64"
  938. >
  939. <Tool
  940. Name="VCCLCompilerTool"
  941. UsePrecompiledHeader="1"
  942. />
  943. </FileConfiguration>
  944. </File>
  945. <File
  946. RelativePath=".\misc\dynamiclib.cpp"
  947. >
  948. </File>
  949. <File
  950. RelativePath=".\misc\environ.cpp"
  951. >
  952. </File>
  953. <File
  954. RelativePath=".\weakref\evtconnection.cpp"
  955. >
  956. </File>
  957. <File
  958. RelativePath=".\events\evthandler.cpp"
  959. >
  960. </File>
  961. <File
  962. RelativePath=".\events\evtlooptest.cpp"
  963. >
  964. </File>
  965. <File
  966. RelativePath=".\events\evtsource.cpp"
  967. >
  968. </File>
  969. <File
  970. RelativePath=".\exec\exec.cpp"
  971. >
  972. </File>
  973. <File
  974. RelativePath=".\streams\ffilestream.cpp"
  975. >
  976. </File>
  977. <File
  978. RelativePath=".\streams\fileback.cpp"
  979. >
  980. </File>
  981. <File
  982. RelativePath=".\config\fileconf.cpp"
  983. >
  984. </File>
  985. <File
  986. RelativePath=".\file\filefn.cpp"
  987. >
  988. </File>
  989. <File
  990. RelativePath=".\filekind\filekind.cpp"
  991. >
  992. </File>
  993. <File
  994. RelativePath=".\filename\filenametest.cpp"
  995. >
  996. </File>
  997. <File
  998. RelativePath=".\streams\filestream.cpp"
  999. >
  1000. </File>
  1001. <File
  1002. RelativePath=".\filesys\filesystest.cpp"
  1003. >
  1004. </File>
  1005. <File
  1006. RelativePath=".\file\filetest.cpp"
  1007. >
  1008. </File>
  1009. <File
  1010. RelativePath=".\fontmap\fontmaptest.cpp"
  1011. >
  1012. </File>
  1013. <File
  1014. RelativePath=".\formatconverter\formatconvertertest.cpp"
  1015. >
  1016. </File>
  1017. <File
  1018. RelativePath=".\fswatcher\fswatchertest.cpp"
  1019. >
  1020. </File>
  1021. <File
  1022. RelativePath=".\uris\ftp.cpp"
  1023. >
  1024. </File>
  1025. <File
  1026. RelativePath=".\hashes\hashes.cpp"
  1027. >
  1028. </File>
  1029. <File
  1030. RelativePath=".\interactive\input.cpp"
  1031. >
  1032. </File>
  1033. <File
  1034. RelativePath=".\intl\intltest.cpp"
  1035. >
  1036. </File>
  1037. <File
  1038. RelativePath=".\strings\iostream.cpp"
  1039. >
  1040. </File>
  1041. <File
  1042. RelativePath=".\streams\iostreams.cpp"
  1043. >
  1044. </File>
  1045. <File
  1046. RelativePath=".\net\ipc.cpp"
  1047. >
  1048. </File>
  1049. <File
  1050. RelativePath=".\streams\largefile.cpp"
  1051. >
  1052. </File>
  1053. <File
  1054. RelativePath=".\lists\lists.cpp"
  1055. >
  1056. </File>
  1057. <File
  1058. RelativePath=".\log\logtest.cpp"
  1059. >
  1060. </File>
  1061. <File
  1062. RelativePath=".\longlong\longlongtest.cpp"
  1063. >
  1064. </File>
  1065. <File
  1066. RelativePath=".\mbconv\mbconvtest.cpp"
  1067. >
  1068. </File>
  1069. <File
  1070. RelativePath=".\streams\memstream.cpp"
  1071. >
  1072. </File>
  1073. <File
  1074. RelativePath=".\misc\metatest.cpp"
  1075. >
  1076. </File>
  1077. <File
  1078. RelativePath=".\thread\misc.cpp"
  1079. >
  1080. </File>
  1081. <File
  1082. RelativePath=".\misc\misctests.cpp"
  1083. >
  1084. </File>
  1085. <File
  1086. RelativePath=".\misc\module.cpp"
  1087. >
  1088. </File>
  1089. <File
  1090. RelativePath=".\strings\numformatter.cpp"
  1091. >
  1092. </File>
  1093. <File
  1094. RelativePath=".\interactive\output.cpp"
  1095. >
  1096. </File>
  1097. <File
  1098. RelativePath=".\misc\pathlist.cpp"
  1099. >
  1100. </File>
  1101. <File
  1102. RelativePath=".\thread\queue.cpp"
  1103. >
  1104. </File>
  1105. <File
  1106. RelativePath=".\config\regconf.cpp"
  1107. >
  1108. </File>
  1109. <File
  1110. RelativePath=".\regex\regextest.cpp"
  1111. >
  1112. </File>
  1113. <File
  1114. RelativePath=".\scopeguard\scopeguardtest.cpp"
  1115. >
  1116. </File>
  1117. <File
  1118. RelativePath=".\net\socket.cpp"
  1119. >
  1120. </File>
  1121. <File
  1122. RelativePath=".\streams\socketstream.cpp"
  1123. >
  1124. </File>
  1125. <File
  1126. RelativePath=".\streams\sstream.cpp"
  1127. >
  1128. </File>
  1129. <File
  1130. RelativePath=".\streams\stdstream.cpp"
  1131. >
  1132. </File>
  1133. <File
  1134. RelativePath=".\strings\stdstrings.cpp"
  1135. >
  1136. </File>
  1137. <File
  1138. RelativePath=".\events\stopwatch.cpp"
  1139. >
  1140. </File>
  1141. <File
  1142. RelativePath=".\strings\strings.cpp"
  1143. >
  1144. </File>
  1145. <File
  1146. RelativePath=".\archive\tartest.cpp"
  1147. >
  1148. </File>
  1149. <File
  1150. RelativePath=".\streams\tempfile.cpp"
  1151. >
  1152. </File>
  1153. <File
  1154. RelativePath=".\test.cpp"
  1155. >
  1156. </File>
  1157. <File
  1158. RelativePath=".\textfile\textfiletest.cpp"
  1159. >
  1160. </File>
  1161. <File
  1162. RelativePath=".\streams\textstreamtest.cpp"
  1163. >
  1164. </File>
  1165. <File
  1166. RelativePath=".\events\timertest.cpp"
  1167. >
  1168. </File>
  1169. <File
  1170. RelativePath=".\thread\tls.cpp"
  1171. >
  1172. </File>
  1173. <File
  1174. RelativePath=".\strings\tokenizer.cpp"
  1175. >
  1176. </File>
  1177. <File
  1178. RelativePath=".\misc\typeinfotest.cpp"
  1179. >
  1180. </File>
  1181. <File
  1182. RelativePath=".\strings\unichar.cpp"
  1183. >
  1184. </File>
  1185. <File
  1186. RelativePath=".\strings\unicode.cpp"
  1187. >
  1188. </File>
  1189. <File
  1190. RelativePath=".\uris\uris.cpp"
  1191. >
  1192. </File>
  1193. <File
  1194. RelativePath=".\uris\url.cpp"
  1195. >
  1196. </File>
  1197. <File
  1198. RelativePath=".\strings\vararg.cpp"
  1199. >
  1200. </File>
  1201. <File
  1202. RelativePath=".\vectors\vectors.cpp"
  1203. >
  1204. </File>
  1205. <File
  1206. RelativePath=".\strings\vsnprintf.cpp"
  1207. >
  1208. </File>
  1209. <File
  1210. RelativePath=".\weakref\weakref.cpp"
  1211. >
  1212. </File>
  1213. <File
  1214. RelativePath=".\regex\wxregextest.cpp"
  1215. >
  1216. </File>
  1217. <File
  1218. RelativePath=".\xlocale\xlocale.cpp"
  1219. >
  1220. </File>
  1221. <File
  1222. RelativePath=".\xml\xmltest.cpp"
  1223. >
  1224. </File>
  1225. <File
  1226. RelativePath=".\archive\ziptest.cpp"
  1227. >
  1228. </File>
  1229. <File
  1230. RelativePath=".\streams\zlibstream.cpp"
  1231. >
  1232. </File>
  1233. </Filter>
  1234. </Files>
  1235. <Globals>
  1236. </Globals>
  1237. </VisualStudioProject>