hlrad.vcproj 16 KB

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