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.

249 lines
6.4 KiB

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