render_vc8_renddll.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  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="renddll"
  11. ProjectGUID="{1E123F69-82AF-5DA7-AB4F-6F3BC996CD86}"
  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="DLL Debug|Win32"
  26. OutputDirectory="vc_mswuddll"
  27. IntermediateDirectory="vc_mswuddll\renddll"
  28. ConfigurationType="2"
  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;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL"
  48. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include"
  49. />
  50. <Tool
  51. Name="VCCLCompilerTool"
  52. Optimization="0"
  53. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include"
  54. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL"
  55. MinimalRebuild="true"
  56. ExceptionHandling="1"
  57. BasicRuntimeChecks="3"
  58. RuntimeLibrary="3"
  59. BufferSecurityCheck="true"
  60. RuntimeTypeInfo="true"
  61. ObjectFile="vc_mswuddll\renddll\"
  62. ProgramDataBaseFileName="vc_mswuddll\renddll_mswud30_vc.pdb"
  63. WarningLevel="4"
  64. SuppressStartupBanner="true"
  65. Detect64BitPortabilityProblems="true"
  66. DebugInformationFormat="3"
  67. />
  68. <Tool
  69. Name="VCManagedResourceCompilerTool"
  70. />
  71. <Tool
  72. Name="VCResourceCompilerTool"
  73. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL"
  74. Culture="1033"
  75. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include"
  76. />
  77. <Tool
  78. Name="VCPreLinkEventTool"
  79. />
  80. <Tool
  81. Name="VCLinkerTool"
  82. AdditionalOptions=""
  83. AdditionalDependencies="wxmsw30ud_core.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"
  84. OutputFile="vc_mswuddll\renddll_mswud30_vc.dll"
  85. LinkIncremental="2"
  86. SuppressStartupBanner="true"
  87. AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
  88. GenerateManifest="true"
  89. GenerateDebugInformation="true"
  90. ProgramDatabaseFile="vc_mswuddll\renddll_mswud30_vc.pdb"
  91. TargetMachine="1"
  92. />
  93. <Tool
  94. Name="VCALinkTool"
  95. />
  96. <Tool
  97. Name="VCManifestTool"
  98. />
  99. <Tool
  100. Name="VCXDCMakeTool"
  101. />
  102. <Tool
  103. Name="VCBscMakeTool"
  104. OutputFile="vc_mswuddll\render_vc8_renddll.bsc"
  105. SuppressStartupBanner="true"
  106. />
  107. <Tool
  108. Name="VCFxCopTool"
  109. />
  110. <Tool
  111. Name="VCPostBuildEventTool"
  112. />
  113. </Configuration>
  114. <Configuration
  115. Name="DLL Release|Win32"
  116. OutputDirectory="vc_mswudll"
  117. IntermediateDirectory="vc_mswudll\renddll"
  118. ConfigurationType="2"
  119. UseOfMFC="0"
  120. ATLMinimizesCRunTimeLibraryUsage="false"
  121. CharacterSet="1"
  122. >
  123. <Tool
  124. Name="VCPreBuildEventTool"
  125. />
  126. <Tool
  127. Name="VCCustomBuildTool"
  128. />
  129. <Tool
  130. Name="VCXMLDataGeneratorTool"
  131. />
  132. <Tool
  133. Name="VCWebServiceProxyGeneratorTool"
  134. />
  135. <Tool
  136. Name="VCMIDLTool"
  137. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL"
  138. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include"
  139. />
  140. <Tool
  141. Name="VCCLCompilerTool"
  142. Optimization="2"
  143. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include"
  144. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL"
  145. ExceptionHandling="1"
  146. RuntimeLibrary="2"
  147. RuntimeTypeInfo="true"
  148. ObjectFile="vc_mswudll\renddll\"
  149. ProgramDataBaseFileName="vc_mswudll\renddll_mswu30_vc.pdb"
  150. WarningLevel="4"
  151. SuppressStartupBanner="true"
  152. Detect64BitPortabilityProblems="true"
  153. DebugInformationFormat="3"
  154. />
  155. <Tool
  156. Name="VCManagedResourceCompilerTool"
  157. />
  158. <Tool
  159. Name="VCResourceCompilerTool"
  160. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL"
  161. Culture="1033"
  162. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include"
  163. />
  164. <Tool
  165. Name="VCPreLinkEventTool"
  166. />
  167. <Tool
  168. Name="VCLinkerTool"
  169. AdditionalOptions=""
  170. AdditionalDependencies="wxmsw30u_core.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"
  171. OutputFile="vc_mswudll\renddll_mswu30_vc.dll"
  172. LinkIncremental="1"
  173. SuppressStartupBanner="true"
  174. AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
  175. GenerateManifest="true"
  176. GenerateDebugInformation="true"
  177. ProgramDatabaseFile="vc_mswudll\renddll_mswu30_vc.pdb"
  178. TargetMachine="1"
  179. OptimizeReferences="2"
  180. EnableCOMDATFolding="2"
  181. />
  182. <Tool
  183. Name="VCALinkTool"
  184. />
  185. <Tool
  186. Name="VCManifestTool"
  187. />
  188. <Tool
  189. Name="VCXDCMakeTool"
  190. />
  191. <Tool
  192. Name="VCBscMakeTool"
  193. OutputFile="vc_mswudll\render_vc8_renddll.bsc"
  194. SuppressStartupBanner="true"
  195. />
  196. <Tool
  197. Name="VCFxCopTool"
  198. />
  199. <Tool
  200. Name="VCPostBuildEventTool"
  201. />
  202. </Configuration>
  203. <Configuration
  204. Name="DLL Debug|x64"
  205. OutputDirectory="vc_mswuddll_x64"
  206. IntermediateDirectory="vc_mswuddll_x64\renddll"
  207. ConfigurationType="2"
  208. UseOfMFC="0"
  209. ATLMinimizesCRunTimeLibraryUsage="false"
  210. CharacterSet="1"
  211. >
  212. <Tool
  213. Name="VCPreBuildEventTool"
  214. />
  215. <Tool
  216. Name="VCCustomBuildTool"
  217. />
  218. <Tool
  219. Name="VCXMLDataGeneratorTool"
  220. />
  221. <Tool
  222. Name="VCWebServiceProxyGeneratorTool"
  223. />
  224. <Tool
  225. Name="VCMIDLTool"
  226. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL"
  227. AdditionalIncludeDirectories=".\..\..\lib\vc_x64_dll\mswud;.\..\..\include"
  228. />
  229. <Tool
  230. Name="VCCLCompilerTool"
  231. Optimization="0"
  232. AdditionalIncludeDirectories=".\..\..\lib\vc_x64_dll\mswud;.\..\..\include"
  233. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL"
  234. MinimalRebuild="true"
  235. ExceptionHandling="1"
  236. BasicRuntimeChecks="3"
  237. RuntimeLibrary="3"
  238. BufferSecurityCheck="true"
  239. RuntimeTypeInfo="true"
  240. ObjectFile="vc_mswuddll_x64\renddll\"
  241. ProgramDataBaseFileName="vc_mswuddll_x64\renddll_mswud30_vc.pdb"
  242. WarningLevel="4"
  243. SuppressStartupBanner="true"
  244. Detect64BitPortabilityProblems="true"
  245. DebugInformationFormat="3"
  246. />
  247. <Tool
  248. Name="VCManagedResourceCompilerTool"
  249. />
  250. <Tool
  251. Name="VCResourceCompilerTool"
  252. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL"
  253. Culture="1033"
  254. AdditionalIncludeDirectories=".\..\..\lib\vc_x64_dll\mswud;.\..\..\include"
  255. />
  256. <Tool
  257. Name="VCPreLinkEventTool"
  258. />
  259. <Tool
  260. Name="VCLinkerTool"
  261. AdditionalOptions=""
  262. AdditionalDependencies="wxmsw30ud_core.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"
  263. OutputFile="vc_mswuddll_x64\renddll_mswud30_vc.dll"
  264. LinkIncremental="2"
  265. SuppressStartupBanner="true"
  266. AdditionalLibraryDirectories=".\..\..\lib\vc_x64_dll"
  267. GenerateManifest="true"
  268. GenerateDebugInformation="true"
  269. ProgramDatabaseFile="vc_mswuddll_x64\renddll_mswud30_vc.pdb"
  270. TargetMachine="17"
  271. />
  272. <Tool
  273. Name="VCALinkTool"
  274. />
  275. <Tool
  276. Name="VCManifestTool"
  277. />
  278. <Tool
  279. Name="VCXDCMakeTool"
  280. />
  281. <Tool
  282. Name="VCBscMakeTool"
  283. OutputFile="vc_mswuddll_x64\render_vc8_renddll.bsc"
  284. SuppressStartupBanner="true"
  285. />
  286. <Tool
  287. Name="VCFxCopTool"
  288. />
  289. <Tool
  290. Name="VCPostBuildEventTool"
  291. />
  292. </Configuration>
  293. <Configuration
  294. Name="DLL Release|x64"
  295. OutputDirectory="vc_mswudll_x64"
  296. IntermediateDirectory="vc_mswudll_x64\renddll"
  297. ConfigurationType="2"
  298. UseOfMFC="0"
  299. ATLMinimizesCRunTimeLibraryUsage="false"
  300. CharacterSet="1"
  301. >
  302. <Tool
  303. Name="VCPreBuildEventTool"
  304. />
  305. <Tool
  306. Name="VCCustomBuildTool"
  307. />
  308. <Tool
  309. Name="VCXMLDataGeneratorTool"
  310. />
  311. <Tool
  312. Name="VCWebServiceProxyGeneratorTool"
  313. />
  314. <Tool
  315. Name="VCMIDLTool"
  316. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL"
  317. AdditionalIncludeDirectories=".\..\..\lib\vc_x64_dll\mswu;.\..\..\include"
  318. />
  319. <Tool
  320. Name="VCCLCompilerTool"
  321. Optimization="2"
  322. AdditionalIncludeDirectories=".\..\..\lib\vc_x64_dll\mswu;.\..\..\include"
  323. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL"
  324. ExceptionHandling="1"
  325. RuntimeLibrary="2"
  326. RuntimeTypeInfo="true"
  327. ObjectFile="vc_mswudll_x64\renddll\"
  328. ProgramDataBaseFileName="vc_mswudll_x64\renddll_mswu30_vc.pdb"
  329. WarningLevel="4"
  330. SuppressStartupBanner="true"
  331. Detect64BitPortabilityProblems="true"
  332. DebugInformationFormat="3"
  333. />
  334. <Tool
  335. Name="VCManagedResourceCompilerTool"
  336. />
  337. <Tool
  338. Name="VCResourceCompilerTool"
  339. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL"
  340. Culture="1033"
  341. AdditionalIncludeDirectories=".\..\..\lib\vc_x64_dll\mswu;.\..\..\include"
  342. />
  343. <Tool
  344. Name="VCPreLinkEventTool"
  345. />
  346. <Tool
  347. Name="VCLinkerTool"
  348. AdditionalOptions=""
  349. AdditionalDependencies="wxmsw30u_core.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"
  350. OutputFile="vc_mswudll_x64\renddll_mswu30_vc.dll"
  351. LinkIncremental="1"
  352. SuppressStartupBanner="true"
  353. AdditionalLibraryDirectories=".\..\..\lib\vc_x64_dll"
  354. GenerateManifest="true"
  355. GenerateDebugInformation="true"
  356. ProgramDatabaseFile="vc_mswudll_x64\renddll_mswu30_vc.pdb"
  357. TargetMachine="17"
  358. OptimizeReferences="2"
  359. EnableCOMDATFolding="2"
  360. />
  361. <Tool
  362. Name="VCALinkTool"
  363. />
  364. <Tool
  365. Name="VCManifestTool"
  366. />
  367. <Tool
  368. Name="VCXDCMakeTool"
  369. />
  370. <Tool
  371. Name="VCBscMakeTool"
  372. OutputFile="vc_mswudll_x64\render_vc8_renddll.bsc"
  373. SuppressStartupBanner="true"
  374. />
  375. <Tool
  376. Name="VCFxCopTool"
  377. />
  378. <Tool
  379. Name="VCPostBuildEventTool"
  380. />
  381. </Configuration>
  382. </Configurations>
  383. <References>
  384. </References>
  385. <Files>
  386. <Filter
  387. Name="Source Files"
  388. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  389. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  390. >
  391. <File
  392. RelativePath=".\renddll.cpp"
  393. >
  394. </File>
  395. </Filter>
  396. </Files>
  397. <Globals>
  398. </Globals>
  399. </VisualStudioProject>