hlbsp.vcproj 15 KB

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