ripent.vcproj 15 KB

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