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.

253 lines
6.2 KiB

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