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.

177 lines
4.6 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="particle_test"
  6. ProjectGUID="{FC47D86C-97D1-470D-A26B-6BC2B6484B86}"
  7. RootNamespace="particle_test"
  8. Keyword="ManagedCProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory="..\..\..\game\bin"
  17. IntermediateDirectory="$(ConfigurationName)"
  18. ConfigurationType="1"
  19. CharacterSet="2"
  20. ManagedExtensions="FALSE"
  21. WholeProgramOptimization="TRUE">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="0"
  25. GlobalOptimizations="TRUE"
  26. EnableIntrinsicFunctions="TRUE"
  27. FavorSizeOrSpeed="1"
  28. OmitFramePointers="TRUE"
  29. OptimizeForProcessor="3"
  30. AdditionalIncludeDirectories="..\..\public;..\..\public\tier1;..\common"
  31. PreprocessorDefinitions="_WIN32;_DEBUG"
  32. MinimalRebuild="FALSE"
  33. ExceptionHandling="FALSE"
  34. BasicRuntimeChecks="0"
  35. RuntimeLibrary="1"
  36. BufferSecurityCheck="FALSE"
  37. UsePrecompiledHeader="0"
  38. WarningLevel="4"
  39. DebugInformationFormat="3"
  40. CallingConvention="0"/>
  41. <Tool
  42. Name="VCCustomBuildTool"/>
  43. <Tool
  44. Name="VCLinkerTool"
  45. OutputFile="$(OutDir)\$(ProjectName).exe"
  46. LinkIncremental="2"
  47. IgnoreDefaultLibraryNames="libcd,libc,libcmt"
  48. GenerateDebugInformation="TRUE"
  49. AssemblyDebug="1"/>
  50. <Tool
  51. Name="VCMIDLTool"/>
  52. <Tool
  53. Name="VCPostBuildEventTool"/>
  54. <Tool
  55. Name="VCPreBuildEventTool"/>
  56. <Tool
  57. Name="VCPreLinkEventTool"
  58. CommandLine="if exist ..\..\..\game\bin\particle_test.exe attrib -r ..\..\..\game\bin\particle_test.exe
  59. if exist ..\..\..\game\bin\particle_test.pdb attrib -r ..\..\..\game\bin\particle_test.pdb
  60. "/>
  61. <Tool
  62. Name="VCResourceCompilerTool"/>
  63. <Tool
  64. Name="VCWebServiceProxyGeneratorTool"/>
  65. <Tool
  66. Name="VCXMLDataGeneratorTool"/>
  67. <Tool
  68. Name="VCWebDeploymentTool"/>
  69. <Tool
  70. Name="VCManagedWrapperGeneratorTool"/>
  71. <Tool
  72. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  73. </Configuration>
  74. <Configuration
  75. Name="Release|Win32"
  76. OutputDirectory="..\..\..\game\bin"
  77. IntermediateDirectory="$(ConfigurationName)"
  78. ConfigurationType="1"
  79. CharacterSet="2"
  80. ManagedExtensions="FALSE"
  81. WholeProgramOptimization="TRUE">
  82. <Tool
  83. Name="VCCLCompilerTool"
  84. Optimization="2"
  85. GlobalOptimizations="TRUE"
  86. InlineFunctionExpansion="2"
  87. EnableIntrinsicFunctions="TRUE"
  88. ImproveFloatingPointConsistency="FALSE"
  89. FavorSizeOrSpeed="1"
  90. OmitFramePointers="FALSE"
  91. OptimizeForProcessor="3"
  92. AdditionalIncludeDirectories="..\..\public;..\..\public\tier1;..\common"
  93. PreprocessorDefinitions="_WIN32;NDEBUG"
  94. MinimalRebuild="FALSE"
  95. ExceptionHandling="FALSE"
  96. RuntimeLibrary="0"
  97. BufferSecurityCheck="FALSE"
  98. UsePrecompiledHeader="0"
  99. WarningLevel="4"
  100. DebugInformationFormat="3"
  101. CallingConvention="0"/>
  102. <Tool
  103. Name="VCCustomBuildTool"/>
  104. <Tool
  105. Name="VCLinkerTool"
  106. OutputFile="$(OutDir)\$(ProjectName).exe"
  107. LinkIncremental="1"
  108. IgnoreDefaultLibraryNames="libc;libcd;libcmtd"
  109. GenerateDebugInformation="TRUE"/>
  110. <Tool
  111. Name="VCMIDLTool"/>
  112. <Tool
  113. Name="VCPostBuildEventTool"/>
  114. <Tool
  115. Name="VCPreBuildEventTool"/>
  116. <Tool
  117. Name="VCPreLinkEventTool"
  118. CommandLine="if exist ..\..\..\game\bin\particle_test.exe attrib -r ..\..\..\game\bin\particle_test.exe
  119. if exist ..\..\..\game\bin\particle_test.pdb attrib -r ..\..\..\game\bin\particle_test.pdb
  120. "/>
  121. <Tool
  122. Name="VCResourceCompilerTool"/>
  123. <Tool
  124. Name="VCWebServiceProxyGeneratorTool"/>
  125. <Tool
  126. Name="VCXMLDataGeneratorTool"/>
  127. <Tool
  128. Name="VCWebDeploymentTool"/>
  129. <Tool
  130. Name="VCManagedWrapperGeneratorTool"/>
  131. <Tool
  132. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  133. </Configuration>
  134. </Configurations>
  135. <References>
  136. <AssemblyReference
  137. RelativePath="mscorlib.dll"/>
  138. <AssemblyReference
  139. RelativePath="System.dll"/>
  140. <AssemblyReference
  141. RelativePath="System.Data.dll"/>
  142. </References>
  143. <Files>
  144. <Filter
  145. Name="Linker Libraries"
  146. Filter="">
  147. <File
  148. RelativePath="..\..\lib\public\bitmap.lib">
  149. </File>
  150. <File
  151. RelativePath="..\..\lib\public\mathlib.lib">
  152. </File>
  153. <File
  154. RelativePath="..\..\lib\public\raytrace.lib">
  155. </File>
  156. <File
  157. RelativePath="..\..\lib\public\tier0.lib">
  158. </File>
  159. <File
  160. RelativePath="..\..\lib\public\tier1.lib">
  161. </File>
  162. <File
  163. RelativePath="..\..\lib\public\tier2.lib">
  164. </File>
  165. <File
  166. RelativePath="..\..\lib\public\vstdlib.lib">
  167. </File>
  168. </Filter>
  169. <File
  170. RelativePath="particle_test.cpp">
  171. </File>
  172. </Files>
  173. <Globals>
  174. </Globals>
  175. </VisualStudioProject>