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.

351 lines
7.0 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="testSqPlus2"
  6. ProjectGUID="{08DE03E4-0F73-4B85-97CF-8C8C6D362865}"
  7. RootNamespace="testSqPlus2"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="..\include;..\sqplus"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. Detect64BitPortabilityProblems="true"
  52. DebugInformationFormat="4"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. OutputFile="$(OutDir)/testSqPlus2.exe"
  66. LinkIncremental="2"
  67. GenerateDebugInformation="true"
  68. ProgramDatabaseFile="$(OutDir)/testSqPlus2.pdb"
  69. SubSystem="1"
  70. TargetMachine="1"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCWebDeploymentTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(ConfigurationName)"
  100. IntermediateDirectory="$(ConfigurationName)"
  101. ConfigurationType="1"
  102. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  103. CharacterSet="2"
  104. >
  105. <Tool
  106. Name="VCPreBuildEventTool"
  107. />
  108. <Tool
  109. Name="VCCustomBuildTool"
  110. />
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCMIDLTool"
  119. />
  120. <Tool
  121. Name="VCCLCompilerTool"
  122. AdditionalIncludeDirectories="..\include;..\sqplus"
  123. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
  124. RuntimeLibrary="0"
  125. UsePrecompiledHeader="0"
  126. WarningLevel="3"
  127. Detect64BitPortabilityProblems="true"
  128. DebugInformationFormat="3"
  129. />
  130. <Tool
  131. Name="VCManagedResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCResourceCompilerTool"
  135. />
  136. <Tool
  137. Name="VCPreLinkEventTool"
  138. />
  139. <Tool
  140. Name="VCLinkerTool"
  141. OutputFile="$(OutDir)/testSqPlus2.exe"
  142. LinkIncremental="1"
  143. GenerateDebugInformation="true"
  144. SubSystem="1"
  145. OptimizeReferences="2"
  146. EnableCOMDATFolding="2"
  147. TargetMachine="1"
  148. />
  149. <Tool
  150. Name="VCALinkTool"
  151. />
  152. <Tool
  153. Name="VCManifestTool"
  154. />
  155. <Tool
  156. Name="VCXDCMakeTool"
  157. />
  158. <Tool
  159. Name="VCBscMakeTool"
  160. />
  161. <Tool
  162. Name="VCFxCopTool"
  163. />
  164. <Tool
  165. Name="VCAppVerifierTool"
  166. />
  167. <Tool
  168. Name="VCWebDeploymentTool"
  169. />
  170. <Tool
  171. Name="VCPostBuildEventTool"
  172. />
  173. </Configuration>
  174. <Configuration
  175. Name="Debug - Unicode|Win32"
  176. OutputDirectory="$(ConfigurationName)"
  177. IntermediateDirectory="$(ConfigurationName)"
  178. ConfigurationType="1"
  179. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  180. CharacterSet="1"
  181. >
  182. <Tool
  183. Name="VCPreBuildEventTool"
  184. />
  185. <Tool
  186. Name="VCCustomBuildTool"
  187. />
  188. <Tool
  189. Name="VCXMLDataGeneratorTool"
  190. />
  191. <Tool
  192. Name="VCWebServiceProxyGeneratorTool"
  193. />
  194. <Tool
  195. Name="VCMIDLTool"
  196. />
  197. <Tool
  198. Name="VCCLCompilerTool"
  199. Optimization="0"
  200. AdditionalIncludeDirectories="..\include;..\sqplus"
  201. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
  202. MinimalRebuild="true"
  203. BasicRuntimeChecks="3"
  204. RuntimeLibrary="1"
  205. UsePrecompiledHeader="0"
  206. WarningLevel="3"
  207. Detect64BitPortabilityProblems="true"
  208. DebugInformationFormat="4"
  209. />
  210. <Tool
  211. Name="VCManagedResourceCompilerTool"
  212. />
  213. <Tool
  214. Name="VCResourceCompilerTool"
  215. />
  216. <Tool
  217. Name="VCPreLinkEventTool"
  218. />
  219. <Tool
  220. Name="VCLinkerTool"
  221. OutputFile="$(OutDir)/testSqPlus2.exe"
  222. LinkIncremental="2"
  223. GenerateDebugInformation="true"
  224. ProgramDatabaseFile="$(OutDir)/testSqPlus2.pdb"
  225. SubSystem="1"
  226. TargetMachine="1"
  227. />
  228. <Tool
  229. Name="VCALinkTool"
  230. />
  231. <Tool
  232. Name="VCManifestTool"
  233. />
  234. <Tool
  235. Name="VCXDCMakeTool"
  236. />
  237. <Tool
  238. Name="VCBscMakeTool"
  239. />
  240. <Tool
  241. Name="VCFxCopTool"
  242. />
  243. <Tool
  244. Name="VCAppVerifierTool"
  245. />
  246. <Tool
  247. Name="VCWebDeploymentTool"
  248. />
  249. <Tool
  250. Name="VCPostBuildEventTool"
  251. />
  252. </Configuration>
  253. <Configuration
  254. Name="Release - Unicode|Win32"
  255. OutputDirectory="$(ConfigurationName)"
  256. IntermediateDirectory="$(ConfigurationName)"
  257. ConfigurationType="1"
  258. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  259. CharacterSet="1"
  260. >
  261. <Tool
  262. Name="VCPreBuildEventTool"
  263. />
  264. <Tool
  265. Name="VCCustomBuildTool"
  266. />
  267. <Tool
  268. Name="VCXMLDataGeneratorTool"
  269. />
  270. <Tool
  271. Name="VCWebServiceProxyGeneratorTool"
  272. />
  273. <Tool
  274. Name="VCMIDLTool"
  275. />
  276. <Tool
  277. Name="VCCLCompilerTool"
  278. AdditionalIncludeDirectories="..\include;..\sqplus"
  279. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
  280. RuntimeLibrary="0"
  281. UsePrecompiledHeader="0"
  282. WarningLevel="3"
  283. Detect64BitPortabilityProblems="true"
  284. DebugInformationFormat="3"
  285. />
  286. <Tool
  287. Name="VCManagedResourceCompilerTool"
  288. />
  289. <Tool
  290. Name="VCResourceCompilerTool"
  291. />
  292. <Tool
  293. Name="VCPreLinkEventTool"
  294. />
  295. <Tool
  296. Name="VCLinkerTool"
  297. OutputFile="$(OutDir)/testSqPlus2.exe"
  298. LinkIncremental="1"
  299. GenerateDebugInformation="true"
  300. SubSystem="1"
  301. OptimizeReferences="2"
  302. EnableCOMDATFolding="2"
  303. TargetMachine="1"
  304. />
  305. <Tool
  306. Name="VCALinkTool"
  307. />
  308. <Tool
  309. Name="VCManifestTool"
  310. />
  311. <Tool
  312. Name="VCXDCMakeTool"
  313. />
  314. <Tool
  315. Name="VCBscMakeTool"
  316. />
  317. <Tool
  318. Name="VCFxCopTool"
  319. />
  320. <Tool
  321. Name="VCAppVerifierTool"
  322. />
  323. <Tool
  324. Name="VCWebDeploymentTool"
  325. />
  326. <Tool
  327. Name="VCPostBuildEventTool"
  328. />
  329. </Configuration>
  330. </Configurations>
  331. <References>
  332. </References>
  333. <Files>
  334. <Filter
  335. Name="Source Files"
  336. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  337. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  338. >
  339. <File
  340. RelativePath=".\testSqPlus2.cpp"
  341. >
  342. </File>
  343. </Filter>
  344. <File
  345. RelativePath="..\README_SQPLUS.txt"
  346. >
  347. </File>
  348. </Files>
  349. <Globals>
  350. </Globals>
  351. </VisualStudioProject>