Team Fortress 2 Source Code as on 22/4/2020
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.

497 lines
12 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="makexvcd"
  6. ProjectGUID="{36C1181C-9B10-48CB-956A-059A284C9F8B}"
  7. RootNamespace="makexvcd"
  8. Keyword="Win32Proj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory="Debug"
  17. IntermediateDirectory="Debug"
  18. ConfigurationType="1"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. AdditionalIncludeDirectories="../../../public;../../../public/tier1;../../common;../../../game_shared;./"
  24. PreprocessorDefinitions="MAKEXVCD"
  25. MinimalRebuild="TRUE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="5"
  28. UsePrecompiledHeader="0"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="TRUE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"
  34. CommandLine="if exist ..\..\..\..\game\bin\&quot;$(TargetName)&quot;.exe attrib -r ..\..\..\..\game\bin\&quot;$(TargetName)&quot;.exe
  35. if exist &quot;$(TargetPath)&quot; copy &quot;$(TargetPath)&quot; ..\..\..\..\game\bin
  36. "
  37. Outputs="..\..\..\..\game\bin\$(TargetName).exe"/>
  38. <Tool
  39. Name="VCLinkerTool"
  40. OutputFile="$(OutDir)/makexvcd.exe"
  41. LinkIncremental="2"
  42. IgnoreDefaultLibraryNames="LIBCMT,LIBCMTD"
  43. GenerateDebugInformation="TRUE"
  44. ProgramDatabaseFile="$(OutDir)/makexvcd.pdb"
  45. SubSystem="1"
  46. TargetMachine="1"/>
  47. <Tool
  48. Name="VCMIDLTool"/>
  49. <Tool
  50. Name="VCPostBuildEventTool"/>
  51. <Tool
  52. Name="VCPreBuildEventTool"/>
  53. <Tool
  54. Name="VCPreLinkEventTool"/>
  55. <Tool
  56. Name="VCResourceCompilerTool"/>
  57. <Tool
  58. Name="VCWebServiceProxyGeneratorTool"/>
  59. <Tool
  60. Name="VCXMLDataGeneratorTool"/>
  61. <Tool
  62. Name="VCWebDeploymentTool"/>
  63. <Tool
  64. Name="VCManagedWrapperGeneratorTool"/>
  65. <Tool
  66. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  67. </Configuration>
  68. <Configuration
  69. Name="Release|Win32"
  70. OutputDirectory="Release"
  71. IntermediateDirectory="Release"
  72. ConfigurationType="1"
  73. CharacterSet="2">
  74. <Tool
  75. Name="VCCLCompilerTool"
  76. AdditionalIncludeDirectories="../../../public;../../../public/tier1;../../common;../../../game_shared;./"
  77. PreprocessorDefinitions="MAKEXVCD"
  78. RuntimeLibrary="4"
  79. UsePrecompiledHeader="0"
  80. WarningLevel="3"
  81. Detect64BitPortabilityProblems="TRUE"
  82. DebugInformationFormat="3"/>
  83. <Tool
  84. Name="VCCustomBuildTool"
  85. CommandLine="if exist ..\..\..\..\game\bin\&quot;$(TargetName)&quot;.exe attrib -r ..\..\..\..\game\bin\&quot;$(TargetName)&quot;.exe
  86. if exist &quot;$(TargetPath)&quot; copy &quot;$(TargetPath)&quot; ..\..\..\..\game\bin
  87. "
  88. Outputs="..\..\..\..\game\bin\$(TargetName).exe"/>
  89. <Tool
  90. Name="VCLinkerTool"
  91. OutputFile="$(OutDir)/makexvcd.exe"
  92. LinkIncremental="1"
  93. IgnoreDefaultLibraryNames="LIBCMT,LIBCMTD"
  94. GenerateDebugInformation="TRUE"
  95. SubSystem="1"
  96. OptimizeReferences="2"
  97. EnableCOMDATFolding="2"
  98. TargetMachine="1"/>
  99. <Tool
  100. Name="VCMIDLTool"/>
  101. <Tool
  102. Name="VCPostBuildEventTool"/>
  103. <Tool
  104. Name="VCPreBuildEventTool"/>
  105. <Tool
  106. Name="VCPreLinkEventTool"/>
  107. <Tool
  108. Name="VCResourceCompilerTool"/>
  109. <Tool
  110. Name="VCWebServiceProxyGeneratorTool"/>
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"/>
  113. <Tool
  114. Name="VCWebDeploymentTool"/>
  115. <Tool
  116. Name="VCManagedWrapperGeneratorTool"/>
  117. <Tool
  118. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  119. </Configuration>
  120. </Configurations>
  121. <References>
  122. </References>
  123. <Files>
  124. <Filter
  125. Name="Source Files"
  126. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  127. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  128. <File
  129. RelativePath=".\makexvcd.cpp">
  130. <FileConfiguration
  131. Name="Debug|Win32">
  132. <Tool
  133. Name="VCCLCompilerTool"
  134. UsePrecompiledHeader="0"/>
  135. </FileConfiguration>
  136. <FileConfiguration
  137. Name="Release|Win32">
  138. <Tool
  139. Name="VCCLCompilerTool"
  140. UsePrecompiledHeader="0"/>
  141. </FileConfiguration>
  142. </File>
  143. </Filter>
  144. <Filter
  145. Name="Header Files"
  146. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  147. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  148. <File
  149. RelativePath=".\cbase.h">
  150. </File>
  151. </Filter>
  152. <Filter
  153. Name="Resource Files"
  154. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  155. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  156. </Filter>
  157. <Filter
  158. Name="Shared Code"
  159. Filter="">
  160. <File
  161. RelativePath="..\..\..\game_shared\activitylist.cpp">
  162. <FileConfiguration
  163. Name="Debug|Win32">
  164. <Tool
  165. Name="VCCLCompilerTool"
  166. UsePrecompiledHeader="0"/>
  167. </FileConfiguration>
  168. <FileConfiguration
  169. Name="Release|Win32">
  170. <Tool
  171. Name="VCCLCompilerTool"
  172. UsePrecompiledHeader="0"/>
  173. </FileConfiguration>
  174. </File>
  175. <File
  176. RelativePath="..\..\..\game_shared\activitylist.h">
  177. </File>
  178. <File
  179. RelativePath="..\..\..\game_shared\animation.cpp">
  180. <FileConfiguration
  181. Name="Debug|Win32">
  182. <Tool
  183. Name="VCCLCompilerTool"
  184. UsePrecompiledHeader="0"/>
  185. </FileConfiguration>
  186. <FileConfiguration
  187. Name="Release|Win32">
  188. <Tool
  189. Name="VCCLCompilerTool"
  190. UsePrecompiledHeader="0"/>
  191. </FileConfiguration>
  192. </File>
  193. <File
  194. RelativePath="..\..\..\game_shared\animation.h">
  195. </File>
  196. <File
  197. RelativePath="..\..\..\public\tier1\checksum_crc.h">
  198. </File>
  199. <File
  200. RelativePath="..\..\..\game_shared\choreoactor.cpp">
  201. <FileConfiguration
  202. Name="Debug|Win32">
  203. <Tool
  204. Name="VCCLCompilerTool"
  205. UsePrecompiledHeader="0"/>
  206. </FileConfiguration>
  207. <FileConfiguration
  208. Name="Release|Win32">
  209. <Tool
  210. Name="VCCLCompilerTool"
  211. UsePrecompiledHeader="0"/>
  212. </FileConfiguration>
  213. </File>
  214. <File
  215. RelativePath="..\..\..\game_shared\choreoactor.h">
  216. </File>
  217. <File
  218. RelativePath="..\..\..\game_shared\choreochannel.cpp">
  219. <FileConfiguration
  220. Name="Debug|Win32">
  221. <Tool
  222. Name="VCCLCompilerTool"
  223. UsePrecompiledHeader="0"/>
  224. </FileConfiguration>
  225. <FileConfiguration
  226. Name="Release|Win32">
  227. <Tool
  228. Name="VCCLCompilerTool"
  229. UsePrecompiledHeader="0"/>
  230. </FileConfiguration>
  231. </File>
  232. <File
  233. RelativePath="..\..\..\game_shared\choreochannel.h">
  234. </File>
  235. <File
  236. RelativePath="..\..\..\game_shared\choreoevent.cpp">
  237. <FileConfiguration
  238. Name="Debug|Win32">
  239. <Tool
  240. Name="VCCLCompilerTool"
  241. UsePrecompiledHeader="0"/>
  242. </FileConfiguration>
  243. <FileConfiguration
  244. Name="Release|Win32">
  245. <Tool
  246. Name="VCCLCompilerTool"
  247. UsePrecompiledHeader="0"/>
  248. </FileConfiguration>
  249. </File>
  250. <File
  251. RelativePath="..\..\..\game_shared\choreoevent.h">
  252. </File>
  253. <File
  254. RelativePath="..\..\..\game_shared\choreoscene.cpp">
  255. <FileConfiguration
  256. Name="Debug|Win32">
  257. <Tool
  258. Name="VCCLCompilerTool"
  259. UsePrecompiledHeader="0"/>
  260. </FileConfiguration>
  261. <FileConfiguration
  262. Name="Release|Win32">
  263. <Tool
  264. Name="VCCLCompilerTool"
  265. UsePrecompiledHeader="0"/>
  266. </FileConfiguration>
  267. </File>
  268. <File
  269. RelativePath="..\..\..\game_shared\choreoscene.h">
  270. </File>
  271. <File
  272. RelativePath="..\..\common\cmdlib.cpp">
  273. <FileConfiguration
  274. Name="Debug|Win32">
  275. <Tool
  276. Name="VCCLCompilerTool"
  277. UsePrecompiledHeader="0"/>
  278. </FileConfiguration>
  279. <FileConfiguration
  280. Name="Release|Win32">
  281. <Tool
  282. Name="VCCLCompilerTool"
  283. UsePrecompiledHeader="0"/>
  284. </FileConfiguration>
  285. </File>
  286. <File
  287. RelativePath="..\..\common\cmdlib.h">
  288. </File>
  289. <File
  290. RelativePath="..\..\..\game_shared\eventlist.cpp">
  291. <FileConfiguration
  292. Name="Debug|Win32">
  293. <Tool
  294. Name="VCCLCompilerTool"
  295. UsePrecompiledHeader="0"/>
  296. </FileConfiguration>
  297. <FileConfiguration
  298. Name="Release|Win32">
  299. <Tool
  300. Name="VCCLCompilerTool"
  301. UsePrecompiledHeader="0"/>
  302. </FileConfiguration>
  303. </File>
  304. <File
  305. RelativePath="..\..\..\game_shared\eventlist.h">
  306. </File>
  307. <File
  308. RelativePath="..\..\..\public\filesystem_helpers.cpp">
  309. <FileConfiguration
  310. Name="Debug|Win32">
  311. <Tool
  312. Name="VCCLCompilerTool"
  313. UsePrecompiledHeader="0"/>
  314. </FileConfiguration>
  315. <FileConfiguration
  316. Name="Release|Win32">
  317. <Tool
  318. Name="VCCLCompilerTool"
  319. UsePrecompiledHeader="0"/>
  320. </FileConfiguration>
  321. </File>
  322. <File
  323. RelativePath="..\..\..\public\filesystem_helpers.h">
  324. </File>
  325. <File
  326. RelativePath="..\..\..\public\filesystem_init.cpp">
  327. <FileConfiguration
  328. Name="Debug|Win32">
  329. <Tool
  330. Name="VCCLCompilerTool"
  331. UsePrecompiledHeader="0"/>
  332. </FileConfiguration>
  333. <FileConfiguration
  334. Name="Release|Win32">
  335. <Tool
  336. Name="VCCLCompilerTool"
  337. UsePrecompiledHeader="0"/>
  338. </FileConfiguration>
  339. </File>
  340. <File
  341. RelativePath="..\..\..\public\filesystem_init.h">
  342. </File>
  343. <File
  344. RelativePath="..\..\common\filesystem_tools.cpp">
  345. <FileConfiguration
  346. Name="Debug|Win32">
  347. <Tool
  348. Name="VCCLCompilerTool"
  349. UsePrecompiledHeader="0"/>
  350. </FileConfiguration>
  351. <FileConfiguration
  352. Name="Release|Win32">
  353. <Tool
  354. Name="VCCLCompilerTool"
  355. UsePrecompiledHeader="0"/>
  356. </FileConfiguration>
  357. </File>
  358. <File
  359. RelativePath="..\..\common\filesystem_tools.h">
  360. </File>
  361. <File
  362. RelativePath="..\..\..\public\interpolatortypes.cpp">
  363. </File>
  364. <File
  365. RelativePath="..\..\..\public\interpolatortypes.h">
  366. </File>
  367. <File
  368. RelativePath="..\..\..\public\mathlib\mathlib.h">
  369. </File>
  370. <File
  371. RelativePath="..\..\..\game_shared\ModelSoundsCache.cpp">
  372. <FileConfiguration
  373. Name="Debug|Win32">
  374. <Tool
  375. Name="VCCLCompilerTool"
  376. UsePrecompiledHeader="0"/>
  377. </FileConfiguration>
  378. <FileConfiguration
  379. Name="Release|Win32">
  380. <Tool
  381. Name="VCCLCompilerTool"
  382. UsePrecompiledHeader="0"/>
  383. </FileConfiguration>
  384. </File>
  385. <File
  386. RelativePath="..\..\..\game_shared\ModelSoundsCache.h">
  387. </File>
  388. <File
  389. RelativePath="..\..\common\pacifier.cpp">
  390. <FileConfiguration
  391. Name="Debug|Win32">
  392. <Tool
  393. Name="VCCLCompilerTool"
  394. UsePrecompiledHeader="0"/>
  395. </FileConfiguration>
  396. <FileConfiguration
  397. Name="Release|Win32">
  398. <Tool
  399. Name="VCCLCompilerTool"
  400. UsePrecompiledHeader="0"/>
  401. </FileConfiguration>
  402. </File>
  403. <File
  404. RelativePath="..\..\common\pacifier.h">
  405. </File>
  406. <File
  407. RelativePath="..\..\..\game_shared\SceneCache.cpp">
  408. <FileConfiguration
  409. Name="Debug|Win32">
  410. <Tool
  411. Name="VCCLCompilerTool"
  412. UsePrecompiledHeader="0"/>
  413. </FileConfiguration>
  414. <FileConfiguration
  415. Name="Release|Win32">
  416. <Tool
  417. Name="VCCLCompilerTool"
  418. UsePrecompiledHeader="0"/>
  419. </FileConfiguration>
  420. </File>
  421. <File
  422. RelativePath="..\..\..\game_shared\SceneCache.h">
  423. </File>
  424. <File
  425. RelativePath="..\..\common\scriplib.cpp">
  426. <FileConfiguration
  427. Name="Debug|Win32">
  428. <Tool
  429. Name="VCCLCompilerTool"
  430. UsePrecompiledHeader="0"/>
  431. </FileConfiguration>
  432. <FileConfiguration
  433. Name="Release|Win32">
  434. <Tool
  435. Name="VCCLCompilerTool"
  436. UsePrecompiledHeader="0"/>
  437. </FileConfiguration>
  438. </File>
  439. <File
  440. RelativePath="..\..\common\scriplib.h">
  441. </File>
  442. <File
  443. RelativePath="..\..\..\public\stringregistry.cpp">
  444. <FileConfiguration
  445. Name="Debug|Win32">
  446. <Tool
  447. Name="VCCLCompilerTool"
  448. UsePrecompiledHeader="0"/>
  449. </FileConfiguration>
  450. <FileConfiguration
  451. Name="Release|Win32">
  452. <Tool
  453. Name="VCCLCompilerTool"
  454. UsePrecompiledHeader="0"/>
  455. </FileConfiguration>
  456. </File>
  457. <File
  458. RelativePath="..\..\..\public\stringregistry.h">
  459. </File>
  460. <File
  461. RelativePath="..\..\..\public\studio.cpp">
  462. <FileConfiguration
  463. Name="Debug|Win32">
  464. <Tool
  465. Name="VCCLCompilerTool"
  466. UsePrecompiledHeader="0"/>
  467. </FileConfiguration>
  468. <FileConfiguration
  469. Name="Release|Win32">
  470. <Tool
  471. Name="VCCLCompilerTool"
  472. UsePrecompiledHeader="0"/>
  473. </FileConfiguration>
  474. </File>
  475. </Filter>
  476. <File
  477. RelativePath="..\..\..\lib\public\appframework.lib">
  478. </File>
  479. <File
  480. RelativePath="..\..\..\lib\public\mathlib.lib">
  481. </File>
  482. <File
  483. RelativePath="..\..\..\lib\public\tier0.lib">
  484. </File>
  485. <File
  486. RelativePath="..\..\..\lib\public\tier1.lib">
  487. </File>
  488. <File
  489. RelativePath="..\..\..\lib\public\tier2.lib">
  490. </File>
  491. <File
  492. RelativePath="..\..\..\lib\public\vstdlib.lib">
  493. </File>
  494. </Files>
  495. <Globals>
  496. </Globals>
  497. </VisualStudioProject>