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.

458 lines
9.7 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="sq"
  6. ProjectGUID="{984683B6-E68A-4CCB-89C9-2D89527144A6}"
  7. RootNamespace="sq"
  8. SccLocalPath=".."
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Release|Win32"
  20. OutputDirectory="$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  24. UseOfMFC="0"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. TypeLibraryName=".\Release/sq.tlb"
  43. HeaderFileName=""
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="2"
  48. InlineFunctionExpansion="1"
  49. AdditionalIncludeDirectories="..\include,..\sqstdlib"
  50. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
  51. StringPooling="true"
  52. RuntimeLibrary="0"
  53. EnableFunctionLevelLinking="true"
  54. UsePrecompiledHeader="0"
  55. PrecompiledHeaderFile=".\Release/sq.pch"
  56. AssemblerListingLocation="$(IntDir)/"
  57. ObjectFile="$(IntDir)/"
  58. ProgramDataBaseFileName="$(IntDir)/"
  59. WarningLevel="3"
  60. SuppressStartupBanner="true"
  61. CompileAs="0"
  62. />
  63. <Tool
  64. Name="VCManagedResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCResourceCompilerTool"
  68. PreprocessorDefinitions="NDEBUG"
  69. Culture="1040"
  70. />
  71. <Tool
  72. Name="VCPreLinkEventTool"
  73. />
  74. <Tool
  75. Name="VCLinkerTool"
  76. OutputFile="../bin/sq.exe"
  77. LinkIncremental="1"
  78. SuppressStartupBanner="true"
  79. AdditionalLibraryDirectories="../lib"
  80. ProgramDatabaseFile=".\Release/sq.pdb"
  81. SubSystem="1"
  82. TargetMachine="1"
  83. />
  84. <Tool
  85. Name="VCALinkTool"
  86. />
  87. <Tool
  88. Name="VCManifestTool"
  89. />
  90. <Tool
  91. Name="VCXDCMakeTool"
  92. />
  93. <Tool
  94. Name="VCBscMakeTool"
  95. />
  96. <Tool
  97. Name="VCFxCopTool"
  98. />
  99. <Tool
  100. Name="VCAppVerifierTool"
  101. />
  102. <Tool
  103. Name="VCWebDeploymentTool"
  104. />
  105. <Tool
  106. Name="VCPostBuildEventTool"
  107. />
  108. </Configuration>
  109. <Configuration
  110. Name="Debug|Win32"
  111. OutputDirectory="$(ConfigurationName)"
  112. IntermediateDirectory="$(ConfigurationName)"
  113. ConfigurationType="1"
  114. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  115. UseOfMFC="0"
  116. ATLMinimizesCRunTimeLibraryUsage="false"
  117. CharacterSet="2"
  118. >
  119. <Tool
  120. Name="VCPreBuildEventTool"
  121. />
  122. <Tool
  123. Name="VCCustomBuildTool"
  124. />
  125. <Tool
  126. Name="VCXMLDataGeneratorTool"
  127. />
  128. <Tool
  129. Name="VCWebServiceProxyGeneratorTool"
  130. />
  131. <Tool
  132. Name="VCMIDLTool"
  133. TypeLibraryName=".\Debug/sq.tlb"
  134. HeaderFileName=""
  135. />
  136. <Tool
  137. Name="VCCLCompilerTool"
  138. Optimization="0"
  139. AdditionalIncludeDirectories="..\include,..\sqstdlib"
  140. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
  141. BasicRuntimeChecks="3"
  142. RuntimeLibrary="1"
  143. UsePrecompiledHeader="0"
  144. PrecompiledHeaderFile=".\Debug/sq.pch"
  145. AssemblerListingLocation="$(IntDir)/"
  146. ObjectFile="$(IntDir)/"
  147. ProgramDataBaseFileName="$(IntDir)/"
  148. WarningLevel="3"
  149. SuppressStartupBanner="true"
  150. DebugInformationFormat="4"
  151. CompileAs="0"
  152. />
  153. <Tool
  154. Name="VCManagedResourceCompilerTool"
  155. />
  156. <Tool
  157. Name="VCResourceCompilerTool"
  158. PreprocessorDefinitions="_DEBUG"
  159. Culture="1040"
  160. />
  161. <Tool
  162. Name="VCPreLinkEventTool"
  163. />
  164. <Tool
  165. Name="VCLinkerTool"
  166. OutputFile="../bin/sqD.exe"
  167. LinkIncremental="2"
  168. SuppressStartupBanner="true"
  169. AdditionalLibraryDirectories="../lib"
  170. GenerateDebugInformation="true"
  171. ProgramDatabaseFile=".\Debug/sq.pdb"
  172. SubSystem="1"
  173. TargetMachine="1"
  174. />
  175. <Tool
  176. Name="VCALinkTool"
  177. />
  178. <Tool
  179. Name="VCManifestTool"
  180. />
  181. <Tool
  182. Name="VCXDCMakeTool"
  183. />
  184. <Tool
  185. Name="VCBscMakeTool"
  186. />
  187. <Tool
  188. Name="VCFxCopTool"
  189. />
  190. <Tool
  191. Name="VCAppVerifierTool"
  192. />
  193. <Tool
  194. Name="VCWebDeploymentTool"
  195. />
  196. <Tool
  197. Name="VCPostBuildEventTool"
  198. />
  199. </Configuration>
  200. <Configuration
  201. Name="Debug - Unicode|Win32"
  202. OutputDirectory="$(ConfigurationName)"
  203. IntermediateDirectory="$(ConfigurationName)"
  204. ConfigurationType="1"
  205. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  206. UseOfMFC="0"
  207. ATLMinimizesCRunTimeLibraryUsage="false"
  208. CharacterSet="1"
  209. >
  210. <Tool
  211. Name="VCPreBuildEventTool"
  212. />
  213. <Tool
  214. Name="VCCustomBuildTool"
  215. />
  216. <Tool
  217. Name="VCXMLDataGeneratorTool"
  218. />
  219. <Tool
  220. Name="VCWebServiceProxyGeneratorTool"
  221. />
  222. <Tool
  223. Name="VCMIDLTool"
  224. TypeLibraryName=".\Debug/sq.tlb"
  225. HeaderFileName=""
  226. />
  227. <Tool
  228. Name="VCCLCompilerTool"
  229. Optimization="0"
  230. AdditionalIncludeDirectories="..\include,..\sqstdlib"
  231. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
  232. BasicRuntimeChecks="3"
  233. RuntimeLibrary="1"
  234. UsePrecompiledHeader="0"
  235. PrecompiledHeaderFile=".\Debug/sq.pch"
  236. AssemblerListingLocation="$(IntDir)/"
  237. ObjectFile="$(IntDir)/"
  238. ProgramDataBaseFileName="$(IntDir)/"
  239. WarningLevel="3"
  240. SuppressStartupBanner="true"
  241. DebugInformationFormat="4"
  242. CompileAs="0"
  243. />
  244. <Tool
  245. Name="VCManagedResourceCompilerTool"
  246. />
  247. <Tool
  248. Name="VCResourceCompilerTool"
  249. PreprocessorDefinitions="_DEBUG"
  250. Culture="1040"
  251. />
  252. <Tool
  253. Name="VCPreLinkEventTool"
  254. />
  255. <Tool
  256. Name="VCLinkerTool"
  257. OutputFile="../bin/sqDU.exe"
  258. LinkIncremental="2"
  259. SuppressStartupBanner="true"
  260. AdditionalLibraryDirectories="../lib"
  261. GenerateDebugInformation="true"
  262. ProgramDatabaseFile=".\Debug/sq.pdb"
  263. SubSystem="1"
  264. TargetMachine="1"
  265. />
  266. <Tool
  267. Name="VCALinkTool"
  268. />
  269. <Tool
  270. Name="VCManifestTool"
  271. />
  272. <Tool
  273. Name="VCXDCMakeTool"
  274. />
  275. <Tool
  276. Name="VCBscMakeTool"
  277. />
  278. <Tool
  279. Name="VCFxCopTool"
  280. />
  281. <Tool
  282. Name="VCAppVerifierTool"
  283. />
  284. <Tool
  285. Name="VCWebDeploymentTool"
  286. />
  287. <Tool
  288. Name="VCPostBuildEventTool"
  289. />
  290. </Configuration>
  291. <Configuration
  292. Name="Release - Unicode|Win32"
  293. OutputDirectory="$(ConfigurationName)"
  294. IntermediateDirectory="$(ConfigurationName)"
  295. ConfigurationType="1"
  296. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  297. UseOfMFC="0"
  298. ATLMinimizesCRunTimeLibraryUsage="false"
  299. CharacterSet="1"
  300. >
  301. <Tool
  302. Name="VCPreBuildEventTool"
  303. />
  304. <Tool
  305. Name="VCCustomBuildTool"
  306. />
  307. <Tool
  308. Name="VCXMLDataGeneratorTool"
  309. />
  310. <Tool
  311. Name="VCWebServiceProxyGeneratorTool"
  312. />
  313. <Tool
  314. Name="VCMIDLTool"
  315. TypeLibraryName=".\Release/sq.tlb"
  316. HeaderFileName=""
  317. />
  318. <Tool
  319. Name="VCCLCompilerTool"
  320. Optimization="2"
  321. InlineFunctionExpansion="1"
  322. AdditionalIncludeDirectories="..\include,..\sqstdlib"
  323. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
  324. StringPooling="true"
  325. RuntimeLibrary="0"
  326. EnableFunctionLevelLinking="true"
  327. UsePrecompiledHeader="0"
  328. PrecompiledHeaderFile=".\Release/sq.pch"
  329. AssemblerListingLocation="$(IntDir)/"
  330. ObjectFile="$(IntDir)/"
  331. ProgramDataBaseFileName="$(IntDir)/"
  332. WarningLevel="3"
  333. SuppressStartupBanner="true"
  334. CompileAs="0"
  335. />
  336. <Tool
  337. Name="VCManagedResourceCompilerTool"
  338. />
  339. <Tool
  340. Name="VCResourceCompilerTool"
  341. PreprocessorDefinitions="NDEBUG"
  342. Culture="1040"
  343. />
  344. <Tool
  345. Name="VCPreLinkEventTool"
  346. />
  347. <Tool
  348. Name="VCLinkerTool"
  349. OutputFile="../bin/sqU.exe"
  350. LinkIncremental="1"
  351. SuppressStartupBanner="true"
  352. AdditionalLibraryDirectories="../lib"
  353. ProgramDatabaseFile=".\Release/sq.pdb"
  354. SubSystem="1"
  355. TargetMachine="1"
  356. />
  357. <Tool
  358. Name="VCALinkTool"
  359. />
  360. <Tool
  361. Name="VCManifestTool"
  362. />
  363. <Tool
  364. Name="VCXDCMakeTool"
  365. />
  366. <Tool
  367. Name="VCBscMakeTool"
  368. />
  369. <Tool
  370. Name="VCFxCopTool"
  371. />
  372. <Tool
  373. Name="VCAppVerifierTool"
  374. />
  375. <Tool
  376. Name="VCWebDeploymentTool"
  377. />
  378. <Tool
  379. Name="VCPostBuildEventTool"
  380. />
  381. </Configuration>
  382. </Configurations>
  383. <References>
  384. </References>
  385. <Files>
  386. <Filter
  387. Name="Source Files"
  388. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  389. >
  390. <File
  391. RelativePath="sq.c"
  392. >
  393. <FileConfiguration
  394. Name="Release|Win32"
  395. >
  396. <Tool
  397. Name="VCCLCompilerTool"
  398. Optimization="2"
  399. AdditionalIncludeDirectories=""
  400. PreprocessorDefinitions=""
  401. CompileAs="2"
  402. />
  403. </FileConfiguration>
  404. <FileConfiguration
  405. Name="Debug|Win32"
  406. >
  407. <Tool
  408. Name="VCCLCompilerTool"
  409. Optimization="0"
  410. AdditionalIncludeDirectories=""
  411. PreprocessorDefinitions=""
  412. BasicRuntimeChecks="3"
  413. CompileAs="2"
  414. />
  415. </FileConfiguration>
  416. <FileConfiguration
  417. Name="Debug - Unicode|Win32"
  418. >
  419. <Tool
  420. Name="VCCLCompilerTool"
  421. Optimization="0"
  422. AdditionalIncludeDirectories=""
  423. PreprocessorDefinitions=""
  424. BasicRuntimeChecks="3"
  425. CompileAs="2"
  426. />
  427. </FileConfiguration>
  428. <FileConfiguration
  429. Name="Release - Unicode|Win32"
  430. >
  431. <Tool
  432. Name="VCCLCompilerTool"
  433. Optimization="2"
  434. AdditionalIncludeDirectories=""
  435. PreprocessorDefinitions=""
  436. CompileAs="2"
  437. />
  438. </FileConfiguration>
  439. </File>
  440. </Filter>
  441. <Filter
  442. Name="Header Files"
  443. Filter="h;hpp;hxx;hm;inl"
  444. >
  445. </Filter>
  446. <Filter
  447. Name="Resource Files"
  448. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  449. >
  450. </Filter>
  451. <File
  452. RelativePath="..\etc\test.nut"
  453. >
  454. </File>
  455. </Files>
  456. <Globals>
  457. </Globals>
  458. </VisualStudioProject>