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.

445 lines
12 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="responserules_cli"
  6. ProjectGUID="{0BA4E446-7651-4CC5-917F-6AC6B8A5C097}"
  7. RootNamespace="responserules_cli"
  8. Keyword="ManagedCProj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)..\bin"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="2"
  24. CharacterSet="1"
  25. ManagedExtensions="1"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="..\..\common;..\..\public;..\..\public\tier0;..\..\public\tier1;..\..\"
  46. PreprocessorDefinitions="WIN32;DEBUG;COMPILER_MSVC;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_DLL_EXT=.dll;COMPILER_MSVC32"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="2"
  49. WarningLevel="3"
  50. DebugInformationFormat="3"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCPreLinkEventTool"
  60. />
  61. <Tool
  62. Name="VCLinkerTool"
  63. AdditionalDependencies="tier0.lib tier1.lib tier2.lib vstdlib.lib interfaces.lib appframework.lib responserules_runtime.lib"
  64. LinkIncremental="2"
  65. AdditionalLibraryDirectories="..\..\lib\public"
  66. IgnoreDefaultLibraryNames="LIBCMT.lib;LIBCMTD.lib"
  67. GenerateDebugInformation="true"
  68. AssemblyDebug="1"
  69. TargetMachine="1"
  70. />
  71. <Tool
  72. Name="VCALinkTool"
  73. />
  74. <Tool
  75. Name="VCManifestTool"
  76. />
  77. <Tool
  78. Name="VCXDCMakeTool"
  79. />
  80. <Tool
  81. Name="VCBscMakeTool"
  82. />
  83. <Tool
  84. Name="VCFxCopTool"
  85. />
  86. <Tool
  87. Name="VCAppVerifierTool"
  88. />
  89. <Tool
  90. Name="VCPostBuildEventTool"
  91. Description="copy to devtools\bin"
  92. CommandLine="if exist ..\..\devtools\responseeditor\. goto ValveStart&#x0D;&#x0A;mkdir ..\..\devtools\responseeditor&#x0D;&#x0A;:ValveStart&#x0D;&#x0A;call ..\..\vpc_scripts\valve_p4_edit.cmd ..\..\devtools\responseeditor\.\$(TargetFileName) ..\..&#x0D;&#x0A;copy &quot;$(TargetDir)&quot;$(TargetFileName) ..\..\devtools\responseeditor\.\$(TargetFileName)&#x0D;&#x0A;if ERRORLEVEL 1 goto BuildEventFailed&#x0D;&#x0A;if exist &quot;$(TargetDir)\bin&quot;$(TargetName).map copy &quot;$(TargetDir)&quot;$(TargetName).map ..\..\devtools\responseeditor\.\$(TargetName).map&#x0D;&#x0A;call ..\..\vpc_scripts\valve_p4_edit.cmd ..\..\devtools\responseeditor\.\$(TargetName).pdb ..\..&#x0D;&#x0A;copy &quot;$(TargetDir)&quot;$(TargetName).pdb ..\..\devtools\responseeditor\.\$(TargetName).pdb &#x0D;&#x0A;if ERRORLEVEL 1 goto BuildEventFailed&#x0D;&#x0A;goto BuildEventOK&#x0D;&#x0A;:BuildEventFailed&#x0D;&#x0A;echo *** ERROR! PostBuildStep FAILED for $(ProjectName)! EXE or DLL is probably running. ***&#x0D;&#x0A;del /q &quot;$(TargetDir)&quot;$(TargetFileName)&#x0D;&#x0A;exit 1&#x0D;&#x0A;:BuildEventOK&#x0D;&#x0A;"
  93. />
  94. </Configuration>
  95. <Configuration
  96. Name="Release|Win32"
  97. OutputDirectory="$(SolutionDir)..\bin"
  98. IntermediateDirectory="$(ConfigurationName)"
  99. ConfigurationType="2"
  100. CharacterSet="1"
  101. ManagedExtensions="1"
  102. WholeProgramOptimization="1"
  103. >
  104. <Tool
  105. Name="VCPreBuildEventTool"
  106. />
  107. <Tool
  108. Name="VCCustomBuildTool"
  109. />
  110. <Tool
  111. Name="VCXMLDataGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCWebServiceProxyGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCMIDLTool"
  118. />
  119. <Tool
  120. Name="VCCLCompilerTool"
  121. Optimization="3"
  122. WholeProgramOptimization="false"
  123. AdditionalIncludeDirectories="..\..\common;..\..\public;..\..\public\tier0;..\..\public\tier1;..\..\"
  124. PreprocessorDefinitions="WIN32;RELEASE;COMPILER_MSVC;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_DLL_EXT=.dll;COMPILER_MSVC32"
  125. RuntimeLibrary="2"
  126. UsePrecompiledHeader="2"
  127. WarningLevel="3"
  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. AdditionalDependencies="tier0.lib tier1.lib tier2.lib vstdlib.lib interfaces.lib appframework.lib responserules_runtime.lib"
  142. LinkIncremental="1"
  143. AdditionalLibraryDirectories="..\..\lib\public"
  144. IgnoreDefaultLibraryNames="LIBCMT.lib"
  145. GenerateDebugInformation="true"
  146. LinkTimeCodeGeneration="0"
  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="VCPostBuildEventTool"
  169. Description="copy to devtools\bin"
  170. CommandLine="if exist ..\..\devtools\responseeditor\. goto ValveStart&#x0D;&#x0A;mkdir ..\..\devtools\responseeditor&#x0D;&#x0A;:ValveStart&#x0D;&#x0A;call ..\..\vpc_scripts\valve_p4_edit.cmd ..\..\devtools\responseeditor\.\$(TargetFileName) ..\..&#x0D;&#x0A;copy &quot;$(TargetDir)&quot;$(TargetFileName) ..\..\devtools\responseeditor\.\$(TargetFileName)&#x0D;&#x0A;if ERRORLEVEL 1 goto BuildEventFailed&#x0D;&#x0A;if exist &quot;$(TargetDir)\bin&quot;$(TargetName).map copy &quot;$(TargetDir)&quot;$(TargetName).map ..\..\devtools\responseeditor\.\$(TargetName).map&#x0D;&#x0A;call ..\..\vpc_scripts\valve_p4_edit.cmd ..\..\devtools\responseeditor\.\$(TargetName).pdb ..\..&#x0D;&#x0A;copy &quot;$(TargetDir)&quot;$(TargetName).pdb ..\..\devtools\responseeditor\.\$(TargetName).pdb &#x0D;&#x0A;if ERRORLEVEL 1 goto BuildEventFailed&#x0D;&#x0A;goto BuildEventOK&#x0D;&#x0A;:BuildEventFailed&#x0D;&#x0A;echo *** ERROR! PostBuildStep FAILED for $(ProjectName)! EXE or DLL is probably running. ***&#x0D;&#x0A;del /q &quot;$(TargetDir)&quot;$(TargetFileName)&#x0D;&#x0A;exit 1&#x0D;&#x0A;:BuildEventOK&#x0D;&#x0A;"
  171. />
  172. </Configuration>
  173. </Configurations>
  174. <References>
  175. <AssemblyReference
  176. RelativePath="System.dll"
  177. AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
  178. MinFrameworkVersion="131072"
  179. />
  180. <AssemblyReference
  181. RelativePath="System.Data.dll"
  182. AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
  183. MinFrameworkVersion="131072"
  184. />
  185. <AssemblyReference
  186. RelativePath="System.XML.dll"
  187. AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
  188. MinFrameworkVersion="131072"
  189. />
  190. <AssemblyReference
  191. RelativePath="WindowsBase.dll"
  192. AssemblyName="WindowsBase, Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
  193. MinFrameworkVersion="196608"
  194. />
  195. </References>
  196. <Files>
  197. <Filter
  198. Name="Source Files"
  199. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  200. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  201. >
  202. <File
  203. RelativePath=".\AssemblyInfo.cpp"
  204. >
  205. </File>
  206. <File
  207. RelativePath=".\cli_appsystem_thunk.cpp"
  208. >
  209. </File>
  210. <File
  211. RelativePath=".\cli_appsystem_unmanaged_wrapper.cpp"
  212. >
  213. <FileConfiguration
  214. Name="Debug|Win32"
  215. >
  216. <Tool
  217. Name="VCCLCompilerTool"
  218. UsePrecompiledHeader="0"
  219. CompileAsManaged="0"
  220. />
  221. </FileConfiguration>
  222. </File>
  223. <File
  224. RelativePath=".\engine_emulator.cpp"
  225. >
  226. <FileConfiguration
  227. Name="Debug|Win32"
  228. >
  229. <Tool
  230. Name="VCCLCompilerTool"
  231. UsePrecompiledHeader="0"
  232. CompileAsManaged="0"
  233. />
  234. </FileConfiguration>
  235. <FileConfiguration
  236. Name="Release|Win32"
  237. >
  238. <Tool
  239. Name="VCCLCompilerTool"
  240. UsePrecompiledHeader="0"
  241. CompileAsManaged="0"
  242. />
  243. </FileConfiguration>
  244. </File>
  245. <File
  246. RelativePath=".\response_system.cpp"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".\response_types_marshal.cpp"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".\responserules_cli.cpp"
  255. >
  256. <FileConfiguration
  257. Name="Debug|Win32"
  258. >
  259. <Tool
  260. Name="VCCLCompilerTool"
  261. UsePrecompiledHeader="2"
  262. />
  263. </FileConfiguration>
  264. </File>
  265. <File
  266. RelativePath=".\Stdafx.cpp"
  267. >
  268. <FileConfiguration
  269. Name="Debug|Win32"
  270. >
  271. <Tool
  272. Name="VCCLCompilerTool"
  273. UsePrecompiledHeader="1"
  274. />
  275. </FileConfiguration>
  276. <FileConfiguration
  277. Name="Release|Win32"
  278. >
  279. <Tool
  280. Name="VCCLCompilerTool"
  281. UsePrecompiledHeader="1"
  282. />
  283. </FileConfiguration>
  284. </File>
  285. <File
  286. RelativePath=".\utlcontainer_cli.cpp"
  287. >
  288. </File>
  289. <Filter
  290. Name="public"
  291. >
  292. <File
  293. RelativePath="..\..\public\filesystem_helpers.cpp"
  294. >
  295. <FileConfiguration
  296. Name="Debug|Win32"
  297. >
  298. <Tool
  299. Name="VCCLCompilerTool"
  300. AdditionalOptions="/U &quot;_UNICODE&quot; /U &quot;UNICODE&quot;"
  301. UsePrecompiledHeader="0"
  302. CompileAsManaged="0"
  303. />
  304. </FileConfiguration>
  305. <FileConfiguration
  306. Name="Release|Win32"
  307. >
  308. <Tool
  309. Name="VCCLCompilerTool"
  310. AdditionalOptions="/U &quot;_UNICODE&quot; /U &quot;UNICODE&quot;"
  311. UsePrecompiledHeader="0"
  312. CompileAsManaged="0"
  313. />
  314. </FileConfiguration>
  315. </File>
  316. <File
  317. RelativePath="..\..\public\filesystem_init.cpp"
  318. >
  319. <FileConfiguration
  320. Name="Debug|Win32"
  321. >
  322. <Tool
  323. Name="VCCLCompilerTool"
  324. AdditionalOptions="/U &quot;_UNICODE&quot; /U &quot;UNICODE&quot;"
  325. UsePrecompiledHeader="0"
  326. CompileAsManaged="0"
  327. />
  328. </FileConfiguration>
  329. <FileConfiguration
  330. Name="Release|Win32"
  331. >
  332. <Tool
  333. Name="VCCLCompilerTool"
  334. AdditionalOptions="/U &quot;_UNICODE&quot; /U &quot;UNICODE&quot;"
  335. UsePrecompiledHeader="0"
  336. CompileAsManaged="0"
  337. />
  338. </FileConfiguration>
  339. </File>
  340. <File
  341. RelativePath="..\..\utils\common\filesystem_tools.cpp"
  342. >
  343. <FileConfiguration
  344. Name="Debug|Win32"
  345. >
  346. <Tool
  347. Name="VCCLCompilerTool"
  348. AdditionalOptions="/U &quot;_UNICODE&quot; /U &quot;UNICODE&quot;"
  349. UsePrecompiledHeader="0"
  350. CompileAsManaged="0"
  351. />
  352. </FileConfiguration>
  353. <FileConfiguration
  354. Name="Release|Win32"
  355. >
  356. <Tool
  357. Name="VCCLCompilerTool"
  358. AdditionalOptions="/U &quot;_UNICODE&quot; /U &quot;UNICODE&quot;"
  359. UsePrecompiledHeader="0"
  360. CompileAsManaged="0"
  361. />
  362. </FileConfiguration>
  363. </File>
  364. </Filter>
  365. </Filter>
  366. <Filter
  367. Name="Header Files"
  368. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  369. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  370. >
  371. <File
  372. RelativePath=".\cli_appsystem_adapter.h"
  373. >
  374. </File>
  375. <File
  376. RelativePath=".\cli_appsystem_thunk.h"
  377. >
  378. </File>
  379. <File
  380. RelativePath=".\cli_appsystem_unmanaged_wrapper.h"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".\resource.h"
  385. >
  386. </File>
  387. <File
  388. RelativePath="..\..\public\responserules\response_host_interface.h"
  389. >
  390. </File>
  391. <File
  392. RelativePath=".\response_system.h"
  393. >
  394. </File>
  395. <File
  396. RelativePath="..\..\public\responserules\response_types.h"
  397. >
  398. </File>
  399. <File
  400. RelativePath=".\response_types_marshal.h"
  401. >
  402. </File>
  403. <File
  404. RelativePath=".\response_types_marshal_wrappers.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath=".\responserules_cli.h"
  409. >
  410. </File>
  411. <File
  412. RelativePath="..\..\public\responserules\rr_speechconcept.h"
  413. >
  414. </File>
  415. <File
  416. RelativePath=".\Stdafx.h"
  417. >
  418. </File>
  419. <File
  420. RelativePath=".\utlcontainer_cli.h"
  421. >
  422. </File>
  423. </Filter>
  424. <Filter
  425. Name="Resource Files"
  426. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  427. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  428. >
  429. <File
  430. RelativePath=".\app.ico"
  431. >
  432. </File>
  433. <File
  434. RelativePath=".\app.rc"
  435. >
  436. </File>
  437. </Filter>
  438. <File
  439. RelativePath=".\ReadMe.txt"
  440. >
  441. </File>
  442. </Files>
  443. <Globals>
  444. </Globals>
  445. </VisualStudioProject>