hlcsg.vcproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="hlcsg"
  6. ProjectGUID="{6A4E6C36-5342-46CF-BB1C-A4FF993AEA3F}"
  7. RootNamespace="hlcsg"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Release|Win32"
  23. OutputDirectory=".\Release"
  24. IntermediateDirectory=".\Release"
  25. ConfigurationType="1"
  26. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  27. UseOfMFC="0"
  28. UseOfATL="0"
  29. ATLMinimizesCRunTimeLibraryUsage="false"
  30. CharacterSet="0"
  31. WholeProgramOptimization="1"
  32. >
  33. <Tool
  34. Name="VCPreBuildEventTool"
  35. />
  36. <Tool
  37. Name="VCCustomBuildTool"
  38. />
  39. <Tool
  40. Name="VCXMLDataGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCWebServiceProxyGeneratorTool"
  44. />
  45. <Tool
  46. Name="VCMIDLTool"
  47. TypeLibraryName=".\Release/hlcsg.tlb"
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. UseUnicodeResponseFiles="false"
  52. Optimization="2"
  53. EnableIntrinsicFunctions="true"
  54. FavorSizeOrSpeed="1"
  55. WholeProgramOptimization="true"
  56. AdditionalIncludeDirectories="D:\Programs\MSPlatformSDKServer2003\Include\atl;..\common;..\template"
  57. PreprocessorDefinitions="NDEBUG,HLCSG,DOUBLEVEC_T,STDC_HEADERS,WIN32,_CONSOLE,SYSTEM_WIN32"
  58. StringPooling="true"
  59. ExceptionHandling="1"
  60. BufferSecurityCheck="false"
  61. EnableFunctionLevelLinking="false"
  62. EnableEnhancedInstructionSet="2"
  63. FloatingPointModel="0"
  64. RuntimeTypeInfo="false"
  65. OpenMP="false"
  66. UsePrecompiledHeader="0"
  67. PrecompiledHeaderFile=".\Release/hlcsg.pch"
  68. AssemblerListingLocation=".\Release/"
  69. ObjectFile=".\Release/"
  70. ProgramDataBaseFileName=".\Release/"
  71. BrowseInformation="1"
  72. WarningLevel="3"
  73. SuppressStartupBanner="true"
  74. CompileAs="0"
  75. />
  76. <Tool
  77. Name="VCManagedResourceCompilerTool"
  78. />
  79. <Tool
  80. Name="VCResourceCompilerTool"
  81. PreprocessorDefinitions="NDEBUG"
  82. Culture="1033"
  83. />
  84. <Tool
  85. Name="VCPreLinkEventTool"
  86. />
  87. <Tool
  88. Name="VCLinkerTool"
  89. AdditionalOptions="/MACHINE:I386"
  90. AdditionalDependencies="binmode.obj"
  91. OutputFile=".\Release/hlcsg.exe"
  92. LinkIncremental="1"
  93. SuppressStartupBanner="true"
  94. ProgramDatabaseFile=".\Release/hlcsg.pdb"
  95. SubSystem="1"
  96. StackReserveSize="4194304"
  97. StackCommitSize="1048576"
  98. OptimizeReferences="2"
  99. EnableCOMDATFolding="2"
  100. OptimizeForWindows98="0"
  101. LinkTimeCodeGeneration="1"
  102. RandomizedBaseAddress="1"
  103. DataExecutionPrevention="0"
  104. TargetMachine="0"
  105. />
  106. <Tool
  107. Name="VCALinkTool"
  108. />
  109. <Tool
  110. Name="VCManifestTool"
  111. />
  112. <Tool
  113. Name="VCXDCMakeTool"
  114. />
  115. <Tool
  116. Name="VCBscMakeTool"
  117. />
  118. <Tool
  119. Name="VCFxCopTool"
  120. />
  121. <Tool
  122. Name="VCAppVerifierTool"
  123. />
  124. <Tool
  125. Name="VCPostBuildEventTool"
  126. />
  127. </Configuration>
  128. <Configuration
  129. Name="Release|x64"
  130. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  131. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  132. ConfigurationType="1"
  133. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  134. UseOfMFC="0"
  135. UseOfATL="0"
  136. ATLMinimizesCRunTimeLibraryUsage="false"
  137. CharacterSet="0"
  138. WholeProgramOptimization="1"
  139. >
  140. <Tool
  141. Name="VCPreBuildEventTool"
  142. />
  143. <Tool
  144. Name="VCCustomBuildTool"
  145. />
  146. <Tool
  147. Name="VCXMLDataGeneratorTool"
  148. />
  149. <Tool
  150. Name="VCWebServiceProxyGeneratorTool"
  151. />
  152. <Tool
  153. Name="VCMIDLTool"
  154. TargetEnvironment="3"
  155. TypeLibraryName=".\Release/hlcsg.tlb"
  156. />
  157. <Tool
  158. Name="VCCLCompilerTool"
  159. UseUnicodeResponseFiles="false"
  160. Optimization="3"
  161. EnableIntrinsicFunctions="true"
  162. FavorSizeOrSpeed="1"
  163. WholeProgramOptimization="true"
  164. AdditionalIncludeDirectories="D:\Programs\MSPlatformSDKServer2003\Include\atl;..\common;..\template"
  165. PreprocessorDefinitions="NDEBUG,HLCSG,DOUBLEVEC_T,STDC_HEADERS,WIN32,_CONSOLE,SYSTEM_WIN32"
  166. StringPooling="true"
  167. RuntimeLibrary="0"
  168. BufferSecurityCheck="false"
  169. EnableFunctionLevelLinking="true"
  170. EnableEnhancedInstructionSet="0"
  171. FloatingPointModel="0"
  172. RuntimeTypeInfo="false"
  173. UsePrecompiledHeader="0"
  174. PrecompiledHeaderFile=".\Release/hlcsg.pch"
  175. AssemblerListingLocation=".\Release/"
  176. ObjectFile=".\Release/"
  177. ProgramDataBaseFileName=".\Release/"
  178. BrowseInformation="1"
  179. WarningLevel="3"
  180. SuppressStartupBanner="true"
  181. Detect64BitPortabilityProblems="false"
  182. CompileAs="0"
  183. />
  184. <Tool
  185. Name="VCManagedResourceCompilerTool"
  186. />
  187. <Tool
  188. Name="VCResourceCompilerTool"
  189. PreprocessorDefinitions="NDEBUG"
  190. Culture="1033"
  191. />
  192. <Tool
  193. Name="VCPreLinkEventTool"
  194. />
  195. <Tool
  196. Name="VCLinkerTool"
  197. AdditionalDependencies="binmode.obj"
  198. OutputFile=".\Release/hlcsg.exe"
  199. LinkIncremental="1"
  200. SuppressStartupBanner="true"
  201. ProgramDatabaseFile=".\Release/hlcsg.pdb"
  202. SubSystem="1"
  203. StackReserveSize="4194304"
  204. StackCommitSize="1048576"
  205. OptimizeReferences="2"
  206. EnableCOMDATFolding="2"
  207. LinkTimeCodeGeneration="1"
  208. TargetMachine="17"
  209. />
  210. <Tool
  211. Name="VCALinkTool"
  212. />
  213. <Tool
  214. Name="VCManifestTool"
  215. />
  216. <Tool
  217. Name="VCXDCMakeTool"
  218. />
  219. <Tool
  220. Name="VCBscMakeTool"
  221. />
  222. <Tool
  223. Name="VCFxCopTool"
  224. />
  225. <Tool
  226. Name="VCAppVerifierTool"
  227. />
  228. <Tool
  229. Name="VCPostBuildEventTool"
  230. />
  231. </Configuration>
  232. <Configuration
  233. Name="Debug|Win32"
  234. OutputDirectory=".\Debug"
  235. IntermediateDirectory=".\Debug"
  236. ConfigurationType="1"
  237. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  238. UseOfMFC="0"
  239. ATLMinimizesCRunTimeLibraryUsage="false"
  240. CharacterSet="2"
  241. >
  242. <Tool
  243. Name="VCPreBuildEventTool"
  244. />
  245. <Tool
  246. Name="VCCustomBuildTool"
  247. />
  248. <Tool
  249. Name="VCXMLDataGeneratorTool"
  250. />
  251. <Tool
  252. Name="VCWebServiceProxyGeneratorTool"
  253. />
  254. <Tool
  255. Name="VCMIDLTool"
  256. TypeLibraryName=".\Debug/hlcsg.tlb"
  257. />
  258. <Tool
  259. Name="VCCLCompilerTool"
  260. Optimization="0"
  261. AdditionalIncludeDirectories="..\template,..\common"
  262. PreprocessorDefinitions="_DEBUG,DOUBLEVEC_T,STDC_HEADERS,WIN32,_CONSOLE,SYSTEM_WIN32,HLCSG"
  263. RuntimeLibrary="3"
  264. UsePrecompiledHeader="0"
  265. PrecompiledHeaderFile=".\Debug/hlcsg.pch"
  266. AssemblerListingLocation=".\Debug/"
  267. ObjectFile=".\Debug/"
  268. ProgramDataBaseFileName=".\Debug/"
  269. BrowseInformation="1"
  270. WarningLevel="3"
  271. SuppressStartupBanner="true"
  272. DebugInformationFormat="3"
  273. CompileAs="0"
  274. />
  275. <Tool
  276. Name="VCManagedResourceCompilerTool"
  277. />
  278. <Tool
  279. Name="VCResourceCompilerTool"
  280. PreprocessorDefinitions="_DEBUG"
  281. Culture="1033"
  282. />
  283. <Tool
  284. Name="VCPreLinkEventTool"
  285. />
  286. <Tool
  287. Name="VCLinkerTool"
  288. AdditionalOptions="/MACHINE:I386"
  289. AdditionalDependencies="binmode.obj"
  290. OutputFile=".\Debug/hlcsg.exe"
  291. LinkIncremental="2"
  292. SuppressStartupBanner="true"
  293. GenerateDebugInformation="true"
  294. ProgramDatabaseFile=".\Debug/hlcsg.pdb"
  295. GenerateMapFile="true"
  296. MapFileName=".\Debug/hlcsg.map"
  297. SubSystem="1"
  298. StackReserveSize="16777216"
  299. StackCommitSize="1048576"
  300. RandomizedBaseAddress="1"
  301. DataExecutionPrevention="0"
  302. />
  303. <Tool
  304. Name="VCALinkTool"
  305. />
  306. <Tool
  307. Name="VCManifestTool"
  308. />
  309. <Tool
  310. Name="VCXDCMakeTool"
  311. />
  312. <Tool
  313. Name="VCBscMakeTool"
  314. />
  315. <Tool
  316. Name="VCFxCopTool"
  317. />
  318. <Tool
  319. Name="VCAppVerifierTool"
  320. />
  321. <Tool
  322. Name="VCPostBuildEventTool"
  323. />
  324. </Configuration>
  325. <Configuration
  326. Name="Debug|x64"
  327. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  328. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  329. ConfigurationType="1"
  330. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  331. UseOfMFC="0"
  332. ATLMinimizesCRunTimeLibraryUsage="false"
  333. CharacterSet="2"
  334. >
  335. <Tool
  336. Name="VCPreBuildEventTool"
  337. />
  338. <Tool
  339. Name="VCCustomBuildTool"
  340. />
  341. <Tool
  342. Name="VCXMLDataGeneratorTool"
  343. />
  344. <Tool
  345. Name="VCWebServiceProxyGeneratorTool"
  346. />
  347. <Tool
  348. Name="VCMIDLTool"
  349. TargetEnvironment="3"
  350. TypeLibraryName=".\Debug/hlcsg.tlb"
  351. />
  352. <Tool
  353. Name="VCCLCompilerTool"
  354. Optimization="0"
  355. AdditionalIncludeDirectories="..\template,..\common"
  356. PreprocessorDefinitions="_DEBUG,DOUBLEVEC_T,STDC_HEADERS,WIN32,_CONSOLE,SYSTEM_WIN32,HLCSG"
  357. RuntimeLibrary="3"
  358. UsePrecompiledHeader="0"
  359. PrecompiledHeaderFile=".\Debug/hlcsg.pch"
  360. AssemblerListingLocation=".\Debug/"
  361. ObjectFile=".\Debug/"
  362. ProgramDataBaseFileName=".\Debug/"
  363. BrowseInformation="1"
  364. WarningLevel="3"
  365. SuppressStartupBanner="true"
  366. DebugInformationFormat="3"
  367. CompileAs="0"
  368. />
  369. <Tool
  370. Name="VCManagedResourceCompilerTool"
  371. />
  372. <Tool
  373. Name="VCResourceCompilerTool"
  374. PreprocessorDefinitions="_DEBUG"
  375. Culture="1033"
  376. />
  377. <Tool
  378. Name="VCPreLinkEventTool"
  379. />
  380. <Tool
  381. Name="VCLinkerTool"
  382. AdditionalOptions="/MACHINE:I386"
  383. AdditionalDependencies="binmode.obj"
  384. OutputFile=".\Debug/hlcsg.exe"
  385. LinkIncremental="2"
  386. SuppressStartupBanner="true"
  387. GenerateDebugInformation="true"
  388. ProgramDatabaseFile=".\Debug/hlcsg.pdb"
  389. GenerateMapFile="true"
  390. MapFileName=".\Debug/hlcsg.map"
  391. SubSystem="1"
  392. StackReserveSize="16777216"
  393. StackCommitSize="1048576"
  394. TargetMachine="17"
  395. />
  396. <Tool
  397. Name="VCALinkTool"
  398. />
  399. <Tool
  400. Name="VCManifestTool"
  401. />
  402. <Tool
  403. Name="VCXDCMakeTool"
  404. />
  405. <Tool
  406. Name="VCBscMakeTool"
  407. />
  408. <Tool
  409. Name="VCFxCopTool"
  410. />
  411. <Tool
  412. Name="VCAppVerifierTool"
  413. />
  414. <Tool
  415. Name="VCPostBuildEventTool"
  416. />
  417. </Configuration>
  418. <Configuration
  419. Name="Release x64|Win32"
  420. OutputDirectory="$(ConfigurationName)"
  421. IntermediateDirectory="$(ConfigurationName)"
  422. ConfigurationType="1"
  423. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  424. UseOfMFC="0"
  425. ATLMinimizesCRunTimeLibraryUsage="false"
  426. CharacterSet="2"
  427. WholeProgramOptimization="1"
  428. >
  429. <Tool
  430. Name="VCPreBuildEventTool"
  431. />
  432. <Tool
  433. Name="VCCustomBuildTool"
  434. />
  435. <Tool
  436. Name="VCXMLDataGeneratorTool"
  437. />
  438. <Tool
  439. Name="VCWebServiceProxyGeneratorTool"
  440. />
  441. <Tool
  442. Name="VCMIDLTool"
  443. TypeLibraryName=".\Release/hlcsg.tlb"
  444. />
  445. <Tool
  446. Name="VCCLCompilerTool"
  447. InlineFunctionExpansion="2"
  448. EnableIntrinsicFunctions="true"
  449. FavorSizeOrSpeed="1"
  450. AdditionalIncludeDirectories="D:\Programs\MSPlatformSDKServer2003\Include\atl;..\common;..\template"
  451. PreprocessorDefinitions="NDEBUG,HLCSG,DOUBLEVEC_T,STDC_HEADERS,WIN32,_CONSOLE,SYSTEM_WIN32"
  452. StringPooling="true"
  453. RuntimeLibrary="2"
  454. EnableFunctionLevelLinking="true"
  455. EnableEnhancedInstructionSet="2"
  456. UsePrecompiledHeader="0"
  457. PrecompiledHeaderFile=".\Release/hlcsg.pch"
  458. AssemblerListingLocation=".\Release/"
  459. ObjectFile=".\Release/"
  460. ProgramDataBaseFileName=".\Release/"
  461. BrowseInformation="1"
  462. WarningLevel="3"
  463. SuppressStartupBanner="true"
  464. Detect64BitPortabilityProblems="false"
  465. CompileAs="0"
  466. />
  467. <Tool
  468. Name="VCManagedResourceCompilerTool"
  469. />
  470. <Tool
  471. Name="VCResourceCompilerTool"
  472. PreprocessorDefinitions="NDEBUG"
  473. Culture="1033"
  474. />
  475. <Tool
  476. Name="VCPreLinkEventTool"
  477. />
  478. <Tool
  479. Name="VCLinkerTool"
  480. AdditionalOptions="/MACHINE:I386"
  481. AdditionalDependencies="binmode.obj"
  482. OutputFile=".\Release/hlcsg.exe"
  483. LinkIncremental="1"
  484. SuppressStartupBanner="true"
  485. ProgramDatabaseFile=".\Release/hlcsg.pdb"
  486. SubSystem="1"
  487. StackReserveSize="4194304"
  488. StackCommitSize="1048576"
  489. OptimizeReferences="2"
  490. EnableCOMDATFolding="2"
  491. OptimizeForWindows98="2"
  492. RandomizedBaseAddress="1"
  493. DataExecutionPrevention="0"
  494. />
  495. <Tool
  496. Name="VCALinkTool"
  497. />
  498. <Tool
  499. Name="VCManifestTool"
  500. />
  501. <Tool
  502. Name="VCXDCMakeTool"
  503. />
  504. <Tool
  505. Name="VCBscMakeTool"
  506. />
  507. <Tool
  508. Name="VCFxCopTool"
  509. />
  510. <Tool
  511. Name="VCAppVerifierTool"
  512. />
  513. <Tool
  514. Name="VCPostBuildEventTool"
  515. />
  516. </Configuration>
  517. <Configuration
  518. Name="Release x64|x64"
  519. ConfigurationType="1"
  520. >
  521. <Tool
  522. Name="VCPreBuildEventTool"
  523. />
  524. <Tool
  525. Name="VCCustomBuildTool"
  526. />
  527. <Tool
  528. Name="VCXMLDataGeneratorTool"
  529. />
  530. <Tool
  531. Name="VCWebServiceProxyGeneratorTool"
  532. />
  533. <Tool
  534. Name="VCMIDLTool"
  535. />
  536. <Tool
  537. Name="VCCLCompilerTool"
  538. />
  539. <Tool
  540. Name="VCManagedResourceCompilerTool"
  541. />
  542. <Tool
  543. Name="VCResourceCompilerTool"
  544. />
  545. <Tool
  546. Name="VCPreLinkEventTool"
  547. />
  548. <Tool
  549. Name="VCLinkerTool"
  550. />
  551. <Tool
  552. Name="VCALinkTool"
  553. />
  554. <Tool
  555. Name="VCManifestTool"
  556. />
  557. <Tool
  558. Name="VCXDCMakeTool"
  559. />
  560. <Tool
  561. Name="VCBscMakeTool"
  562. />
  563. <Tool
  564. Name="VCFxCopTool"
  565. />
  566. <Tool
  567. Name="VCAppVerifierTool"
  568. />
  569. <Tool
  570. Name="VCPostBuildEventTool"
  571. />
  572. </Configuration>
  573. </Configurations>
  574. <References>
  575. </References>
  576. <Files>
  577. <Filter
  578. Name="Source Files"
  579. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
  580. >
  581. <File
  582. RelativePath=".\autowad.cpp"
  583. >
  584. </File>
  585. <File
  586. RelativePath=".\brush.cpp"
  587. >
  588. </File>
  589. <File
  590. RelativePath=".\brushunion.cpp"
  591. >
  592. </File>
  593. <File
  594. RelativePath=".\hullfile.cpp"
  595. >
  596. </File>
  597. <File
  598. RelativePath=".\map.cpp"
  599. >
  600. </File>
  601. <File
  602. RelativePath="properties.cpp"
  603. >
  604. </File>
  605. <File
  606. RelativePath=".\qcsg.cpp"
  607. >
  608. </File>
  609. <File
  610. RelativePath=".\textures.cpp"
  611. >
  612. </File>
  613. <File
  614. RelativePath=".\wadcfg.cpp"
  615. >
  616. </File>
  617. <File
  618. RelativePath=".\wadinclude.cpp"
  619. >
  620. </File>
  621. <File
  622. RelativePath=".\wadpath.cpp"
  623. >
  624. </File>
  625. <Filter
  626. Name="common"
  627. >
  628. <File
  629. RelativePath="..\common\blockmem.cpp"
  630. >
  631. </File>
  632. <File
  633. RelativePath="..\common\bspfile.cpp"
  634. >
  635. </File>
  636. <File
  637. RelativePath="..\common\cmdlib.cpp"
  638. >
  639. </File>
  640. <File
  641. RelativePath="..\common\filelib.cpp"
  642. >
  643. </File>
  644. <File
  645. RelativePath="..\common\files.cpp"
  646. >
  647. </File>
  648. <File
  649. RelativePath="..\common\log.cpp"
  650. >
  651. </File>
  652. <File
  653. RelativePath="..\common\mathlib.cpp"
  654. >
  655. </File>
  656. <File
  657. RelativePath="..\common\messages.cpp"
  658. >
  659. </File>
  660. <File
  661. RelativePath="..\common\threads.cpp"
  662. >
  663. </File>
  664. <File
  665. RelativePath="..\common\winding.cpp"
  666. >
  667. </File>
  668. </Filter>
  669. </Filter>
  670. <Filter
  671. Name="Header Files"
  672. Filter="h;hpp;hxx;hm;inl;fi;fd"
  673. >
  674. <File
  675. RelativePath="..\common\blockmem.h"
  676. >
  677. </File>
  678. <File
  679. RelativePath="..\common\boundingbox.h"
  680. >
  681. </File>
  682. <File
  683. RelativePath="..\common\bspfile.h"
  684. >
  685. </File>
  686. <File
  687. RelativePath="..\common\cmdlib.h"
  688. >
  689. </File>
  690. <File
  691. RelativePath=".\csg.h"
  692. >
  693. </File>
  694. <File
  695. RelativePath="..\common\filelib.h"
  696. >
  697. </File>
  698. <File
  699. RelativePath="..\common\hlassert.h"
  700. >
  701. </File>
  702. <File
  703. RelativePath="..\common\log.h"
  704. >
  705. </File>
  706. <File
  707. RelativePath="..\common\mathlib.h"
  708. >
  709. </File>
  710. <File
  711. RelativePath="..\common\mathtypes.h"
  712. >
  713. </File>
  714. <File
  715. RelativePath="..\common\messages.h"
  716. >
  717. </File>
  718. <File
  719. RelativePath="..\common\scriplib.cpp"
  720. >
  721. </File>
  722. <File
  723. RelativePath="..\common\scriplib.h"
  724. >
  725. </File>
  726. <File
  727. RelativePath="..\common\threads.h"
  728. >
  729. </File>
  730. <File
  731. RelativePath=".\wadpath.h"
  732. >
  733. </File>
  734. <File
  735. RelativePath="..\common\win32fix.h"
  736. >
  737. </File>
  738. <File
  739. RelativePath="..\common\winding.h"
  740. >
  741. </File>
  742. </Filter>
  743. </Files>
  744. <Globals>
  745. </Globals>
  746. </VisualStudioProject>