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.

152 lines
3.7 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="res2c"
  6. ProjectGUID="{3245AFA2-1569-4ED7-B378-3B6461B3F5BA}"
  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. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  27. StringPooling="TRUE"
  28. RuntimeLibrary="4"
  29. EnableFunctionLevelLinking="TRUE"
  30. UsePrecompiledHeader="2"
  31. PrecompiledHeaderFile=".\Release/res2c.pch"
  32. AssemblerListingLocation=".\Release/"
  33. ObjectFile=".\Release/"
  34. ProgramDataBaseFileName=".\Release/"
  35. WarningLevel="3"
  36. SuppressStartupBanner="TRUE"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. OutputFile=".\Release/res2c.exe"
  42. LinkIncremental="1"
  43. SuppressStartupBanner="TRUE"
  44. ProgramDatabaseFile=".\Release/res2c.pdb"
  45. SubSystem="1"
  46. TargetMachine="1"/>
  47. <Tool
  48. Name="VCMIDLTool"
  49. TypeLibraryName=".\Release/res2c.tlb"
  50. HeaderFileName=""/>
  51. <Tool
  52. Name="VCPostBuildEventTool"/>
  53. <Tool
  54. Name="VCPreBuildEventTool"/>
  55. <Tool
  56. Name="VCPreLinkEventTool"/>
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. PreprocessorDefinitions="NDEBUG"
  60. Culture="1033"/>
  61. <Tool
  62. Name="VCWebServiceProxyGeneratorTool"/>
  63. <Tool
  64. Name="VCXMLDataGeneratorTool"/>
  65. <Tool
  66. Name="VCWebDeploymentTool"/>
  67. <Tool
  68. Name="VCManagedWrapperGeneratorTool"/>
  69. <Tool
  70. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  71. </Configuration>
  72. <Configuration
  73. Name="Debug|Win32"
  74. OutputDirectory=".\Debug"
  75. IntermediateDirectory=".\Debug"
  76. ConfigurationType="1"
  77. UseOfMFC="0"
  78. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  79. CharacterSet="2">
  80. <Tool
  81. Name="VCCLCompilerTool"
  82. Optimization="0"
  83. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  84. BasicRuntimeChecks="3"
  85. RuntimeLibrary="5"
  86. UsePrecompiledHeader="2"
  87. PrecompiledHeaderFile=".\Debug/res2c.pch"
  88. AssemblerListingLocation=".\Debug/"
  89. ObjectFile=".\Debug/"
  90. ProgramDataBaseFileName=".\Debug/"
  91. WarningLevel="3"
  92. SuppressStartupBanner="TRUE"
  93. DebugInformationFormat="4"/>
  94. <Tool
  95. Name="VCCustomBuildTool"/>
  96. <Tool
  97. Name="VCLinkerTool"
  98. OutputFile=".\Debug/res2c.exe"
  99. LinkIncremental="1"
  100. SuppressStartupBanner="TRUE"
  101. GenerateDebugInformation="TRUE"
  102. ProgramDatabaseFile=".\Debug/res2c.pdb"
  103. SubSystem="1"
  104. TargetMachine="1"/>
  105. <Tool
  106. Name="VCMIDLTool"
  107. TypeLibraryName=".\Debug/res2c.tlb"
  108. HeaderFileName=""/>
  109. <Tool
  110. Name="VCPostBuildEventTool"/>
  111. <Tool
  112. Name="VCPreBuildEventTool"/>
  113. <Tool
  114. Name="VCPreLinkEventTool"/>
  115. <Tool
  116. Name="VCResourceCompilerTool"
  117. PreprocessorDefinitions="_DEBUG"
  118. Culture="1033"/>
  119. <Tool
  120. Name="VCWebServiceProxyGeneratorTool"/>
  121. <Tool
  122. Name="VCXMLDataGeneratorTool"/>
  123. <Tool
  124. Name="VCWebDeploymentTool"/>
  125. <Tool
  126. Name="VCManagedWrapperGeneratorTool"/>
  127. <Tool
  128. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  129. </Configuration>
  130. </Configurations>
  131. <References>
  132. </References>
  133. <Files>
  134. <Filter
  135. Name="Source Files"
  136. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  137. <File
  138. RelativePath="main.cpp">
  139. </File>
  140. </Filter>
  141. <Filter
  142. Name="Header Files"
  143. Filter="h;hpp;hxx;hm;inl">
  144. </Filter>
  145. <Filter
  146. Name="Resource Files"
  147. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  148. </Filter>
  149. </Files>
  150. <Globals>
  151. </Globals>
  152. </VisualStudioProject>