Counter Strike : Global Offensive Source Code
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.

237 lines
6.3 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="gtest"
  6. ProjectGUID="{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="$(SolutionName)/$(ConfigurationName)"
  16. IntermediateDirectory="$(OutDir)/$(ProjectName)"
  17. ConfigurationType="4"
  18. CharacterSet="2"
  19. ReferencesPath="">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="3"
  27. UsePrecompiledHeader="0"
  28. WarningLevel="3"
  29. Detect64BitPortabilityProblems="FALSE"
  30. DebugInformationFormat="4"/>
  31. <Tool
  32. Name="VCCustomBuildTool"/>
  33. <Tool
  34. Name="VCLibrarianTool"
  35. OutputFile="$(OutDir)/gtestd.lib"/>
  36. <Tool
  37. Name="VCMIDLTool"/>
  38. <Tool
  39. Name="VCPostBuildEventTool"/>
  40. <Tool
  41. Name="VCPreBuildEventTool"/>
  42. <Tool
  43. Name="VCPreLinkEventTool"/>
  44. <Tool
  45. Name="VCResourceCompilerTool"/>
  46. <Tool
  47. Name="VCWebServiceProxyGeneratorTool"/>
  48. <Tool
  49. Name="VCXMLDataGeneratorTool"/>
  50. <Tool
  51. Name="VCManagedWrapperGeneratorTool"/>
  52. <Tool
  53. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  54. </Configuration>
  55. <Configuration
  56. Name="Release|Win32"
  57. OutputDirectory="$(SolutionName)/$(ConfigurationName)"
  58. IntermediateDirectory="$(OutDir)/$(ProjectName)"
  59. ConfigurationType="4"
  60. CharacterSet="2"
  61. ReferencesPath="&quot;..\include&quot;;&quot;..&quot;">
  62. <Tool
  63. Name="VCCLCompilerTool"
  64. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  65. RuntimeLibrary="2"
  66. UsePrecompiledHeader="0"
  67. WarningLevel="3"
  68. Detect64BitPortabilityProblems="FALSE"
  69. DebugInformationFormat="3"/>
  70. <Tool
  71. Name="VCCustomBuildTool"/>
  72. <Tool
  73. Name="VCLibrarianTool"
  74. OutputFile="$(OutDir)/gtest.lib"/>
  75. <Tool
  76. Name="VCMIDLTool"/>
  77. <Tool
  78. Name="VCPostBuildEventTool"/>
  79. <Tool
  80. Name="VCPreBuildEventTool"/>
  81. <Tool
  82. Name="VCPreLinkEventTool"/>
  83. <Tool
  84. Name="VCResourceCompilerTool"/>
  85. <Tool
  86. Name="VCWebServiceProxyGeneratorTool"/>
  87. <Tool
  88. Name="VCXMLDataGeneratorTool"/>
  89. <Tool
  90. Name="VCManagedWrapperGeneratorTool"/>
  91. <Tool
  92. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  93. </Configuration>
  94. </Configurations>
  95. <References>
  96. </References>
  97. <Files>
  98. <Filter
  99. Name="Source Files"
  100. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  101. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  102. <File
  103. RelativePath="..\src\gtest-death-test.cc">
  104. <FileConfiguration
  105. Name="Debug|Win32">
  106. <Tool
  107. Name="VCCLCompilerTool"
  108. AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
  109. </FileConfiguration>
  110. <FileConfiguration
  111. Name="Release|Win32">
  112. <Tool
  113. Name="VCCLCompilerTool"
  114. AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
  115. </FileConfiguration>
  116. </File>
  117. <File
  118. RelativePath="..\src\gtest-filepath.cc">
  119. <FileConfiguration
  120. Name="Debug|Win32">
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
  124. </FileConfiguration>
  125. <FileConfiguration
  126. Name="Release|Win32">
  127. <Tool
  128. Name="VCCLCompilerTool"
  129. AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
  130. </FileConfiguration>
  131. </File>
  132. <File
  133. RelativePath="..\src\gtest-test-part.cc">
  134. <FileConfiguration
  135. Name="Debug|Win32">
  136. <Tool
  137. Name="VCCLCompilerTool"
  138. AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
  139. </FileConfiguration>
  140. <FileConfiguration
  141. Name="Release|Win32">
  142. <Tool
  143. Name="VCCLCompilerTool"
  144. AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
  145. </FileConfiguration>
  146. </File>
  147. <File
  148. RelativePath="..\src\gtest-port.cc">
  149. <FileConfiguration
  150. Name="Debug|Win32">
  151. <Tool
  152. Name="VCCLCompilerTool"
  153. AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
  154. </FileConfiguration>
  155. <FileConfiguration
  156. Name="Release|Win32">
  157. <Tool
  158. Name="VCCLCompilerTool"
  159. AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
  160. </FileConfiguration>
  161. </File>
  162. <File
  163. RelativePath="..\src\gtest-typed-test.cc">
  164. <FileConfiguration
  165. Name="Debug|Win32">
  166. <Tool
  167. Name="VCCLCompilerTool"
  168. AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
  169. </FileConfiguration>
  170. <FileConfiguration
  171. Name="Release|Win32">
  172. <Tool
  173. Name="VCCLCompilerTool"
  174. AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
  175. </FileConfiguration>
  176. </File>
  177. <File
  178. RelativePath="..\src\gtest.cc">
  179. <FileConfiguration
  180. Name="Debug|Win32">
  181. <Tool
  182. Name="VCCLCompilerTool"
  183. AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
  184. </FileConfiguration>
  185. <FileConfiguration
  186. Name="Release|Win32">
  187. <Tool
  188. Name="VCCLCompilerTool"
  189. AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
  190. </FileConfiguration>
  191. </File>
  192. </Filter>
  193. <Filter
  194. Name="Header Files"
  195. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  196. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  197. <File
  198. RelativePath="..\include\gtest\internal\gtest-death-test-internal.h">
  199. </File>
  200. <File
  201. RelativePath="..\include\gtest\gtest-death-test.h">
  202. </File>
  203. <File
  204. RelativePath="..\include\gtest\internal\gtest-filepath.h">
  205. </File>
  206. <File
  207. RelativePath="..\src\gtest-internal-inl.h">
  208. </File>
  209. <File
  210. RelativePath="..\include\gtest\internal\gtest-internal.h">
  211. </File>
  212. <File
  213. RelativePath="..\include\gtest\gtest-message.h">
  214. </File>
  215. <File
  216. RelativePath="..\include\gtest\internal\gtest-port.h">
  217. </File>
  218. <File
  219. RelativePath="..\include\gtest\gtest-spi.h">
  220. </File>
  221. <File
  222. RelativePath="..\include\gtest\internal\gtest-string.h">
  223. </File>
  224. <File
  225. RelativePath="..\include\gtest\gtest.h">
  226. </File>
  227. <File
  228. RelativePath="..\include\gtest\gtest_pred_impl.h">
  229. </File>
  230. <File
  231. RelativePath="..\include\gtest\gtest_prod.h">
  232. </File>
  233. </Filter>
  234. </Files>
  235. <Globals>
  236. </Globals>
  237. </VisualStudioProject>