vc2k8_dll_proj.tpl 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="{$projName}"
  6. RootNamespace="{$projName}"
  7. TargetFrameworkVersion="131072"
  8. ProjectGUID="{$GUID}">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="{$projectOffset}../Link/VC2k8.$(ConfigurationName).$(PlatformName)"
  20. IntermediateDirectory="$(OutDir)/$(ProjectName)"
  21. ConfigurationType="2"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. TypeLibraryName="$(IntDir)/Torque 3D.tlb"
  41. HeaderFileName=""
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. AdditionalOptions="/MP4"
  46. Optimization="0"
  47. EnableIntrinsicFunctions="1"
  48. AdditionalIncludeDirectories="{foreach item=def from=$projIncludes}{$def};{/foreach}"
  49. PreprocessorDefinitions="{foreach item=def from=$projDefines}{$def};{/foreach}TORQUE_DEBUG;TORQUE_DEBUG_GUARD;D3D_DEBUG_INFO;TORQUE_NET_STATS;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS"
  50. ExceptionHandling="1"
  51. BasicRuntimeChecks="0"
  52. StringPooling="true"
  53. RuntimeLibrary="{$projRuntimeDebug}"
  54. BufferSecurityCheck="false"
  55. EnableFunctionLevelLinking="true"
  56. TreatWChar_tAsBuiltInType="false"
  57. RuntimeTypeInfo="true"
  58. UsePrecompiledHeader="0"
  59. AssemblerListingLocation="$(OutDir)"
  60. ProgramDataBaseFileName="$(OutDir)/$(ProjectName)_DEBUG.pdb"
  61. WarningLevel="4"
  62. SuppressStartupBanner="true"
  63. DebugInformationFormat="4"
  64. CompileAs="0"
  65. DisableSpecificWarnings="{foreach item=def from=$projDisabledWarnings}{$def};{/foreach}4018;4100;4121;4127;4130;4244;4245;4389;4511;4512;4800"
  66. />
  67. <Tool
  68. Name="VCManagedResourceCompilerTool"
  69. />
  70. <Tool
  71. Name="VCResourceCompilerTool"
  72. PreprocessorDefinitions="_DEBUG"
  73. Culture="1033"
  74. AdditionalIncludeDirectories="{foreach item=def from=$projIncludes}{$def};{/foreach}"
  75. />
  76. <Tool
  77. Name="VCPreLinkEventTool"
  78. />
  79. <Tool
  80. Name="VCLinkerTool"
  81. AdditionalDependencies="{foreach item=def from=$projLibsDebug}{$def} {/foreach}"
  82. {if $uniformOutputFile eq 1}
  83. OutputFile="{$projectOffset}../../{$gameFolder}/{$projOutName} DLL.dll"
  84. {else}
  85. OutputFile="{$projectOffset}../../{$gameFolder}/{$projOutName}_DEBUG DLL.dll"
  86. {/if}
  87. LinkIncremental="2"
  88. SuppressStartupBanner="true"
  89. AdditionalLibraryDirectories="{foreach item=def from=$projLibDirs}{$def};{/foreach}{$projectOffset}../Link/VC2k8.$(ConfigurationName).$(PlatformName);"
  90. IgnoreDefaultLibraryNames="LIBC,LIBCD{foreach item=def from=$projLibsIgnore},{$def}{/foreach}"
  91. ModuleDefinitionFile="{$projModuleDefinitionFile}"
  92. GenerateDebugInformation="true"
  93. ProgramDatabaseFile="$(OutDir)/$(ProjectName)_DEBUG.pdb"
  94. SubSystem="2"
  95. TargetMachine="1"
  96. RandomizedBaseAddress="1"
  97. DataExecutionPrevention="0"
  98. />
  99. <Tool
  100. Name="VCALinkTool"
  101. />
  102. <Tool
  103. Name="VCManifestTool"
  104. />
  105. <Tool
  106. Name="VCXDCMakeTool"
  107. />
  108. <Tool
  109. Name="VCBscMakeTool"
  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="Optimized Debug|Win32"
  126. OutputDirectory="{$projectOffset}../Link/VC2k8.$(ConfigurationName).$(PlatformName)"
  127. IntermediateDirectory="$(OutDir)/$(ProjectName)"
  128. ConfigurationType="2"
  129. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  130. UseOfMFC="0"
  131. ATLMinimizesCRunTimeLibraryUsage="false"
  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. TypeLibraryName="$(IntDir)/Torque 3D.tlb"
  148. HeaderFileName=""
  149. />
  150. <Tool
  151. Name="VCCLCompilerTool"
  152. AdditionalOptions="/MP4"
  153. Optimization="3"
  154. InlineFunctionExpansion="2"
  155. EnableIntrinsicFunctions="1"
  156. AdditionalIncludeDirectories="{foreach item=def from=$projIncludes}{$def};{/foreach}"
  157. PreprocessorDefinitions="{foreach item=def from=$projDefines}{$def};{/foreach}TORQUE_DEBUG;TORQUE_DEBUG_GUARD;D3D_DEBUG_INFO;TORQUE_NET_STATS;UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS"
  158. ExceptionHandling="1"
  159. BasicRuntimeChecks="0"
  160. StringPooling="true"
  161. RuntimeLibrary="{$projRuntimeDebug}"
  162. BufferSecurityCheck="false"
  163. EnableFunctionLevelLinking="true"
  164. TreatWChar_tAsBuiltInType="false"
  165. RuntimeTypeInfo="true"
  166. UsePrecompiledHeader="0"
  167. AssemblerListingLocation="$(OutDir)"
  168. ProgramDataBaseFileName="$(OutDir)/$(ProjectName)_OPTIMIZEDDEBUG.pdb"
  169. WarningLevel="4"
  170. SuppressStartupBanner="true"
  171. DebugInformationFormat="3"
  172. CompileAs="0"
  173. DisableSpecificWarnings="{foreach item=def from=$projDisabledWarnings}{$def};{/foreach}4018;4100;4121;4127;4130;4244;4245;4389;4511;4512;4800"
  174. />
  175. <Tool
  176. Name="VCManagedResourceCompilerTool"
  177. />
  178. <Tool
  179. Name="VCResourceCompilerTool"
  180. PreprocessorDefinitions="_DEBUG"
  181. Culture="1033"
  182. AdditionalIncludeDirectories="{foreach item=def from=$projIncludes}{$def};{/foreach}"
  183. />
  184. <Tool
  185. Name="VCPreLinkEventTool"
  186. />
  187. <Tool
  188. Name="VCLinkerTool"
  189. AdditionalDependencies="{foreach item=def from=$projLibsDebug}{$def} {/foreach}"
  190. {if $uniformOutputFile eq 1}
  191. OutputFile="{$projectOffset}../../{$gameFolder}/{$projOutName} DLL.dll"
  192. {else}
  193. OutputFile="{$projectOffset}../../{$gameFolder}/{$projOutName}_OPTIMIZEDDEBUG DLL.dll"
  194. {/if}
  195. LinkIncremental="1"
  196. SuppressStartupBanner="true"
  197. AdditionalLibraryDirectories="{foreach item=def from=$projLibDirs}{$def};{/foreach}{$projectOffset}../Link/VC2k8.$(ConfigurationName).$(PlatformName);"
  198. IgnoreDefaultLibraryNames="LIBC,LIBCD{foreach item=def from=$projLibsIgnore},{$def}{/foreach}"
  199. ModuleDefinitionFile="{$projModuleDefinitionFile}"
  200. GenerateDebugInformation="true"
  201. ProgramDatabaseFile="$(OutDir)/$(ProjectName)_OPTIMIZEDDEBUG.pdb"
  202. SubSystem="2"
  203. TargetMachine="1"
  204. RandomizedBaseAddress="1"
  205. DataExecutionPrevention="0"
  206. />
  207. <Tool
  208. Name="VCALinkTool"
  209. />
  210. <Tool
  211. Name="VCManifestTool"
  212. />
  213. <Tool
  214. Name="VCXDCMakeTool"
  215. />
  216. <Tool
  217. Name="VCBscMakeTool"
  218. />
  219. <Tool
  220. Name="VCFxCopTool"
  221. />
  222. <Tool
  223. Name="VCAppVerifierTool"
  224. />
  225. <Tool
  226. Name="VCWebDeploymentTool"
  227. />
  228. <Tool
  229. Name="VCPostBuildEventTool"
  230. />
  231. </Configuration>
  232. <Configuration
  233. Name="Release|Win32"
  234. OutputDirectory="{$projectOffset}../Link/VC2k8.$(ConfigurationName).$(PlatformName)"
  235. IntermediateDirectory="$(OutDir)/$(ProjectName)"
  236. ConfigurationType="2"
  237. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  238. UseOfMFC="0"
  239. ATLMinimizesCRunTimeLibraryUsage="false"
  240. >
  241. <Tool
  242. Name="VCPreBuildEventTool"
  243. />
  244. <Tool
  245. Name="VCCustomBuildTool"
  246. />
  247. <Tool
  248. Name="VCXMLDataGeneratorTool"
  249. />
  250. <Tool
  251. Name="VCWebServiceProxyGeneratorTool"
  252. />
  253. <Tool
  254. Name="VCMIDLTool"
  255. TypeLibraryName="$(IntDir)/Torque 3D.tlb"
  256. HeaderFileName=""
  257. />
  258. <Tool
  259. Name="VCCLCompilerTool"
  260. AdditionalOptions="/MP4"
  261. Optimization="3"
  262. InlineFunctionExpansion="2"
  263. EnableIntrinsicFunctions="1"
  264. AdditionalIncludeDirectories="{foreach item=def from=$projIncludes}{$def};{/foreach}"
  265. PreprocessorDefinitions="{foreach item=def from=$projDefines}{$def};{/foreach}UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS"
  266. ExceptionHandling="1"
  267. BasicRuntimeChecks="0"
  268. StringPooling="true"
  269. RuntimeLibrary="{$projRuntimeRelease}"
  270. BufferSecurityCheck="false"
  271. EnableFunctionLevelLinking="true"
  272. TreatWChar_tAsBuiltInType="false"
  273. RuntimeTypeInfo="true"
  274. UsePrecompiledHeader="0"
  275. AssemblerListingLocation="$(OutDir)"
  276. ProgramDataBaseFileName="$(OutDir)/$(ProjectName).pdb"
  277. WarningLevel="4"
  278. SuppressStartupBanner="true"
  279. DebugInformationFormat="0"
  280. CompileAs="0"
  281. DisableSpecificWarnings="{foreach item=def from=$projDisabledWarnings}{$def};{/foreach}4018;4100;4121;4127;4130;4244;4245;4389;4511;4512;4800"
  282. />
  283. <Tool
  284. Name="VCManagedResourceCompilerTool"
  285. />
  286. <Tool
  287. Name="VCResourceCompilerTool"
  288. PreprocessorDefinitions="NDEBUG"
  289. Culture="1033"
  290. AdditionalIncludeDirectories="{foreach item=def from=$projIncludes}{$def};{/foreach}"
  291. />
  292. <Tool
  293. Name="VCPreLinkEventTool"
  294. />
  295. <Tool
  296. Name="VCLinkerTool"
  297. AdditionalDependencies="{foreach item=def from=$projLibs}{$def} {/foreach}"
  298. OutputFile="{$projectOffset}../../{$gameFolder}/{$projOutName} DLL.dll"
  299. LinkIncremental="1"
  300. SuppressStartupBanner="true"
  301. AdditionalLibraryDirectories="{foreach item=def from=$projLibDirs}{$def};{/foreach}{$projectOffset}../Link/VC2k8.$(ConfigurationName).$(PlatformName);"
  302. IgnoreDefaultLibraryNames="LIBC,LIBCD{foreach item=def from=$projLibsIgnore},{$def}{/foreach}"
  303. ModuleDefinitionFile="{$projModuleDefinitionFile}"
  304. GenerateDebugInformation="false"
  305. ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
  306. SubSystem="2"
  307. TargetMachine="1"
  308. RandomizedBaseAddress="1"
  309. DataExecutionPrevention="0"
  310. />
  311. <Tool
  312. Name="VCALinkTool"
  313. />
  314. <Tool
  315. Name="VCManifestTool"
  316. />
  317. <Tool
  318. Name="VCXDCMakeTool"
  319. />
  320. <Tool
  321. Name="VCBscMakeTool"
  322. />
  323. <Tool
  324. Name="VCFxCopTool"
  325. />
  326. <Tool
  327. Name="VCAppVerifierTool"
  328. />
  329. <Tool
  330. Name="VCWebDeploymentTool"
  331. />
  332. <Tool
  333. Name="VCPostBuildEventTool"
  334. />
  335. </Configuration>
  336. </Configurations>
  337. <References>
  338. </References>
  339. <Files>
  340. <Filter
  341. Name="Source Files"
  342. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;cc">
  343. <File
  344. RelativePath=".\Torque.rc">
  345. </File>
  346. {assign var="dirWalk" value=$fileArray}
  347. {include file="vc2k8_fileRecurse.tpl" dirWalk=$dirWalk depth=2 dirPath=$projOutput->base_dir}
  348. </Filter>
  349. </Files>
  350. <Globals>
  351. </Globals>
  352. </VisualStudioProject>