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.

156 lines
4.0 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="dumpobj"
  6. ProjectGUID="{620FC3E4-31D4-49F4-A66C-089A543FB140}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="1"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  23. MinimalRebuild="TRUE"
  24. BasicRuntimeChecks="3"
  25. RuntimeLibrary="5"
  26. UsePrecompiledHeader="0"
  27. WarningLevel="3"
  28. Detect64BitPortabilityProblems="FALSE"
  29. DebugInformationFormat="4"/>
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. CommandLine="if exist $(TargetPath) copy $(TargetPath) c:\bin_utils\$(TargetFileName)"
  33. Outputs="c:\bin_utils\$(TargetFileName)"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. OutputFile="$(OutDir)/dumpobj.exe"
  37. LinkIncremental="2"
  38. GenerateDebugInformation="TRUE"
  39. ProgramDatabaseFile="$(OutDir)/dumpobj.pdb"
  40. SubSystem="1"
  41. TargetMachine="1"/>
  42. <Tool
  43. Name="VCMIDLTool"/>
  44. <Tool
  45. Name="VCPostBuildEventTool"/>
  46. <Tool
  47. Name="VCPreBuildEventTool"/>
  48. <Tool
  49. Name="VCPreLinkEventTool"/>
  50. <Tool
  51. Name="VCResourceCompilerTool"/>
  52. <Tool
  53. Name="VCWebServiceProxyGeneratorTool"/>
  54. <Tool
  55. Name="VCXMLDataGeneratorTool"/>
  56. <Tool
  57. Name="VCWebDeploymentTool"/>
  58. <Tool
  59. Name="VCManagedWrapperGeneratorTool"/>
  60. <Tool
  61. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  62. </Configuration>
  63. <Configuration
  64. Name="Release|Win32"
  65. OutputDirectory="Release"
  66. IntermediateDirectory="Release"
  67. ConfigurationType="1"
  68. CharacterSet="2">
  69. <Tool
  70. Name="VCCLCompilerTool"
  71. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  72. RuntimeLibrary="4"
  73. UsePrecompiledHeader="0"
  74. WarningLevel="3"
  75. Detect64BitPortabilityProblems="FALSE"
  76. DebugInformationFormat="3"/>
  77. <Tool
  78. Name="VCCustomBuildTool"
  79. CommandLine="if exist ..\..\..\..\game\bin\&quot;$(TargetName)&quot;.exe attrib -r ..\..\..\..\game\bin\&quot;$(TargetName)&quot;.exe
  80. if exist &quot;$(TargetPath)&quot; copy &quot;$(TargetPath)&quot; ..\..\..\..\game\bin
  81. "
  82. Outputs="..\..\..\..\game\bin\$(TargetName).exe"/>
  83. <Tool
  84. Name="VCLinkerTool"
  85. OutputFile="$(OutDir)/dumpobj.exe"
  86. LinkIncremental="1"
  87. GenerateDebugInformation="TRUE"
  88. SubSystem="1"
  89. OptimizeReferences="2"
  90. EnableCOMDATFolding="2"
  91. TargetMachine="1"/>
  92. <Tool
  93. Name="VCMIDLTool"/>
  94. <Tool
  95. Name="VCPostBuildEventTool"/>
  96. <Tool
  97. Name="VCPreBuildEventTool"/>
  98. <Tool
  99. Name="VCPreLinkEventTool"/>
  100. <Tool
  101. Name="VCResourceCompilerTool"/>
  102. <Tool
  103. Name="VCWebServiceProxyGeneratorTool"/>
  104. <Tool
  105. Name="VCXMLDataGeneratorTool"/>
  106. <Tool
  107. Name="VCWebDeploymentTool"/>
  108. <Tool
  109. Name="VCManagedWrapperGeneratorTool"/>
  110. <Tool
  111. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  112. </Configuration>
  113. </Configurations>
  114. <References>
  115. </References>
  116. <Files>
  117. <Filter
  118. Name="Source Files"
  119. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  120. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  121. <File
  122. RelativePath=".\dumpobj.cpp">
  123. <FileConfiguration
  124. Name="Debug|Win32">
  125. <Tool
  126. Name="VCCLCompilerTool"
  127. UsePrecompiledHeader="0"/>
  128. </FileConfiguration>
  129. </File>
  130. <File
  131. RelativePath="..\toollib\scriplib.cpp">
  132. </File>
  133. <File
  134. RelativePath="..\toollib\toollib.cpp">
  135. </File>
  136. </Filter>
  137. <Filter
  138. Name="Header Files"
  139. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  140. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  141. <File
  142. RelativePath="..\toollib\scriplib.h">
  143. </File>
  144. <File
  145. RelativePath="..\toollib\toollib.h">
  146. </File>
  147. </Filter>
  148. <Filter
  149. Name="Resource Files"
  150. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  151. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  152. </Filter>
  153. </Files>
  154. <Globals>
  155. </Globals>
  156. </VisualStudioProject>