test_vc8_test_gui.vcproj 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269
  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_gui"
  11. ProjectGUID="{7EE6A4F4-E7C9-58C1-BEEA-394DF0D5F224}"
  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_gui"
  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;NOPCH;_CONSOLE"
  48. AdditionalIncludeDirectories=".\..\lib\vc_lib\mswud;.\..\include;.;.\..\samples"
  49. />
  50. <Tool
  51. Name="VCCLCompilerTool"
  52. Optimization="0"
  53. AdditionalIncludeDirectories=".\..\lib\vc_lib\mswud;.\..\include;.;.\..\samples"
  54. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;NOPCH;_CONSOLE"
  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_gui.pch"
  64. ObjectFile="vc_mswud\test_gui\"
  65. ProgramDataBaseFileName="vc_mswud\test_gui.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;NOPCH;_CONSOLE"
  77. Culture="1033"
  78. AdditionalIncludeDirectories=".\..\lib\vc_lib\mswud;.\..\include;.;.\..\samples"
  79. />
  80. <Tool
  81. Name="VCPreLinkEventTool"
  82. />
  83. <Tool
  84. Name="VCLinkerTool"
  85. AdditionalOptions=""
  86. AdditionalDependencies="wxmsw30ud_webview.lib wxmsw30ud_richtext.lib wxmsw30ud_media.lib wxmsw30ud_xrc.lib wxbase30ud_xml.lib wxmsw30ud_adv.lib wxmsw30ud_html.lib wxmsw30ud_core.lib wxbase30ud_net.lib wxbase30ud.lib wxtiffd.lib wxjpegd.lib wxpngd.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_gui.exe"
  88. LinkIncremental="2"
  89. SuppressStartupBanner="true"
  90. AdditionalLibraryDirectories=".\..\lib\vc_lib"
  91. GenerateManifest="true"
  92. GenerateDebugInformation="true"
  93. ProgramDatabaseFile="vc_mswud\test_gui.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_gui.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_gui"
  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;NOPCH;_CONSOLE"
  148. AdditionalIncludeDirectories=".\..\lib\vc_lib\mswu;.\..\include;.;.\..\samples"
  149. />
  150. <Tool
  151. Name="VCCLCompilerTool"
  152. Optimization="2"
  153. AdditionalIncludeDirectories=".\..\lib\vc_lib\mswu;.\..\include;.;.\..\samples"
  154. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;NOPCH;_CONSOLE"
  155. ExceptionHandling="1"
  156. RuntimeLibrary="2"
  157. RuntimeTypeInfo="true"
  158. UsePrecompiledHeader="2"
  159. PrecompiledHeaderThrough="testprec.h"
  160. PrecompiledHeaderFile="vc_mswu\testprec_test_gui.pch"
  161. ObjectFile="vc_mswu\test_gui\"
  162. ProgramDataBaseFileName="vc_mswu\test_gui.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;NOPCH;_CONSOLE"
  174. Culture="1033"
  175. AdditionalIncludeDirectories=".\..\lib\vc_lib\mswu;.\..\include;.;.\..\samples"
  176. />
  177. <Tool
  178. Name="VCPreLinkEventTool"
  179. />
  180. <Tool
  181. Name="VCLinkerTool"
  182. AdditionalOptions=""
  183. AdditionalDependencies="wxmsw30u_webview.lib wxmsw30u_richtext.lib wxmsw30u_media.lib wxmsw30u_xrc.lib wxbase30u_xml.lib wxmsw30u_adv.lib wxmsw30u_html.lib wxmsw30u_core.lib wxbase30u_net.lib wxbase30u.lib wxtiff.lib wxjpeg.lib wxpng.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_gui.exe"
  185. LinkIncremental="1"
  186. SuppressStartupBanner="true"
  187. AdditionalLibraryDirectories=".\..\lib\vc_lib"
  188. GenerateManifest="true"
  189. GenerateDebugInformation="true"
  190. ProgramDatabaseFile="vc_mswu\test_gui.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_gui.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_gui"
  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;NOPCH;_CONSOLE"
  247. AdditionalIncludeDirectories=".\..\lib\vc_dll\mswud;.\..\include;.;.\..\samples"
  248. />
  249. <Tool
  250. Name="VCCLCompilerTool"
  251. Optimization="0"
  252. AdditionalIncludeDirectories=".\..\lib\vc_dll\mswud;.\..\include;.;.\..\samples"
  253. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;NOPCH;_CONSOLE"
  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_gui.pch"
  263. ObjectFile="vc_mswuddll\test_gui\"
  264. ProgramDataBaseFileName="vc_mswuddll\test_gui.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;NOPCH;_CONSOLE"
  276. Culture="1033"
  277. AdditionalIncludeDirectories=".\..\lib\vc_dll\mswud;.\..\include;.;.\..\samples"
  278. />
  279. <Tool
  280. Name="VCPreLinkEventTool"
  281. />
  282. <Tool
  283. Name="VCLinkerTool"
  284. AdditionalOptions=""
  285. AdditionalDependencies="wxmsw30ud_webview.lib wxmsw30ud_richtext.lib wxmsw30ud_media.lib wxmsw30ud_xrc.lib wxbase30ud_xml.lib wxmsw30ud_adv.lib wxmsw30ud_html.lib wxmsw30ud_core.lib wxbase30ud_net.lib wxbase30ud.lib wxtiffd.lib wxjpegd.lib wxpngd.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_gui.exe"
  287. LinkIncremental="2"
  288. SuppressStartupBanner="true"
  289. AdditionalLibraryDirectories=".\..\lib\vc_dll"
  290. GenerateManifest="true"
  291. GenerateDebugInformation="true"
  292. ProgramDatabaseFile="vc_mswuddll\test_gui.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_gui.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_gui"
  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;NOPCH;_CONSOLE"
  347. AdditionalIncludeDirectories=".\..\lib\vc_dll\mswu;.\..\include;.;.\..\samples"
  348. />
  349. <Tool
  350. Name="VCCLCompilerTool"
  351. Optimization="2"
  352. AdditionalIncludeDirectories=".\..\lib\vc_dll\mswu;.\..\include;.;.\..\samples"
  353. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;NOPCH;_CONSOLE"
  354. ExceptionHandling="1"
  355. RuntimeLibrary="2"
  356. RuntimeTypeInfo="true"
  357. UsePrecompiledHeader="2"
  358. PrecompiledHeaderThrough="testprec.h"
  359. PrecompiledHeaderFile="vc_mswudll\testprec_test_gui.pch"
  360. ObjectFile="vc_mswudll\test_gui\"
  361. ProgramDataBaseFileName="vc_mswudll\test_gui.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;NOPCH;_CONSOLE"
  373. Culture="1033"
  374. AdditionalIncludeDirectories=".\..\lib\vc_dll\mswu;.\..\include;.;.\..\samples"
  375. />
  376. <Tool
  377. Name="VCPreLinkEventTool"
  378. />
  379. <Tool
  380. Name="VCLinkerTool"
  381. AdditionalOptions=""
  382. AdditionalDependencies="wxmsw30u_webview.lib wxmsw30u_richtext.lib wxmsw30u_media.lib wxmsw30u_xrc.lib wxbase30u_xml.lib wxmsw30u_adv.lib wxmsw30u_html.lib wxmsw30u_core.lib wxbase30u_net.lib wxbase30u.lib wxtiff.lib wxjpeg.lib wxpng.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_gui.exe"
  384. LinkIncremental="1"
  385. SuppressStartupBanner="true"
  386. AdditionalLibraryDirectories=".\..\lib\vc_dll"
  387. GenerateManifest="true"
  388. GenerateDebugInformation="true"
  389. ProgramDatabaseFile="vc_mswudll\test_gui.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_gui.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_gui"
  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;NOPCH;_CONSOLE"
  446. AdditionalIncludeDirectories=".\..\lib\vc_x64_lib\mswud;.\..\include;.;.\..\samples"
  447. />
  448. <Tool
  449. Name="VCCLCompilerTool"
  450. Optimization="0"
  451. AdditionalIncludeDirectories=".\..\lib\vc_x64_lib\mswud;.\..\include;.;.\..\samples"
  452. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;NOPCH;_CONSOLE"
  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_gui.pch"
  462. ObjectFile="vc_mswud_x64\test_gui\"
  463. ProgramDataBaseFileName="vc_mswud_x64\test_gui.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;NOPCH;_CONSOLE"
  475. Culture="1033"
  476. AdditionalIncludeDirectories=".\..\lib\vc_x64_lib\mswud;.\..\include;.;.\..\samples"
  477. />
  478. <Tool
  479. Name="VCPreLinkEventTool"
  480. />
  481. <Tool
  482. Name="VCLinkerTool"
  483. AdditionalOptions=""
  484. AdditionalDependencies="wxmsw30ud_webview.lib wxmsw30ud_richtext.lib wxmsw30ud_media.lib wxmsw30ud_xrc.lib wxbase30ud_xml.lib wxmsw30ud_adv.lib wxmsw30ud_html.lib wxmsw30ud_core.lib wxbase30ud_net.lib wxbase30ud.lib wxtiffd.lib wxjpegd.lib wxpngd.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_gui.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_gui.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_gui.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_gui"
  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;NOPCH;_CONSOLE"
  546. AdditionalIncludeDirectories=".\..\lib\vc_x64_lib\mswu;.\..\include;.;.\..\samples"
  547. />
  548. <Tool
  549. Name="VCCLCompilerTool"
  550. Optimization="2"
  551. AdditionalIncludeDirectories=".\..\lib\vc_x64_lib\mswu;.\..\include;.;.\..\samples"
  552. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;NOPCH;_CONSOLE"
  553. ExceptionHandling="1"
  554. RuntimeLibrary="2"
  555. RuntimeTypeInfo="true"
  556. UsePrecompiledHeader="2"
  557. PrecompiledHeaderThrough="testprec.h"
  558. PrecompiledHeaderFile="vc_mswu_x64\testprec_test_gui.pch"
  559. ObjectFile="vc_mswu_x64\test_gui\"
  560. ProgramDataBaseFileName="vc_mswu_x64\test_gui.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;NOPCH;_CONSOLE"
  572. Culture="1033"
  573. AdditionalIncludeDirectories=".\..\lib\vc_x64_lib\mswu;.\..\include;.;.\..\samples"
  574. />
  575. <Tool
  576. Name="VCPreLinkEventTool"
  577. />
  578. <Tool
  579. Name="VCLinkerTool"
  580. AdditionalOptions=""
  581. AdditionalDependencies="wxmsw30u_webview.lib wxmsw30u_richtext.lib wxmsw30u_media.lib wxmsw30u_xrc.lib wxbase30u_xml.lib wxmsw30u_adv.lib wxmsw30u_html.lib wxmsw30u_core.lib wxbase30u_net.lib wxbase30u.lib wxtiff.lib wxjpeg.lib wxpng.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_gui.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_gui.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_gui.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_gui"
  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;NOPCH;_CONSOLE"
  645. AdditionalIncludeDirectories=".\..\lib\vc_x64_dll\mswud;.\..\include;.;.\..\samples"
  646. />
  647. <Tool
  648. Name="VCCLCompilerTool"
  649. Optimization="0"
  650. AdditionalIncludeDirectories=".\..\lib\vc_x64_dll\mswud;.\..\include;.;.\..\samples"
  651. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;NOPCH;_CONSOLE"
  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_gui.pch"
  661. ObjectFile="vc_mswuddll_x64\test_gui\"
  662. ProgramDataBaseFileName="vc_mswuddll_x64\test_gui.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;NOPCH;_CONSOLE"
  674. Culture="1033"
  675. AdditionalIncludeDirectories=".\..\lib\vc_x64_dll\mswud;.\..\include;.;.\..\samples"
  676. />
  677. <Tool
  678. Name="VCPreLinkEventTool"
  679. />
  680. <Tool
  681. Name="VCLinkerTool"
  682. AdditionalOptions=""
  683. AdditionalDependencies="wxmsw30ud_webview.lib wxmsw30ud_richtext.lib wxmsw30ud_media.lib wxmsw30ud_xrc.lib wxbase30ud_xml.lib wxmsw30ud_adv.lib wxmsw30ud_html.lib wxmsw30ud_core.lib wxbase30ud_net.lib wxbase30ud.lib wxtiffd.lib wxjpegd.lib wxpngd.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_gui.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_gui.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_gui.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_gui"
  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;NOPCH;_CONSOLE"
  745. AdditionalIncludeDirectories=".\..\lib\vc_x64_dll\mswu;.\..\include;.;.\..\samples"
  746. />
  747. <Tool
  748. Name="VCCLCompilerTool"
  749. Optimization="2"
  750. AdditionalIncludeDirectories=".\..\lib\vc_x64_dll\mswu;.\..\include;.;.\..\samples"
  751. PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;NOPCH;_CONSOLE"
  752. ExceptionHandling="1"
  753. RuntimeLibrary="2"
  754. RuntimeTypeInfo="true"
  755. UsePrecompiledHeader="2"
  756. PrecompiledHeaderThrough="testprec.h"
  757. PrecompiledHeaderFile="vc_mswudll_x64\testprec_test_gui.pch"
  758. ObjectFile="vc_mswudll_x64\test_gui\"
  759. ProgramDataBaseFileName="vc_mswudll_x64\test_gui.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;NOPCH;_CONSOLE"
  771. Culture="1033"
  772. AdditionalIncludeDirectories=".\..\lib\vc_x64_dll\mswu;.\..\include;.;.\..\samples"
  773. />
  774. <Tool
  775. Name="VCPreLinkEventTool"
  776. />
  777. <Tool
  778. Name="VCLinkerTool"
  779. AdditionalOptions=""
  780. AdditionalDependencies="wxmsw30u_webview.lib wxmsw30u_richtext.lib wxmsw30u_media.lib wxmsw30u_xrc.lib wxbase30u_xml.lib wxmsw30u_adv.lib wxmsw30u_html.lib wxmsw30u_core.lib wxbase30u_net.lib wxbase30u.lib wxtiff.lib wxjpeg.lib wxpng.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_gui.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_gui.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_gui.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=".\menu\accelentry.cpp"
  831. >
  832. </File>
  833. <File
  834. RelativePath=".\graphics\affinematrix.cpp"
  835. >
  836. </File>
  837. <File
  838. RelativePath=".\asserthelper.cpp"
  839. >
  840. </File>
  841. <File
  842. RelativePath=".\graphics\bitmap.cpp"
  843. >
  844. </File>
  845. <File
  846. RelativePath=".\controls\bitmapcomboboxtest.cpp"
  847. >
  848. </File>
  849. <File
  850. RelativePath=".\controls\bitmaptogglebuttontest.cpp"
  851. >
  852. </File>
  853. <File
  854. RelativePath=".\controls\bookctrlbasetest.cpp"
  855. >
  856. </File>
  857. <File
  858. RelativePath=".\graphics\boundingbox.cpp"
  859. >
  860. </File>
  861. <File
  862. RelativePath=".\sizers\boxsizer.cpp"
  863. >
  864. </File>
  865. <File
  866. RelativePath=".\controls\buttontest.cpp"
  867. >
  868. </File>
  869. <File
  870. RelativePath=".\controls\checkboxtest.cpp"
  871. >
  872. </File>
  873. <File
  874. RelativePath=".\controls\checklistboxtest.cpp"
  875. >
  876. </File>
  877. <File
  878. RelativePath=".\controls\choicebooktest.cpp"
  879. >
  880. </File>
  881. <File
  882. RelativePath=".\controls\choicetest.cpp"
  883. >
  884. </File>
  885. <File
  886. RelativePath=".\window\clientsize.cpp"
  887. >
  888. </File>
  889. <File
  890. RelativePath=".\events\clone.cpp"
  891. >
  892. </File>
  893. <File
  894. RelativePath=".\graphics\colour.cpp"
  895. >
  896. </File>
  897. <File
  898. RelativePath=".\controls\comboboxtest.cpp"
  899. >
  900. </File>
  901. <File
  902. RelativePath=".\config\config.cpp"
  903. >
  904. </File>
  905. <File
  906. RelativePath=".\controls\dataviewctrltest.cpp"
  907. >
  908. </File>
  909. <File
  910. RelativePath=".\controls\datepickerctrltest.cpp"
  911. >
  912. </File>
  913. <File
  914. RelativePath=".\controls\dialogtest.cpp"
  915. >
  916. </File>
  917. <File
  918. RelativePath=".\dummy.cpp"
  919. >
  920. <FileConfiguration
  921. Name="Debug|Win32"
  922. >
  923. <Tool
  924. Name="VCCLCompilerTool"
  925. UsePrecompiledHeader="1"
  926. />
  927. </FileConfiguration>
  928. <FileConfiguration
  929. Name="Release|Win32"
  930. >
  931. <Tool
  932. Name="VCCLCompilerTool"
  933. UsePrecompiledHeader="1"
  934. />
  935. </FileConfiguration>
  936. <FileConfiguration
  937. Name="DLL Debug|Win32"
  938. >
  939. <Tool
  940. Name="VCCLCompilerTool"
  941. UsePrecompiledHeader="1"
  942. />
  943. </FileConfiguration>
  944. <FileConfiguration
  945. Name="DLL Release|Win32"
  946. >
  947. <Tool
  948. Name="VCCLCompilerTool"
  949. UsePrecompiledHeader="1"
  950. />
  951. </FileConfiguration>
  952. <FileConfiguration
  953. Name="Debug|x64"
  954. >
  955. <Tool
  956. Name="VCCLCompilerTool"
  957. UsePrecompiledHeader="1"
  958. />
  959. </FileConfiguration>
  960. <FileConfiguration
  961. Name="Release|x64"
  962. >
  963. <Tool
  964. Name="VCCLCompilerTool"
  965. UsePrecompiledHeader="1"
  966. />
  967. </FileConfiguration>
  968. <FileConfiguration
  969. Name="DLL Debug|x64"
  970. >
  971. <Tool
  972. Name="VCCLCompilerTool"
  973. UsePrecompiledHeader="1"
  974. />
  975. </FileConfiguration>
  976. <FileConfiguration
  977. Name="DLL Release|x64"
  978. >
  979. <Tool
  980. Name="VCCLCompilerTool"
  981. UsePrecompiledHeader="1"
  982. />
  983. </FileConfiguration>
  984. </File>
  985. <File
  986. RelativePath=".\graphics\ellipsization.cpp"
  987. >
  988. </File>
  989. <File
  990. RelativePath=".\events\evtlooptest.cpp"
  991. >
  992. </File>
  993. <File
  994. RelativePath=".\exec\exec.cpp"
  995. >
  996. </File>
  997. <File
  998. RelativePath=".\font\fonttest.cpp"
  999. >
  1000. </File>
  1001. <File
  1002. RelativePath=".\controls\frametest.cpp"
  1003. >
  1004. </File>
  1005. <File
  1006. RelativePath=".\misc\garbage.cpp"
  1007. >
  1008. </File>
  1009. <File
  1010. RelativePath=".\controls\gaugetest.cpp"
  1011. >
  1012. </File>
  1013. <File
  1014. RelativePath=".\controls\gridtest.cpp"
  1015. >
  1016. </File>
  1017. <File
  1018. RelativePath=".\misc\guifuncs.cpp"
  1019. >
  1020. </File>
  1021. <File
  1022. RelativePath=".\controls\headerctrltest.cpp"
  1023. >
  1024. </File>
  1025. <File
  1026. RelativePath=".\controls\htmllboxtest.cpp"
  1027. >
  1028. </File>
  1029. <File
  1030. RelativePath=".\html\htmlparser.cpp"
  1031. >
  1032. </File>
  1033. <File
  1034. RelativePath=".\html\htmlwindow.cpp"
  1035. >
  1036. </File>
  1037. <File
  1038. RelativePath=".\controls\hyperlinkctrltest.cpp"
  1039. >
  1040. </File>
  1041. <File
  1042. RelativePath=".\image\image.cpp"
  1043. >
  1044. </File>
  1045. <File
  1046. RelativePath=".\controls\itemcontainertest.cpp"
  1047. >
  1048. </File>
  1049. <File
  1050. RelativePath=".\events\keyboard.cpp"
  1051. >
  1052. </File>
  1053. <File
  1054. RelativePath=".\controls\label.cpp"
  1055. >
  1056. </File>
  1057. <File
  1058. RelativePath=".\controls\listbasetest.cpp"
  1059. >
  1060. </File>
  1061. <File
  1062. RelativePath=".\controls\listbooktest.cpp"
  1063. >
  1064. </File>
  1065. <File
  1066. RelativePath=".\controls\listboxtest.cpp"
  1067. >
  1068. </File>
  1069. <File
  1070. RelativePath=".\controls\listctrltest.cpp"
  1071. >
  1072. </File>
  1073. <File
  1074. RelativePath=".\controls\listviewtest.cpp"
  1075. >
  1076. </File>
  1077. <File
  1078. RelativePath=".\controls\markuptest.cpp"
  1079. >
  1080. </File>
  1081. <File
  1082. RelativePath=".\graphics\measuring.cpp"
  1083. >
  1084. </File>
  1085. <File
  1086. RelativePath=".\menu\menu.cpp"
  1087. >
  1088. </File>
  1089. <File
  1090. RelativePath=".\controls\notebooktest.cpp"
  1091. >
  1092. </File>
  1093. <File
  1094. RelativePath=".\controls\ownerdrawncomboboxtest.cpp"
  1095. >
  1096. </File>
  1097. <File
  1098. RelativePath=".\controls\pickerbasetest.cpp"
  1099. >
  1100. </File>
  1101. <File
  1102. RelativePath=".\controls\pickertest.cpp"
  1103. >
  1104. </File>
  1105. <File
  1106. RelativePath=".\geometry\point.cpp"
  1107. >
  1108. </File>
  1109. <File
  1110. RelativePath=".\events\propagation.cpp"
  1111. >
  1112. </File>
  1113. <File
  1114. RelativePath=".\controls\radioboxtest.cpp"
  1115. >
  1116. </File>
  1117. <File
  1118. RelativePath=".\controls\radiobuttontest.cpp"
  1119. >
  1120. </File>
  1121. <File
  1122. RelativePath=".\image\rawbmp.cpp"
  1123. >
  1124. </File>
  1125. <File
  1126. RelativePath=".\controls\rearrangelisttest.cpp"
  1127. >
  1128. </File>
  1129. <File
  1130. RelativePath=".\geometry\rect.cpp"
  1131. >
  1132. </File>
  1133. <File
  1134. RelativePath=".\geometry\region.cpp"
  1135. >
  1136. </File>
  1137. <File
  1138. RelativePath=".\controls\richtextctrltest.cpp"
  1139. >
  1140. </File>
  1141. <File
  1142. RelativePath=".\misc\safearrayconverttest.cpp"
  1143. >
  1144. </File>
  1145. <File
  1146. RelativePath=".\controls\searchctrltest.cpp"
  1147. >
  1148. </File>
  1149. <File
  1150. RelativePath=".\misc\selstoretest.cpp"
  1151. >
  1152. </File>
  1153. <File
  1154. RelativePath=".\window\setsize.cpp"
  1155. >
  1156. </File>
  1157. <File
  1158. RelativePath=".\misc\settings.cpp"
  1159. >
  1160. </File>
  1161. <File
  1162. RelativePath=".\controls\simplebooktest.cpp"
  1163. >
  1164. </File>
  1165. <File
  1166. RelativePath=".\geometry\size.cpp"
  1167. >
  1168. </File>
  1169. <File
  1170. RelativePath=".\controls\slidertest.cpp"
  1171. >
  1172. </File>
  1173. <File
  1174. RelativePath=".\net\socket.cpp"
  1175. >
  1176. </File>
  1177. <File
  1178. RelativePath=".\controls\spinctrldbltest.cpp"
  1179. >
  1180. </File>
  1181. <File
  1182. RelativePath=".\controls\spinctrltest.cpp"
  1183. >
  1184. </File>
  1185. <File
  1186. RelativePath=".\test.cpp"
  1187. >
  1188. </File>
  1189. <File
  1190. RelativePath=".\testableframe.cpp"
  1191. >
  1192. </File>
  1193. <File
  1194. RelativePath=".\controls\textctrltest.cpp"
  1195. >
  1196. </File>
  1197. <File
  1198. RelativePath=".\controls\textentrytest.cpp"
  1199. >
  1200. </File>
  1201. <File
  1202. RelativePath=".\controls\togglebuttontest.cpp"
  1203. >
  1204. </File>
  1205. <File
  1206. RelativePath=".\controls\toolbooktest.cpp"
  1207. >
  1208. </File>
  1209. <File
  1210. RelativePath=".\toplevel\toplevel.cpp"
  1211. >
  1212. </File>
  1213. <File
  1214. RelativePath=".\controls\treebooktest.cpp"
  1215. >
  1216. </File>
  1217. <File
  1218. RelativePath=".\controls\treectrltest.cpp"
  1219. >
  1220. </File>
  1221. <File
  1222. RelativePath=".\controls\treelistctrltest.cpp"
  1223. >
  1224. </File>
  1225. <File
  1226. RelativePath=".\validators\valnum.cpp"
  1227. >
  1228. </File>
  1229. <File
  1230. RelativePath=".\controls\virtlistctrltest.cpp"
  1231. >
  1232. </File>
  1233. <File
  1234. RelativePath=".\controls\webtest.cpp"
  1235. >
  1236. </File>
  1237. <File
  1238. RelativePath=".\controls\windowtest.cpp"
  1239. >
  1240. </File>
  1241. <File
  1242. RelativePath=".\sizers\wrapsizer.cpp"
  1243. >
  1244. </File>
  1245. <File
  1246. RelativePath=".\xml\xrctest.cpp"
  1247. >
  1248. </File>
  1249. </Filter>
  1250. <Filter
  1251. Name="Resource Files"
  1252. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  1253. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  1254. >
  1255. <File
  1256. RelativePath="..\samples\sample.rc"
  1257. >
  1258. </File>
  1259. </Filter>
  1260. </Files>
  1261. <Globals>
  1262. </Globals>
  1263. </VisualStudioProject>