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.

452 lines
8.9 KiB

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