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.

210 lines
5.2 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="socket_stresstest"
  6. ProjectGUID="{46DE8944-1A71-4A43-98FE-7A96CB8E5596}"
  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,..\..\..\public,..\..\..\public\tier1"
  28. PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PROTECTED_THINGS_DISABLE"
  29. BasicRuntimeChecks="3"
  30. RuntimeLibrary="1"
  31. PrecompiledHeaderFile=".\Debug/socket_stresstest.pch"
  32. AssemblerListingLocation=".\Debug/"
  33. ObjectFile=".\Debug/"
  34. ProgramDataBaseFileName=".\Debug/"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"
  37. DebugInformationFormat="4"
  38. CompileAs="0"/>
  39. <Tool
  40. Name="VCCustomBuildTool"/>
  41. <Tool
  42. Name="VCLinkerTool"
  43. AdditionalDependencies="ws2_32.lib odbc32.lib odbccp32.lib"
  44. OutputFile=".\Debug/socket_stresstest.exe"
  45. LinkIncremental="1"
  46. SuppressStartupBanner="TRUE"
  47. GenerateDebugInformation="TRUE"
  48. ProgramDatabaseFile=".\Debug/socket_stresstest.pdb"
  49. SubSystem="1"
  50. TargetMachine="1"/>
  51. <Tool
  52. Name="VCMIDLTool"
  53. TypeLibraryName=".\Debug/socket_stresstest.tlb"
  54. HeaderFileName=""/>
  55. <Tool
  56. Name="VCPostBuildEventTool"/>
  57. <Tool
  58. Name="VCPreBuildEventTool"/>
  59. <Tool
  60. Name="VCPreLinkEventTool"/>
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. PreprocessorDefinitions="_DEBUG"
  64. Culture="1033"/>
  65. <Tool
  66. Name="VCWebServiceProxyGeneratorTool"/>
  67. <Tool
  68. Name="VCXMLDataGeneratorTool"/>
  69. <Tool
  70. Name="VCWebDeploymentTool"/>
  71. <Tool
  72. Name="VCManagedWrapperGeneratorTool"/>
  73. <Tool
  74. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  75. </Configuration>
  76. <Configuration
  77. Name="Release|Win32"
  78. OutputDirectory=".\Release"
  79. IntermediateDirectory=".\Release"
  80. ConfigurationType="1"
  81. UseOfMFC="0"
  82. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  83. CharacterSet="2">
  84. <Tool
  85. Name="VCCLCompilerTool"
  86. Optimization="2"
  87. InlineFunctionExpansion="1"
  88. AdditionalIncludeDirectories="..,..\..\common,..\..\..\public,..\..\..\public\tier1"
  89. PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PROTECTED_THINGS_DISABLE"
  90. StringPooling="TRUE"
  91. RuntimeLibrary="0"
  92. EnableFunctionLevelLinking="TRUE"
  93. PrecompiledHeaderFile=".\Release/socket_stresstest.pch"
  94. AssemblerListingLocation=".\Release/"
  95. ObjectFile=".\Release/"
  96. ProgramDataBaseFileName=".\Release/"
  97. WarningLevel="3"
  98. SuppressStartupBanner="TRUE"
  99. CompileAs="0"/>
  100. <Tool
  101. Name="VCCustomBuildTool"/>
  102. <Tool
  103. Name="VCLinkerTool"
  104. AdditionalDependencies="ws2_32.lib odbc32.lib odbccp32.lib"
  105. OutputFile=".\Release/socket_stresstest.exe"
  106. LinkIncremental="1"
  107. SuppressStartupBanner="TRUE"
  108. ProgramDatabaseFile=".\Release/socket_stresstest.pdb"
  109. SubSystem="1"
  110. TargetMachine="1"/>
  111. <Tool
  112. Name="VCMIDLTool"
  113. TypeLibraryName=".\Release/socket_stresstest.tlb"
  114. HeaderFileName=""/>
  115. <Tool
  116. Name="VCPostBuildEventTool"/>
  117. <Tool
  118. Name="VCPreBuildEventTool"/>
  119. <Tool
  120. Name="VCPreLinkEventTool"/>
  121. <Tool
  122. Name="VCResourceCompilerTool"
  123. PreprocessorDefinitions="NDEBUG"
  124. Culture="1033"/>
  125. <Tool
  126. Name="VCWebServiceProxyGeneratorTool"/>
  127. <Tool
  128. Name="VCXMLDataGeneratorTool"/>
  129. <Tool
  130. Name="VCWebDeploymentTool"/>
  131. <Tool
  132. Name="VCManagedWrapperGeneratorTool"/>
  133. <Tool
  134. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  135. </Configuration>
  136. </Configurations>
  137. <References>
  138. </References>
  139. <Files>
  140. <Filter
  141. Name="Source Files"
  142. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  143. <File
  144. RelativePath="..\iphelpers.cpp">
  145. </File>
  146. <File
  147. RelativePath="socket_stresstest.cpp">
  148. </File>
  149. <File
  150. RelativePath="StdAfx.cpp">
  151. </File>
  152. <File
  153. RelativePath="..\tcpsocket.cpp">
  154. </File>
  155. <File
  156. RelativePath="..\threadhelpers.cpp">
  157. </File>
  158. </Filter>
  159. <Filter
  160. Name="Header Files"
  161. Filter="h;hpp;hxx;hm;inl">
  162. <File
  163. RelativePath="StdAfx.h">
  164. </File>
  165. </Filter>
  166. <Filter
  167. Name="Resource Files"
  168. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  169. </Filter>
  170. <File
  171. RelativePath="ReadMe.txt">
  172. </File>
  173. <File
  174. RelativePath="..\..\..\lib\public\tier0.lib">
  175. <FileConfiguration
  176. Name="Debug|Win32">
  177. <Tool
  178. Name="VCCustomBuildTool"
  179. Description=""
  180. CommandLine=""/>
  181. </FileConfiguration>
  182. <FileConfiguration
  183. Name="Release|Win32">
  184. <Tool
  185. Name="VCCustomBuildTool"
  186. Description=""
  187. CommandLine=""/>
  188. </FileConfiguration>
  189. </File>
  190. <File
  191. RelativePath="..\..\..\lib\public\vstdlib.lib">
  192. <FileConfiguration
  193. Name="Debug|Win32">
  194. <Tool
  195. Name="VCCustomBuildTool"
  196. Description=""
  197. CommandLine=""/>
  198. </FileConfiguration>
  199. <FileConfiguration
  200. Name="Release|Win32">
  201. <Tool
  202. Name="VCCustomBuildTool"
  203. Description=""
  204. CommandLine=""/>
  205. </FileConfiguration>
  206. </File>
  207. </Files>
  208. <Globals>
  209. </Globals>
  210. </VisualStudioProject>