Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

261 lines
6.6 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="SteamDebugHelper"
  6. ProjectGUID="{288FA186-3A0A-4003-ACC5-3813D62D6F32}"
  7. SccProjectName=""
  8. SccAuxPath=""
  9. SccLocalPath=""
  10. SccProvider=""
  11. Keyword="MFCProj">
  12. <Platforms>
  13. <Platform
  14. Name="Win32"/>
  15. </Platforms>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory=".\Debug"
  20. IntermediateDirectory=".\Debug"
  21. ConfigurationType="1"
  22. UseOfMFC="1"
  23. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  24. CharacterSet="2">
  25. <Tool
  26. Name="VCCLCompilerTool"
  27. Optimization="0"
  28. AdditionalIncludeDirectories="..\..\public,..\..\public\tier1"
  29. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  30. BasicRuntimeChecks="3"
  31. RuntimeLibrary="1"
  32. UsePrecompiledHeader="0"
  33. PrecompiledHeaderThrough="stdafx.h"
  34. PrecompiledHeaderFile=".\Debug/SteamDebugHelper.pch"
  35. AssemblerListingLocation=".\Debug/"
  36. ObjectFile=".\Debug/"
  37. ProgramDataBaseFileName=".\Debug/"
  38. WarningLevel="4"
  39. SuppressStartupBanner="TRUE"
  40. DebugInformationFormat="4"
  41. CompileAs="0"/>
  42. <Tool
  43. Name="VCCustomBuildTool"
  44. CommandLine="if exist ..\..\..\game\bin\SteamDebugHelper.exe del /f ..\..\..\game\bin\SteamDebugHelper.exe
  45. copy &quot;$(TargetPath)&quot; ..\..\..\game\bin
  46. "
  47. Outputs="..\..\..\game\bin\SteamDebugHelper.exe"/>
  48. <Tool
  49. Name="VCLinkerTool"
  50. AdditionalDependencies="nafxcwd.lib libcmtd.lib"
  51. OutputFile=".\Debug/SteamDebugHelper.exe"
  52. LinkIncremental="1"
  53. SuppressStartupBanner="TRUE"
  54. GenerateDebugInformation="TRUE"
  55. ProgramDatabaseFile=".\Debug/SteamDebugHelper.pdb"
  56. SubSystem="2"
  57. TargetMachine="1"/>
  58. <Tool
  59. Name="VCMIDLTool"
  60. PreprocessorDefinitions="_DEBUG"
  61. MkTypLibCompatible="TRUE"
  62. SuppressStartupBanner="TRUE"
  63. TargetEnvironment="1"
  64. TypeLibraryName=".\Debug/SteamDebugHelper.tlb"
  65. HeaderFileName=""/>
  66. <Tool
  67. Name="VCPostBuildEventTool"/>
  68. <Tool
  69. Name="VCPreBuildEventTool"/>
  70. <Tool
  71. Name="VCPreLinkEventTool"/>
  72. <Tool
  73. Name="VCResourceCompilerTool"
  74. PreprocessorDefinitions="_DEBUG"
  75. Culture="1033"/>
  76. <Tool
  77. Name="VCWebServiceProxyGeneratorTool"/>
  78. <Tool
  79. Name="VCXMLDataGeneratorTool"/>
  80. <Tool
  81. Name="VCWebDeploymentTool"/>
  82. <Tool
  83. Name="VCManagedWrapperGeneratorTool"/>
  84. <Tool
  85. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  86. </Configuration>
  87. <Configuration
  88. Name="Release|Win32"
  89. OutputDirectory=".\Release"
  90. IntermediateDirectory=".\Release"
  91. ConfigurationType="1"
  92. UseOfMFC="1"
  93. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  94. CharacterSet="2">
  95. <Tool
  96. Name="VCCLCompilerTool"
  97. Optimization="2"
  98. InlineFunctionExpansion="1"
  99. AdditionalIncludeDirectories="..\..\public,..\..\public\tier1"
  100. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  101. StringPooling="TRUE"
  102. RuntimeLibrary="0"
  103. EnableFunctionLevelLinking="TRUE"
  104. UsePrecompiledHeader="0"
  105. PrecompiledHeaderThrough="stdafx.h"
  106. PrecompiledHeaderFile=".\Release/SteamDebugHelper.pch"
  107. AssemblerListingLocation=".\Release/"
  108. ObjectFile=".\Release/"
  109. ProgramDataBaseFileName=".\Release/"
  110. WarningLevel="4"
  111. SuppressStartupBanner="TRUE"
  112. CompileAs="0"/>
  113. <Tool
  114. Name="VCCustomBuildTool"
  115. CommandLine="if exist ..\..\..\game\bin\SteamDebugHelper.exe del /f ..\..\..\game\bin\SteamDebugHelper.exe
  116. copy &quot;$(TargetPath)&quot; ..\..\..\game\bin
  117. "
  118. Outputs="..\..\..\game\bin\SteamDebugHelper.exe"/>
  119. <Tool
  120. Name="VCLinkerTool"
  121. AdditionalDependencies="nafxcw.lib libcmt.lib"
  122. OutputFile=".\Release/SteamDebugHelper.exe"
  123. LinkIncremental="1"
  124. SuppressStartupBanner="TRUE"
  125. ProgramDatabaseFile=".\Release/SteamDebugHelper.pdb"
  126. SubSystem="2"
  127. TargetMachine="1"/>
  128. <Tool
  129. Name="VCMIDLTool"
  130. PreprocessorDefinitions="NDEBUG"
  131. MkTypLibCompatible="TRUE"
  132. SuppressStartupBanner="TRUE"
  133. TargetEnvironment="1"
  134. TypeLibraryName=".\Release/SteamDebugHelper.tlb"
  135. HeaderFileName=""/>
  136. <Tool
  137. Name="VCPostBuildEventTool"/>
  138. <Tool
  139. Name="VCPreBuildEventTool"/>
  140. <Tool
  141. Name="VCPreLinkEventTool"/>
  142. <Tool
  143. Name="VCResourceCompilerTool"
  144. PreprocessorDefinitions="NDEBUG"
  145. Culture="1033"/>
  146. <Tool
  147. Name="VCWebServiceProxyGeneratorTool"/>
  148. <Tool
  149. Name="VCXMLDataGeneratorTool"/>
  150. <Tool
  151. Name="VCWebDeploymentTool"/>
  152. <Tool
  153. Name="VCManagedWrapperGeneratorTool"/>
  154. <Tool
  155. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  156. </Configuration>
  157. </Configurations>
  158. <References>
  159. </References>
  160. <Files>
  161. <Filter
  162. Name="Source Files"
  163. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  164. <File
  165. RelativePath="..\..\public\tier0\memoverride.cpp">
  166. <FileConfiguration
  167. Name="Debug|Win32">
  168. <Tool
  169. Name="VCCLCompilerTool"
  170. UsePrecompiledHeader="0"/>
  171. </FileConfiguration>
  172. <FileConfiguration
  173. Name="Release|Win32">
  174. <Tool
  175. Name="VCCLCompilerTool"
  176. UsePrecompiledHeader="0"/>
  177. </FileConfiguration>
  178. </File>
  179. <File
  180. RelativePath="StdAfx.cpp">
  181. </File>
  182. <File
  183. RelativePath="SteamDebugHelper.cpp">
  184. </File>
  185. <File
  186. RelativePath="SteamDebugHelper.rc">
  187. </File>
  188. <File
  189. RelativePath="SteamDebugHelperDlg.cpp">
  190. </File>
  191. </Filter>
  192. <Filter
  193. Name="Header Files"
  194. Filter="h;hpp;hxx;hm;inl">
  195. <File
  196. RelativePath="Resource.h">
  197. </File>
  198. <File
  199. RelativePath="StdAfx.h">
  200. </File>
  201. <File
  202. RelativePath="SteamDebugHelper.h">
  203. </File>
  204. <File
  205. RelativePath="SteamDebugHelperDlg.h">
  206. </File>
  207. </Filter>
  208. <Filter
  209. Name="Resource Files"
  210. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  211. <File
  212. RelativePath="res\SteamDebugHelper.ico">
  213. </File>
  214. <File
  215. RelativePath="res\SteamDebugHelper.rc2">
  216. </File>
  217. </Filter>
  218. <File
  219. RelativePath="ReadMe.txt">
  220. </File>
  221. <File
  222. RelativePath="..\..\lib\public\tier0.lib">
  223. <FileConfiguration
  224. Name="Debug|Win32">
  225. <Tool
  226. Name="VCCustomBuildTool"
  227. Description=""
  228. CommandLine=""/>
  229. </FileConfiguration>
  230. <FileConfiguration
  231. Name="Release|Win32">
  232. <Tool
  233. Name="VCCustomBuildTool"
  234. Description=""
  235. CommandLine=""/>
  236. </FileConfiguration>
  237. </File>
  238. <File
  239. RelativePath="..\..\lib\public\tier1.lib">
  240. </File>
  241. <File
  242. RelativePath="..\..\lib\public\vstdlib.lib">
  243. <FileConfiguration
  244. Name="Debug|Win32">
  245. <Tool
  246. Name="VCCustomBuildTool"
  247. Description=""
  248. CommandLine=""/>
  249. </FileConfiguration>
  250. <FileConfiguration
  251. Name="Release|Win32">
  252. <Tool
  253. Name="VCCustomBuildTool"
  254. Description=""
  255. CommandLine=""/>
  256. </FileConfiguration>
  257. </File>
  258. </Files>
  259. <Globals>
  260. </Globals>
  261. </VisualStudioProject>