test_vc9_test_gui.vcproj 33 KB

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