render_vc9_renddll.vcproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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="renddll"
  11. ProjectGUID="{3408C441-F545-5730-8AEE-A8EB133E4AD3}"
  12. >
  13. <Platforms>
  14. <Platform
  15. Name="Win32"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="DLL Debug|Win32"
  23. OutputDirectory="vc_mswuddll"
  24. IntermediateDirectory="vc_mswuddll\renddll"
  25. ConfigurationType="2"
  26. UseOfMFC="0"
  27. ATLMinimizesCRunTimeLibraryUsage="false"
  28. CharacterSet="1"
  29. >
  30. <Tool
  31. Name="VCPreBuildEventTool"
  32. />
  33. <Tool
  34. Name="VCCustomBuildTool"
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL"
  45. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include"
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. AdditionalOptions="/MP"
  50. Optimization="0"
  51. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include"
  52. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL"
  53. ExceptionHandling="1"
  54. BasicRuntimeChecks="3"
  55. RuntimeLibrary="3"
  56. BufferSecurityCheck="true"
  57. RuntimeTypeInfo="true"
  58. ObjectFile="vc_mswuddll\renddll\"
  59. ProgramDataBaseFileName="vc_mswuddll\renddll_mswud30_vc.pdb"
  60. WarningLevel="4"
  61. SuppressStartupBanner="true"
  62. DebugInformationFormat="3"
  63. />
  64. <Tool
  65. Name="VCManagedResourceCompilerTool"
  66. />
  67. <Tool
  68. Name="VCResourceCompilerTool"
  69. PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL"
  70. Culture="1033"
  71. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include"
  72. />
  73. <Tool
  74. Name="VCPreLinkEventTool"
  75. />
  76. <Tool
  77. Name="VCLinkerTool"
  78. AdditionalOptions=""
  79. 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"
  80. OutputFile="vc_mswuddll\renddll_mswud30_vc.dll"
  81. LinkIncremental="2"
  82. SuppressStartupBanner="true"
  83. AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
  84. GenerateManifest="true"
  85. GenerateDebugInformation="true"
  86. ProgramDatabaseFile="vc_mswuddll\renddll_mswud30_vc.pdb"
  87. TargetMachine="1"
  88. />
  89. <Tool
  90. Name="VCALinkTool"
  91. />
  92. <Tool
  93. Name="VCManifestTool"
  94. />
  95. <Tool
  96. Name="VCXDCMakeTool"
  97. />
  98. <Tool
  99. Name="VCBscMakeTool"
  100. OutputFile="vc_mswuddll\render_vc9_renddll.bsc"
  101. SuppressStartupBanner="true"
  102. />
  103. <Tool
  104. Name="VCFxCopTool"
  105. />
  106. <Tool
  107. Name="VCPostBuildEventTool"
  108. />
  109. </Configuration>
  110. <Configuration
  111. Name="DLL Release|Win32"
  112. OutputDirectory="vc_mswudll"
  113. IntermediateDirectory="vc_mswudll\renddll"
  114. ConfigurationType="2"
  115. UseOfMFC="0"
  116. ATLMinimizesCRunTimeLibraryUsage="false"
  117. CharacterSet="1"
  118. >
  119. <Tool
  120. Name="VCPreBuildEventTool"
  121. />
  122. <Tool
  123. Name="VCCustomBuildTool"
  124. />
  125. <Tool
  126. Name="VCXMLDataGeneratorTool"
  127. />
  128. <Tool
  129. Name="VCWebServiceProxyGeneratorTool"
  130. />
  131. <Tool
  132. Name="VCMIDLTool"
  133. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL"
  134. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include"
  135. />
  136. <Tool
  137. Name="VCCLCompilerTool"
  138. AdditionalOptions="/MP"
  139. Optimization="2"
  140. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include"
  141. PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL"
  142. ExceptionHandling="1"
  143. RuntimeLibrary="2"
  144. RuntimeTypeInfo="true"
  145. ObjectFile="vc_mswudll\renddll\"
  146. ProgramDataBaseFileName="vc_mswudll\renddll_mswu30_vc.pdb"
  147. WarningLevel="4"
  148. SuppressStartupBanner="true"
  149. DebugInformationFormat="3"
  150. />
  151. <Tool
  152. Name="VCManagedResourceCompilerTool"
  153. />
  154. <Tool
  155. Name="VCResourceCompilerTool"
  156. PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL"
  157. Culture="1033"
  158. AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include"
  159. />
  160. <Tool
  161. Name="VCPreLinkEventTool"
  162. />
  163. <Tool
  164. Name="VCLinkerTool"
  165. AdditionalOptions=""
  166. 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"
  167. OutputFile="vc_mswudll\renddll_mswu30_vc.dll"
  168. LinkIncremental="1"
  169. SuppressStartupBanner="true"
  170. AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
  171. GenerateManifest="true"
  172. GenerateDebugInformation="true"
  173. ProgramDatabaseFile="vc_mswudll\renddll_mswu30_vc.pdb"
  174. TargetMachine="1"
  175. OptimizeReferences="2"
  176. EnableCOMDATFolding="2"
  177. />
  178. <Tool
  179. Name="VCALinkTool"
  180. />
  181. <Tool
  182. Name="VCManifestTool"
  183. />
  184. <Tool
  185. Name="VCXDCMakeTool"
  186. />
  187. <Tool
  188. Name="VCBscMakeTool"
  189. OutputFile="vc_mswudll\render_vc9_renddll.bsc"
  190. SuppressStartupBanner="true"
  191. />
  192. <Tool
  193. Name="VCFxCopTool"
  194. />
  195. <Tool
  196. Name="VCPostBuildEventTool"
  197. />
  198. </Configuration>
  199. </Configurations>
  200. <References>
  201. </References>
  202. <Files>
  203. <Filter
  204. Name="Source Files"
  205. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  206. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  207. >
  208. <File
  209. RelativePath=".\renddll.cpp"
  210. >
  211. </File>
  212. </Filter>
  213. </Files>
  214. <Globals>
  215. </Globals>
  216. </VisualStudioProject>