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.

173 lines
4.5 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="vcrtrace"
  6. ProjectGUID="{3A726913-1B92-4536-811C-C1E3020CCD1B}"
  7. SccProjectName=""
  8. SccLocalPath="">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Release|Win32"
  16. OutputDirectory=".\Release"
  17. IntermediateDirectory=".\Release"
  18. ConfigurationType="1"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="2"
  25. InlineFunctionExpansion="1"
  26. AdditionalIncludeDirectories="..\..\engine,..\..\common,..\..\public,..\..\public\tier1"
  27. PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;VCRTRACE_APP"
  28. StringPooling="TRUE"
  29. RuntimeLibrary="4"
  30. EnableFunctionLevelLinking="TRUE"
  31. PrecompiledHeaderFile=".\Release/vcrtrace.pch"
  32. AssemblerListingLocation=".\Release/"
  33. ObjectFile=".\Release/"
  34. ProgramDataBaseFileName=".\Release/"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"
  37. CompileAs="0"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. AdditionalDependencies="platform.lib winmm.lib ws2_32.lib odbc32.lib odbccp32.lib"
  43. OutputFile=".\Release/vcrtrace.exe"
  44. LinkIncremental="1"
  45. SuppressStartupBanner="TRUE"
  46. AdditionalLibraryDirectories="..\..\lib\public"
  47. ProgramDatabaseFile=".\Release/vcrtrace.pdb"
  48. SubSystem="1"
  49. TargetMachine="1"/>
  50. <Tool
  51. Name="VCMIDLTool"
  52. TypeLibraryName=".\Release/vcrtrace.tlb"
  53. HeaderFileName=""/>
  54. <Tool
  55. Name="VCPostBuildEventTool"/>
  56. <Tool
  57. Name="VCPreBuildEventTool"/>
  58. <Tool
  59. Name="VCPreLinkEventTool"/>
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="NDEBUG"
  63. Culture="1033"/>
  64. <Tool
  65. Name="VCWebServiceProxyGeneratorTool"/>
  66. <Tool
  67. Name="VCXMLDataGeneratorTool"/>
  68. <Tool
  69. Name="VCWebDeploymentTool"/>
  70. <Tool
  71. Name="VCManagedWrapperGeneratorTool"/>
  72. <Tool
  73. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  74. </Configuration>
  75. <Configuration
  76. Name="Debug|Win32"
  77. OutputDirectory=".\Debug"
  78. IntermediateDirectory=".\Debug"
  79. ConfigurationType="1"
  80. UseOfMFC="0"
  81. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  82. CharacterSet="2">
  83. <Tool
  84. Name="VCCLCompilerTool"
  85. Optimization="0"
  86. AdditionalIncludeDirectories="..\..\engine,..\..\common,..\..\public,..\..\public\tier1"
  87. PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;VCRTRACE_APP"
  88. BasicRuntimeChecks="3"
  89. RuntimeLibrary="5"
  90. PrecompiledHeaderFile=".\Debug/vcrtrace.pch"
  91. AssemblerListingLocation=".\Debug/"
  92. ObjectFile=".\Debug/"
  93. ProgramDataBaseFileName=".\Debug/"
  94. WarningLevel="3"
  95. SuppressStartupBanner="TRUE"
  96. DebugInformationFormat="4"
  97. CompileAs="0"/>
  98. <Tool
  99. Name="VCCustomBuildTool"/>
  100. <Tool
  101. Name="VCLinkerTool"
  102. AdditionalDependencies="platform.lib winmm.lib ws2_32.lib odbc32.lib odbccp32.lib"
  103. OutputFile=".\Debug/vcrtrace.exe"
  104. LinkIncremental="1"
  105. SuppressStartupBanner="TRUE"
  106. AdditionalLibraryDirectories="..\..\lib\public"
  107. GenerateDebugInformation="TRUE"
  108. ProgramDatabaseFile=".\Debug/vcrtrace.pdb"
  109. SubSystem="1"
  110. TargetMachine="1"/>
  111. <Tool
  112. Name="VCMIDLTool"
  113. TypeLibraryName=".\Debug/vcrtrace.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="_DEBUG"
  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="StdAfx.cpp">
  145. </File>
  146. <File
  147. RelativePath="vcrtrace.cpp">
  148. </File>
  149. </Filter>
  150. <Filter
  151. Name="Header Files"
  152. Filter="h;hpp;hxx;hm;inl">
  153. <File
  154. RelativePath="StdAfx.h">
  155. </File>
  156. <File
  157. RelativePath="..\..\public\platform\vcr_shared.h">
  158. </File>
  159. <File
  160. RelativePath="..\..\public\platform\vcrmode.h">
  161. </File>
  162. </Filter>
  163. <Filter
  164. Name="Resource Files"
  165. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  166. </Filter>
  167. <File
  168. RelativePath="ReadMe.txt">
  169. </File>
  170. </Files>
  171. <Globals>
  172. </Globals>
  173. </VisualStudioProject>