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.

245 lines
6.0 KiB

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