vc2k8_lib_proj.tpl 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="{$projName}"
  6. ProjectGUID="{$GUID}"
  7. TargetFrameworkVersion="131072">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"
  11. />
  12. </Platforms>
  13. <ToolFiles>
  14. </ToolFiles>
  15. <Configurations>
  16. <Configuration
  17. Name="Debug|Win32"
  18. OutputDirectory="{$libDir}/compiled/$(ConfigurationName).$(PlatformName)"
  19. IntermediateDirectory="{$projectOffset}../Link/Vc2k8.$(ConfigurationName).$(PlatformName)/$(ProjectName)"
  20. ConfigurationType="4"
  21. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  22. UseOfMFC="0"
  23. ATLMinimizesCRunTimeLibraryUsage="false"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. AdditionalOptions="/MP"
  43. Optimization="0"
  44. EnableIntrinsicFunctions="1"
  45. AdditionalIncludeDirectories="{foreach item=def from=$projIncludes}{$def};{/foreach}"
  46. 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"
  47. ExceptionHandling="0"
  48. BasicRuntimeChecks="0"
  49. StringPooling="true"
  50. RuntimeLibrary="{$projRuntimeDebug}"
  51. BufferSecurityCheck="false"
  52. EnableFunctionLevelLinking="true"
  53. TreatWChar_tAsBuiltInType="false"
  54. RuntimeTypeInfo="true"
  55. UsePrecompiledHeader="0"
  56. PrecompiledHeaderFile="$(OutDir)/$(ProjectName)_DEBUG.pch"
  57. AssemblerListingLocation="$(OutDir)"
  58. ProgramDataBaseFileName="$(OutDir)/$(ProjectName)_DEBUG.pdb"
  59. WarningLevel="3"
  60. SuppressStartupBanner="true"
  61. DebugInformationFormat="4"
  62. CompileAs="0"
  63. DisableSpecificWarnings="{foreach item=def from=$projDisabledWarnings}{$def};{/foreach}4244;4305;4530;4355"
  64. />
  65. <Tool
  66. Name="VCManagedResourceCompilerTool"
  67. />
  68. <Tool
  69. Name="VCResourceCompilerTool"
  70. PreprocessorDefinitions="_DEBUG"
  71. Culture="1033"
  72. />
  73. <Tool
  74. Name="VCPreLinkEventTool"
  75. />
  76. <Tool
  77. Name="VCLibrarianTool"
  78. OutputFile="$(OutDir)/{$projOutName}_DEBUG.lib"
  79. SuppressStartupBanner="true"
  80. />
  81. <Tool
  82. Name="VCALinkTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Optimized Debug|Win32"
  99. OutputDirectory="{$libDir}/compiled/$(ConfigurationName).$(PlatformName)"
  100. IntermediateDirectory="{$projectOffset}../Link/Vc2k8.$(ConfigurationName).$(PlatformName)/$(ProjectName)"
  101. ConfigurationType="4"
  102. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  103. UseOfMFC="0"
  104. ATLMinimizesCRunTimeLibraryUsage="false"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. AdditionalOptions="/MP"
  124. Optimization="3"
  125. InlineFunctionExpansion="2"
  126. EnableIntrinsicFunctions="1"
  127. AdditionalIncludeDirectories="{foreach item=def from=$projIncludes}{$def};{/foreach}"
  128. 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"
  129. ExceptionHandling="0"
  130. BasicRuntimeChecks="0"
  131. StringPooling="true"
  132. RuntimeLibrary="{$projRuntimeDebug}"
  133. BufferSecurityCheck="false"
  134. EnableFunctionLevelLinking="true"
  135. TreatWChar_tAsBuiltInType="false"
  136. RuntimeTypeInfo="true"
  137. UsePrecompiledHeader="0"
  138. PrecompiledHeaderFile="$(OutDir)/$(ProjectName)_OPTIMIZEDDEBUG.pch"
  139. AssemblerListingLocation="$(OutDir)"
  140. ProgramDataBaseFileName="$(OutDir)/$(ProjectName)_OPTIMIZEDDEBUG.pdb"
  141. WarningLevel="3"
  142. SuppressStartupBanner="true"
  143. DebugInformationFormat="3"
  144. CompileAs="0"
  145. DisableSpecificWarnings="{foreach item=def from=$projDisabledWarnings}{$def};{/foreach}4244;4305;4530;4355"
  146. />
  147. <Tool
  148. Name="VCManagedResourceCompilerTool"
  149. />
  150. <Tool
  151. Name="VCResourceCompilerTool"
  152. PreprocessorDefinitions="_DEBUG"
  153. Culture="1033"
  154. />
  155. <Tool
  156. Name="VCPreLinkEventTool"
  157. />
  158. <Tool
  159. Name="VCLibrarianTool"
  160. OutputFile="$(OutDir)/{$projOutName}_OPTIMIZEDDEBUG.lib"
  161. SuppressStartupBanner="true"
  162. />
  163. <Tool
  164. Name="VCALinkTool"
  165. />
  166. <Tool
  167. Name="VCXDCMakeTool"
  168. />
  169. <Tool
  170. Name="VCBscMakeTool"
  171. />
  172. <Tool
  173. Name="VCFxCopTool"
  174. />
  175. <Tool
  176. Name="VCPostBuildEventTool"
  177. />
  178. </Configuration>
  179. <Configuration
  180. Name="Release|Win32"
  181. OutputDirectory="{$libDir}/compiled/$(ConfigurationName).$(PlatformName)"
  182. IntermediateDirectory="{$projectOffset}../Link/Vc2k8.$(ConfigurationName).$(PlatformName)/$(ProjectName)"
  183. ConfigurationType="4"
  184. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  185. UseOfMFC="0"
  186. ATLMinimizesCRunTimeLibraryUsage="false"
  187. >
  188. <Tool
  189. Name="VCPreBuildEventTool"
  190. />
  191. <Tool
  192. Name="VCCustomBuildTool"
  193. />
  194. <Tool
  195. Name="VCXMLDataGeneratorTool"
  196. />
  197. <Tool
  198. Name="VCWebServiceProxyGeneratorTool"
  199. />
  200. <Tool
  201. Name="VCMIDLTool"
  202. />
  203. <Tool
  204. Name="VCCLCompilerTool"
  205. AdditionalOptions="/MP"
  206. Optimization="3"
  207. InlineFunctionExpansion="2"
  208. AdditionalIncludeDirectories="{foreach item=def from=$projIncludes}{$def};{/foreach}"
  209. PreprocessorDefinitions="{foreach item=def from=$projDefines}{$def};{/foreach}UNICODE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;TORQUE_RELEASE"
  210. ExceptionHandling="0"
  211. BasicRuntimeChecks="0"
  212. StringPooling="true"
  213. RuntimeLibrary="{$projRuntimeRelease}"
  214. BufferSecurityCheck="false"
  215. EnableFunctionLevelLinking="true"
  216. TreatWChar_tAsBuiltInType="false"
  217. RuntimeTypeInfo="true"
  218. UsePrecompiledHeader="0"
  219. PrecompiledHeaderFile="$(OutDir)/$(ProjectName).pch"
  220. AssemblerListingLocation="$(OutDir)"
  221. ProgramDataBaseFileName="$(OutDir)/$(ProjectName).pdb"
  222. WarningLevel="3"
  223. SuppressStartupBanner="true"
  224. CompileAs="0"
  225. DisableSpecificWarnings="{foreach item=def from=$projDisabledWarnings}{$def};{/foreach}4244;4305;4530;4355"
  226. />
  227. <Tool
  228. Name="VCManagedResourceCompilerTool"
  229. />
  230. <Tool
  231. Name="VCResourceCompilerTool"
  232. PreprocessorDefinitions="NDEBUG"
  233. />
  234. <Tool
  235. Name="VCPreLinkEventTool"
  236. />
  237. <Tool
  238. Name="VCLibrarianTool"
  239. OutputFile="$(OutDir)/{$projOutName}.lib"
  240. SuppressStartupBanner="true"
  241. />
  242. <Tool
  243. Name="VCALinkTool"
  244. />
  245. <Tool
  246. Name="VCXDCMakeTool"
  247. />
  248. <Tool
  249. Name="VCBscMakeTool"
  250. />
  251. <Tool
  252. Name="VCFxCopTool"
  253. />
  254. <Tool
  255. Name="VCPostBuildEventTool"
  256. />
  257. </Configuration>
  258. </Configurations>
  259. <References>
  260. </References>
  261. <Files>
  262. <Filter
  263. Name="Source Files"
  264. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  265. >
  266. {assign var="dirWalk" value=$fileArray}
  267. {include file="vc2k8_fileRecurse.tpl" dirWalk=$dirWalk depth=1 dirPath=$projOutput->base_dir}
  268. </Filter>
  269. </Files>
  270. <Globals>
  271. </Globals>
  272. </VisualStudioProject>