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.

339 lines
6.6 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="sqplus"
  6. ProjectGUID="{F9811314-C694-49A4-BD87-BA2E7F30D358}"
  7. RootNamespace="sqplus"
  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="4"
  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"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_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="VCLibrarianTool"
  65. OutputFile="../lib/sqplusD.lib"
  66. />
  67. <Tool
  68. Name="VCALinkTool"
  69. />
  70. <Tool
  71. Name="VCXDCMakeTool"
  72. />
  73. <Tool
  74. Name="VCBscMakeTool"
  75. />
  76. <Tool
  77. Name="VCFxCopTool"
  78. />
  79. <Tool
  80. Name="VCPostBuildEventTool"
  81. />
  82. </Configuration>
  83. <Configuration
  84. Name="Release|Win32"
  85. OutputDirectory="$(ConfigurationName)"
  86. IntermediateDirectory="$(ConfigurationName)"
  87. ConfigurationType="4"
  88. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  89. CharacterSet="2"
  90. >
  91. <Tool
  92. Name="VCPreBuildEventTool"
  93. />
  94. <Tool
  95. Name="VCCustomBuildTool"
  96. />
  97. <Tool
  98. Name="VCXMLDataGeneratorTool"
  99. />
  100. <Tool
  101. Name="VCWebServiceProxyGeneratorTool"
  102. />
  103. <Tool
  104. Name="VCMIDLTool"
  105. />
  106. <Tool
  107. Name="VCCLCompilerTool"
  108. AdditionalIncludeDirectories="..\include"
  109. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
  110. RuntimeLibrary="0"
  111. UsePrecompiledHeader="0"
  112. WarningLevel="3"
  113. Detect64BitPortabilityProblems="true"
  114. DebugInformationFormat="3"
  115. />
  116. <Tool
  117. Name="VCManagedResourceCompilerTool"
  118. />
  119. <Tool
  120. Name="VCResourceCompilerTool"
  121. />
  122. <Tool
  123. Name="VCPreLinkEventTool"
  124. />
  125. <Tool
  126. Name="VCLibrarianTool"
  127. OutputFile="../lib/sqplus.lib"
  128. />
  129. <Tool
  130. Name="VCALinkTool"
  131. />
  132. <Tool
  133. Name="VCXDCMakeTool"
  134. />
  135. <Tool
  136. Name="VCBscMakeTool"
  137. />
  138. <Tool
  139. Name="VCFxCopTool"
  140. />
  141. <Tool
  142. Name="VCPostBuildEventTool"
  143. />
  144. </Configuration>
  145. <Configuration
  146. Name="Debug - Unicode|Win32"
  147. OutputDirectory="$(ConfigurationName)"
  148. IntermediateDirectory="$(ConfigurationName)"
  149. ConfigurationType="4"
  150. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  151. CharacterSet="1"
  152. >
  153. <Tool
  154. Name="VCPreBuildEventTool"
  155. />
  156. <Tool
  157. Name="VCCustomBuildTool"
  158. />
  159. <Tool
  160. Name="VCXMLDataGeneratorTool"
  161. />
  162. <Tool
  163. Name="VCWebServiceProxyGeneratorTool"
  164. />
  165. <Tool
  166. Name="VCMIDLTool"
  167. />
  168. <Tool
  169. Name="VCCLCompilerTool"
  170. Optimization="0"
  171. AdditionalIncludeDirectories="..\include"
  172. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
  173. MinimalRebuild="true"
  174. BasicRuntimeChecks="3"
  175. RuntimeLibrary="1"
  176. UsePrecompiledHeader="0"
  177. WarningLevel="3"
  178. Detect64BitPortabilityProblems="true"
  179. DebugInformationFormat="4"
  180. />
  181. <Tool
  182. Name="VCManagedResourceCompilerTool"
  183. />
  184. <Tool
  185. Name="VCResourceCompilerTool"
  186. />
  187. <Tool
  188. Name="VCPreLinkEventTool"
  189. />
  190. <Tool
  191. Name="VCLibrarianTool"
  192. OutputFile="../lib/sqplusDU.lib"
  193. />
  194. <Tool
  195. Name="VCALinkTool"
  196. />
  197. <Tool
  198. Name="VCXDCMakeTool"
  199. />
  200. <Tool
  201. Name="VCBscMakeTool"
  202. />
  203. <Tool
  204. Name="VCFxCopTool"
  205. />
  206. <Tool
  207. Name="VCPostBuildEventTool"
  208. />
  209. </Configuration>
  210. <Configuration
  211. Name="Release - Unicode|Win32"
  212. OutputDirectory="$(ConfigurationName)"
  213. IntermediateDirectory="$(ConfigurationName)"
  214. ConfigurationType="4"
  215. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  216. CharacterSet="1"
  217. >
  218. <Tool
  219. Name="VCPreBuildEventTool"
  220. />
  221. <Tool
  222. Name="VCCustomBuildTool"
  223. />
  224. <Tool
  225. Name="VCXMLDataGeneratorTool"
  226. />
  227. <Tool
  228. Name="VCWebServiceProxyGeneratorTool"
  229. />
  230. <Tool
  231. Name="VCMIDLTool"
  232. />
  233. <Tool
  234. Name="VCCLCompilerTool"
  235. AdditionalIncludeDirectories="..\include"
  236. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
  237. RuntimeLibrary="0"
  238. UsePrecompiledHeader="0"
  239. WarningLevel="3"
  240. Detect64BitPortabilityProblems="true"
  241. DebugInformationFormat="3"
  242. />
  243. <Tool
  244. Name="VCManagedResourceCompilerTool"
  245. />
  246. <Tool
  247. Name="VCResourceCompilerTool"
  248. />
  249. <Tool
  250. Name="VCPreLinkEventTool"
  251. />
  252. <Tool
  253. Name="VCLibrarianTool"
  254. OutputFile="../lib/sqplusU.lib"
  255. />
  256. <Tool
  257. Name="VCALinkTool"
  258. />
  259. <Tool
  260. Name="VCXDCMakeTool"
  261. />
  262. <Tool
  263. Name="VCBscMakeTool"
  264. />
  265. <Tool
  266. Name="VCFxCopTool"
  267. />
  268. <Tool
  269. Name="VCPostBuildEventTool"
  270. />
  271. </Configuration>
  272. </Configurations>
  273. <References>
  274. </References>
  275. <Files>
  276. <Filter
  277. Name="Source Files"
  278. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  279. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  280. >
  281. <File
  282. RelativePath=".\SqPlus.cpp"
  283. >
  284. </File>
  285. <File
  286. RelativePath=".\SquirrelBindingsUtils.cpp"
  287. >
  288. </File>
  289. <File
  290. RelativePath=".\SquirrelBindingsUtilsWin32.cpp"
  291. >
  292. </File>
  293. <File
  294. RelativePath=".\SquirrelObject.cpp"
  295. >
  296. </File>
  297. <File
  298. RelativePath=".\SquirrelVM.cpp"
  299. >
  300. </File>
  301. </Filter>
  302. <Filter
  303. Name="Header Files"
  304. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  305. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  306. >
  307. <File
  308. RelativePath=".\sqplus.h"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".\SqPlusConst.h"
  313. >
  314. </File>
  315. <File
  316. RelativePath=".\sqplusWin32.h"
  317. >
  318. </File>
  319. <File
  320. RelativePath=".\SquirrelBindingsUtils.h"
  321. >
  322. </File>
  323. <File
  324. RelativePath=".\SquirrelBindingsUtilsWin32.h"
  325. >
  326. </File>
  327. <File
  328. RelativePath=".\SquirrelObject.h"
  329. >
  330. </File>
  331. <File
  332. RelativePath=".\SquirrelVM.h"
  333. >
  334. </File>
  335. </Filter>
  336. </Files>
  337. <Globals>
  338. </Globals>
  339. </VisualStudioProject>