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.

544 lines
11 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="tfstats"
  6. ProjectGUID="{788661BA-0DB4-4B3C-8C5C-9D216CB53CDB}"
  7. SccProjectName=""
  8. SccLocalPath="">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Release|Win32"
  16. OutputDirectory=".\Release"
  17. IntermediateDirectory=".\Release"
  18. ConfigurationType="1"
  19. UseOfMFC="0"
  20. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21. CharacterSet="2">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. Optimization="1"
  25. InlineFunctionExpansion="1"
  26. AdditionalIncludeDirectories="regexp\include"
  27. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  28. StringPooling="TRUE"
  29. RuntimeLibrary="4"
  30. EnableFunctionLevelLinking="TRUE"
  31. UsePrecompiledHeader="2"
  32. PrecompiledHeaderFile=".\Release/tfstats.pch"
  33. AssemblerListingLocation=".\Release/"
  34. ObjectFile=".\Release/"
  35. ProgramDataBaseFileName=".\Release/"
  36. BrowseInformation="1"
  37. WarningLevel="3"
  38. SuppressStartupBanner="TRUE"
  39. CompileAs="0"/>
  40. <Tool
  41. Name="VCCustomBuildTool"
  42. Description="copying $(InputPath) to $(ProjectDir)"
  43. CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)&quot;
  44. "
  45. Outputs="$(ProjectDir)$(TargetName)"/>
  46. <Tool
  47. Name="VCLinkerTool"
  48. OutputFile="Release/tfstatsRT.exe"
  49. LinkIncremental="1"
  50. SuppressStartupBanner="TRUE"
  51. AdditionalLibraryDirectories="regexp\lib"
  52. ProgramDatabaseFile=".\Release/tfstatsRT.pdb"
  53. SubSystem="1"
  54. TargetMachine="1"/>
  55. <Tool
  56. Name="VCMIDLTool"
  57. TypeLibraryName=".\Release/tfstats.tlb"
  58. HeaderFileName=""/>
  59. <Tool
  60. Name="VCPostBuildEventTool"/>
  61. <Tool
  62. Name="VCPreBuildEventTool"/>
  63. <Tool
  64. Name="VCPreLinkEventTool"/>
  65. <Tool
  66. Name="VCResourceCompilerTool"
  67. PreprocessorDefinitions="NDEBUG"
  68. Culture="1033"/>
  69. <Tool
  70. Name="VCWebServiceProxyGeneratorTool"/>
  71. <Tool
  72. Name="VCXMLDataGeneratorTool"/>
  73. <Tool
  74. Name="VCWebDeploymentTool"/>
  75. <Tool
  76. Name="VCManagedWrapperGeneratorTool"/>
  77. <Tool
  78. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  79. </Configuration>
  80. <Configuration
  81. Name="Debug|Win32"
  82. OutputDirectory=".\Debug"
  83. IntermediateDirectory=".\Debug"
  84. ConfigurationType="1"
  85. UseOfMFC="0"
  86. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  87. CharacterSet="2">
  88. <Tool
  89. Name="VCCLCompilerTool"
  90. Optimization="0"
  91. AdditionalIncludeDirectories="regexp\include"
  92. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  93. BasicRuntimeChecks="3"
  94. RuntimeLibrary="5"
  95. UsePrecompiledHeader="2"
  96. PrecompiledHeaderFile=".\Debug/tfstats.pch"
  97. AssemblerListingLocation=".\Debug/"
  98. ObjectFile=".\Debug/"
  99. ProgramDataBaseFileName=".\Debug/"
  100. BrowseInformation="1"
  101. WarningLevel="3"
  102. SuppressStartupBanner="TRUE"
  103. DebugInformationFormat="4"
  104. CompileAs="0"/>
  105. <Tool
  106. Name="VCCustomBuildTool"/>
  107. <Tool
  108. Name="VCLinkerTool"
  109. OutputFile="Debug/tfstatsRT.exe"
  110. LinkIncremental="1"
  111. SuppressStartupBanner="TRUE"
  112. AdditionalLibraryDirectories="regexp\lib"
  113. GenerateDebugInformation="TRUE"
  114. ProgramDatabaseFile=".\Debug/tfstatsRT.pdb"
  115. SubSystem="1"
  116. TargetMachine="1"/>
  117. <Tool
  118. Name="VCMIDLTool"
  119. TypeLibraryName=".\Debug/tfstats.tlb"
  120. HeaderFileName=""/>
  121. <Tool
  122. Name="VCPostBuildEventTool"/>
  123. <Tool
  124. Name="VCPreBuildEventTool"/>
  125. <Tool
  126. Name="VCPreLinkEventTool"/>
  127. <Tool
  128. Name="VCResourceCompilerTool"
  129. PreprocessorDefinitions="_DEBUG"
  130. Culture="1033"/>
  131. <Tool
  132. Name="VCWebServiceProxyGeneratorTool"/>
  133. <Tool
  134. Name="VCXMLDataGeneratorTool"/>
  135. <Tool
  136. Name="VCWebDeploymentTool"/>
  137. <Tool
  138. Name="VCManagedWrapperGeneratorTool"/>
  139. <Tool
  140. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  141. </Configuration>
  142. </Configurations>
  143. <References>
  144. </References>
  145. <Files>
  146. <Filter
  147. Name="Parsing"
  148. Filter="">
  149. <Filter
  150. Name="Parsing Source"
  151. Filter="">
  152. <File
  153. RelativePath="Argument.cpp">
  154. </File>
  155. <File
  156. RelativePath="EventList.cpp">
  157. </File>
  158. <File
  159. RelativePath="LogEvent.cpp">
  160. </File>
  161. <File
  162. RelativePath="LogEventIOStreams.cpp">
  163. </File>
  164. </Filter>
  165. <Filter
  166. Name="Parsing Headers"
  167. Filter="">
  168. <File
  169. RelativePath="Argument.h">
  170. </File>
  171. <File
  172. RelativePath="EventList.h">
  173. </File>
  174. <File
  175. RelativePath="LogEvent.h">
  176. </File>
  177. </Filter>
  178. <Filter
  179. Name="Reports"
  180. Filter="">
  181. <File
  182. RelativePath="Report.cpp">
  183. </File>
  184. <File
  185. RelativePath="report.h">
  186. </File>
  187. <Filter
  188. Name="Awards"
  189. Filter="">
  190. <File
  191. RelativePath="Award.cpp">
  192. </File>
  193. <File
  194. RelativePath="Award.h">
  195. </File>
  196. <File
  197. RelativePath="awards.h">
  198. </File>
  199. <Filter
  200. Name="Award Source"
  201. Filter="">
  202. <File
  203. RelativePath="CureAward.cpp">
  204. </File>
  205. <File
  206. RelativePath="KamikazeAward.cpp">
  207. </File>
  208. <File
  209. RelativePath="SentryRebuildAward.cpp">
  210. </File>
  211. <File
  212. RelativePath="SharpshooterAward.cpp">
  213. </File>
  214. <File
  215. RelativePath="SurvivalistAward.cpp">
  216. </File>
  217. <File
  218. RelativePath="TalkativeAward.cpp">
  219. </File>
  220. <File
  221. RelativePath="TeamKillAward.cpp">
  222. </File>
  223. <File
  224. RelativePath="WeaponAwards.cpp">
  225. </File>
  226. </Filter>
  227. <Filter
  228. Name="Award Headers"
  229. Filter="">
  230. <File
  231. RelativePath="CureAward.h">
  232. </File>
  233. <File
  234. RelativePath="KamikazeAward.h">
  235. </File>
  236. <File
  237. RelativePath="SentryRebuildAward.h">
  238. </File>
  239. <File
  240. RelativePath="SharpshooterAward.h">
  241. </File>
  242. <File
  243. RelativePath="SurvivalistAward.h">
  244. </File>
  245. <File
  246. RelativePath="TalkativeAward.h">
  247. </File>
  248. <File
  249. RelativePath="TeamKillAward.h">
  250. </File>
  251. <File
  252. RelativePath="WeaponAwards.h">
  253. </File>
  254. </Filter>
  255. <Filter
  256. Name="CustomAwards"
  257. Filter="">
  258. <File
  259. RelativePath="CustomAward.cpp">
  260. </File>
  261. <File
  262. RelativePath="CustomAward.h">
  263. </File>
  264. <File
  265. RelativePath="CustomAwardList.cpp">
  266. </File>
  267. <File
  268. RelativePath="CustomAwardList.h">
  269. </File>
  270. <File
  271. RelativePath="CustomAwardTriggers.cpp">
  272. </File>
  273. <File
  274. RelativePath="CustomAwardTriggers.h">
  275. </File>
  276. </Filter>
  277. </Filter>
  278. <Filter
  279. Name="Report Source"
  280. Filter="">
  281. <File
  282. RelativePath="AllPlayersStats.cpp">
  283. </File>
  284. <File
  285. RelativePath="CVars.cpp">
  286. </File>
  287. <File
  288. RelativePath="DialogueReadout.cpp">
  289. </File>
  290. <File
  291. RelativePath="MatchResults.cpp">
  292. </File>
  293. <File
  294. RelativePath="PlayerReport.cpp">
  295. </File>
  296. <File
  297. RelativePath="PlayerSpecifics.cpp">
  298. </File>
  299. <File
  300. RelativePath="scoreboard.cpp">
  301. </File>
  302. <File
  303. RelativePath="WhoKilledWho.cpp">
  304. </File>
  305. </Filter>
  306. <Filter
  307. Name="Report Headers"
  308. Filter="">
  309. <File
  310. RelativePath="AllPlayersStats.h">
  311. </File>
  312. <File
  313. RelativePath="Cvars.h">
  314. </File>
  315. <File
  316. RelativePath="DialogueReadout.h">
  317. </File>
  318. <File
  319. RelativePath="MatchResults.h">
  320. </File>
  321. <File
  322. RelativePath="PlayerReport.h">
  323. </File>
  324. <File
  325. RelativePath="PlayerSpecifics.h">
  326. </File>
  327. <File
  328. RelativePath="scoreboard.h">
  329. </File>
  330. <File
  331. RelativePath="WhoKilledWho.h">
  332. </File>
  333. </Filter>
  334. </Filter>
  335. </Filter>
  336. <Filter
  337. Name="Logfiles"
  338. Filter="">
  339. <File
  340. RelativePath="testsuite\testlog1.txt">
  341. </File>
  342. <File
  343. RelativePath="testsuite\testlog10.txt">
  344. </File>
  345. <File
  346. RelativePath="testsuite\testlog11.txt">
  347. </File>
  348. <File
  349. RelativePath="testsuite\testlog12.txt">
  350. </File>
  351. <File
  352. RelativePath="testsuite\testlog13.txt">
  353. </File>
  354. <File
  355. RelativePath="testsuite\testlog14.txt">
  356. </File>
  357. <File
  358. RelativePath="testsuite\testlog15.txt">
  359. </File>
  360. <File
  361. RelativePath="testsuite\testlog16.txt">
  362. </File>
  363. <File
  364. RelativePath="testsuite\testlog2.txt">
  365. </File>
  366. <File
  367. RelativePath="testsuite\testlog3.txt">
  368. </File>
  369. <File
  370. RelativePath="testsuite\testlog4.txt">
  371. </File>
  372. <File
  373. RelativePath="testsuite\testlog5.txt">
  374. </File>
  375. <File
  376. RelativePath="testsuite\testlog50.txt">
  377. </File>
  378. <File
  379. RelativePath="testsuite\testlog51.txt">
  380. </File>
  381. <File
  382. RelativePath="testsuite\testlog52.txt">
  383. </File>
  384. <File
  385. RelativePath="testsuite\testlog53.txt">
  386. </File>
  387. <File
  388. RelativePath="testsuite\testlog54.txt">
  389. </File>
  390. <File
  391. RelativePath="testsuite\testlog55.txt">
  392. </File>
  393. <File
  394. RelativePath="testsuite\testlog56.txt">
  395. </File>
  396. <File
  397. RelativePath="testsuite\testlog57.txt">
  398. </File>
  399. <File
  400. RelativePath="testsuite\testlog58.txt">
  401. </File>
  402. <File
  403. RelativePath="testsuite\testlog59.txt">
  404. </File>
  405. <File
  406. RelativePath="testsuite\testlog6.txt">
  407. </File>
  408. <File
  409. RelativePath="testsuite\testlog60.txt">
  410. </File>
  411. <File
  412. RelativePath="testsuite\testlog7.txt">
  413. </File>
  414. <File
  415. RelativePath="testsuite\testlog8.txt">
  416. </File>
  417. <File
  418. RelativePath="testsuite\testlog9.txt">
  419. </File>
  420. </Filter>
  421. <Filter
  422. Name="Util"
  423. Filter="">
  424. <File
  425. RelativePath="BinaryResource.h">
  426. </File>
  427. <File
  428. RelativePath="binResources.cpp">
  429. </File>
  430. <File
  431. RelativePath="HTML.cpp">
  432. </File>
  433. <File
  434. RelativePath="HTML.h">
  435. </File>
  436. <File
  437. RelativePath="main.cpp">
  438. </File>
  439. <File
  440. RelativePath="memdbg.cpp">
  441. </File>
  442. <File
  443. RelativePath="memdbg.h">
  444. </File>
  445. <File
  446. RelativePath="pid.cpp">
  447. </File>
  448. <File
  449. RelativePath="pid.h">
  450. </File>
  451. <File
  452. RelativePath="StaticOutputFiles.cpp">
  453. </File>
  454. <File
  455. RelativePath="TextFile.cpp">
  456. </File>
  457. <File
  458. RelativePath="TextFile.h">
  459. </File>
  460. <File
  461. RelativePath="TimeIndexedList.h">
  462. </File>
  463. <File
  464. RelativePath="util.cpp">
  465. </File>
  466. <File
  467. RelativePath="util.h">
  468. </File>
  469. </Filter>
  470. <Filter
  471. Name="rule files"
  472. Filter="">
  473. <File
  474. RelativePath="tfc.2fort.rul">
  475. </File>
  476. <File
  477. RelativePath="tfc.cz2.rul">
  478. </File>
  479. <File
  480. RelativePath="tfc.rock2.rul">
  481. </File>
  482. <File
  483. RelativePath="tfc.rul">
  484. </File>
  485. <File
  486. RelativePath="tfc.well.rul">
  487. </File>
  488. </Filter>
  489. <Filter
  490. Name="Documentation"
  491. Filter="">
  492. <File
  493. RelativePath="readme.txt">
  494. </File>
  495. <File
  496. RelativePath="manual\regexp.html">
  497. </File>
  498. <File
  499. RelativePath="manual\TFstats.htm">
  500. </File>
  501. <File
  502. RelativePath="tfstats.txt">
  503. </File>
  504. </Filter>
  505. <File
  506. RelativePath="MatchInfo.cpp">
  507. </File>
  508. <File
  509. RelativePath="MatchInfo.h">
  510. </File>
  511. <File
  512. RelativePath="Player.cpp">
  513. </File>
  514. <File
  515. RelativePath="Player.h">
  516. </File>
  517. <File
  518. RelativePath="PlrPersist.cpp">
  519. </File>
  520. <File
  521. RelativePath="PlrPersist.h">
  522. </File>
  523. <File
  524. RelativePath="TFStatsApplication.cpp">
  525. </File>
  526. <File
  527. RelativePath="TFStatsApplication.h">
  528. </File>
  529. <File
  530. RelativePath="TFStatsOSInterface.cpp">
  531. </File>
  532. <File
  533. RelativePath="TFStatsOSInterface.h">
  534. </File>
  535. <File
  536. RelativePath="TFStatsReport.cpp">
  537. </File>
  538. <File
  539. RelativePath="TFStatsReport.h">
  540. </File>
  541. </Files>
  542. <Globals>
  543. </Globals>
  544. </VisualStudioProject>