AGC.vcproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="AGC"
  6. ProjectGUID="{1CBF6569-F71C-422A-81DD-8D30A736DB21}"
  7. SccProjectName=""
  8. SccLocalPath=""
  9. Keyword="MakeFileProj">
  10. <Platforms>
  11. <Platform
  12. Name="Win32"/>
  13. </Platforms>
  14. <Configurations>
  15. <Configuration
  16. Name="ICap|Win32"
  17. OutputDirectory=".\..\..\objs\ICap\AGC"
  18. IntermediateDirectory=".\..\..\objs\ICap\AGC"
  19. ConfigurationType="2"
  20. UseOfMFC="0"
  21. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  22. <Tool
  23. Name="VCCLCompilerTool"
  24. AdditionalIncludeDirectories="..\ZLib;..\Igc;..\Inc;"
  25. RuntimeTypeInfo="TRUE"/>
  26. <Tool
  27. Name="VCCustomBuildTool"/>
  28. <Tool
  29. Name="VCLinkerTool"
  30. AdditionalDependencies="odbc32.lib odbccp32.lib"/>
  31. <Tool
  32. Name="VCMIDLTool"/>
  33. <Tool
  34. Name="VCPostBuildEventTool"/>
  35. <Tool
  36. Name="VCPreBuildEventTool"/>
  37. <Tool
  38. Name="VCPreLinkEventTool"/>
  39. <Tool
  40. Name="VCResourceCompilerTool"/>
  41. <Tool
  42. Name="VCWebServiceProxyGeneratorTool"/>
  43. <Tool
  44. Name="VCXMLDataGeneratorTool"/>
  45. <Tool
  46. Name="VCWebDeploymentTool"/>
  47. <Tool
  48. Name="VCManagedWrapperGeneratorTool"/>
  49. <Tool
  50. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  51. </Configuration>
  52. <Configuration
  53. Name="Retail|Win32"
  54. OutputDirectory=".\..\..\objs\Retail\AGC"
  55. IntermediateDirectory=".\..\..\objs\Retail\AGC"
  56. ConfigurationType="2"
  57. UseOfMFC="0"
  58. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  59. <Tool
  60. Name="VCCLCompilerTool"
  61. AdditionalIncludeDirectories="..\ZLib;..\Igc;..\Inc;"
  62. RuntimeTypeInfo="TRUE"/>
  63. <Tool
  64. Name="VCCustomBuildTool"/>
  65. <Tool
  66. Name="VCLinkerTool"
  67. AdditionalDependencies="odbc32.lib odbccp32.lib"/>
  68. <Tool
  69. Name="VCMIDLTool"/>
  70. <Tool
  71. Name="VCPostBuildEventTool"/>
  72. <Tool
  73. Name="VCPreBuildEventTool"/>
  74. <Tool
  75. Name="VCPreLinkEventTool"/>
  76. <Tool
  77. Name="VCResourceCompilerTool"/>
  78. <Tool
  79. Name="VCWebServiceProxyGeneratorTool"/>
  80. <Tool
  81. Name="VCXMLDataGeneratorTool"/>
  82. <Tool
  83. Name="VCWebDeploymentTool"/>
  84. <Tool
  85. Name="VCManagedWrapperGeneratorTool"/>
  86. <Tool
  87. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  88. </Configuration>
  89. <Configuration
  90. Name="TrueTimeD|Win32"
  91. OutputDirectory=".\..\..\objs\TrueTimeD\AGC"
  92. IntermediateDirectory=".\..\..\objs\TrueTimeD\AGC"
  93. ConfigurationType="2"
  94. UseOfMFC="0"
  95. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  96. <Tool
  97. Name="VCCLCompilerTool"
  98. AdditionalIncludeDirectories="..\ZLib;..\Igc;..\Inc;"
  99. RuntimeTypeInfo="TRUE"/>
  100. <Tool
  101. Name="VCCustomBuildTool"/>
  102. <Tool
  103. Name="VCLinkerTool"
  104. AdditionalDependencies="odbc32.lib odbccp32.lib"/>
  105. <Tool
  106. Name="VCMIDLTool"/>
  107. <Tool
  108. Name="VCPostBuildEventTool"/>
  109. <Tool
  110. Name="VCPreBuildEventTool"/>
  111. <Tool
  112. Name="VCPreLinkEventTool"/>
  113. <Tool
  114. Name="VCResourceCompilerTool"/>
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"/>
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"/>
  119. <Tool
  120. Name="VCWebDeploymentTool"/>
  121. <Tool
  122. Name="VCManagedWrapperGeneratorTool"/>
  123. <Tool
  124. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  125. </Configuration>
  126. <Configuration
  127. Name="Debug|Win32"
  128. OutputDirectory=".\..\..\objs\Debug\AGC"
  129. IntermediateDirectory=".\..\..\objs\Debug\AGC"
  130. ConfigurationType="2"
  131. UseOfMFC="0"
  132. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  133. <Tool
  134. Name="VCCLCompilerTool"
  135. AdditionalIncludeDirectories="..\ZLib;..\Igc;..\Inc;"
  136. PreprocessorDefinitions="_DEBUG"
  137. RuntimeLibrary="3"
  138. RuntimeTypeInfo="TRUE"/>
  139. <Tool
  140. Name="VCCustomBuildTool"/>
  141. <Tool
  142. Name="VCLinkerTool"
  143. AdditionalDependencies="odbc32.lib odbccp32.lib"/>
  144. <Tool
  145. Name="VCMIDLTool"
  146. AdditionalIncludeDirectories=".\..\..\objs\Debug\AGC"/>
  147. <Tool
  148. Name="VCPostBuildEventTool"/>
  149. <Tool
  150. Name="VCPreBuildEventTool"/>
  151. <Tool
  152. Name="VCPreLinkEventTool"/>
  153. <Tool
  154. Name="VCResourceCompilerTool"/>
  155. <Tool
  156. Name="VCWebServiceProxyGeneratorTool"/>
  157. <Tool
  158. Name="VCXMLDataGeneratorTool"/>
  159. <Tool
  160. Name="VCWebDeploymentTool"/>
  161. <Tool
  162. Name="VCManagedWrapperGeneratorTool"/>
  163. <Tool
  164. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  165. </Configuration>
  166. <Configuration
  167. Name="TrueTime|Win32"
  168. OutputDirectory=".\..\..\objs\TrueTime\AGC"
  169. IntermediateDirectory=".\..\..\objs\TrueTime\AGC"
  170. ConfigurationType="2"
  171. UseOfMFC="0"
  172. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  173. <Tool
  174. Name="VCCLCompilerTool"
  175. AdditionalIncludeDirectories="..\ZLib;..\Igc;..\Inc;"
  176. RuntimeTypeInfo="TRUE"/>
  177. <Tool
  178. Name="VCCustomBuildTool"/>
  179. <Tool
  180. Name="VCLinkerTool"
  181. AdditionalDependencies="odbc32.lib odbccp32.lib"/>
  182. <Tool
  183. Name="VCMIDLTool"/>
  184. <Tool
  185. Name="VCPostBuildEventTool"/>
  186. <Tool
  187. Name="VCPreBuildEventTool"/>
  188. <Tool
  189. Name="VCPreLinkEventTool"/>
  190. <Tool
  191. Name="VCResourceCompilerTool"/>
  192. <Tool
  193. Name="VCWebServiceProxyGeneratorTool"/>
  194. <Tool
  195. Name="VCXMLDataGeneratorTool"/>
  196. <Tool
  197. Name="VCWebDeploymentTool"/>
  198. <Tool
  199. Name="VCManagedWrapperGeneratorTool"/>
  200. <Tool
  201. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  202. </Configuration>
  203. <Configuration
  204. Name="BChecker|Win32"
  205. OutputDirectory=".\..\..\objs\BChecker\AGC"
  206. IntermediateDirectory=".\..\..\objs\BChecker\AGC"
  207. ConfigurationType="2"
  208. UseOfMFC="0"
  209. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  210. <Tool
  211. Name="VCCLCompilerTool"
  212. AdditionalIncludeDirectories="..\ZLib;..\Igc;..\Inc;"
  213. RuntimeTypeInfo="TRUE"/>
  214. <Tool
  215. Name="VCCustomBuildTool"/>
  216. <Tool
  217. Name="VCLinkerTool"
  218. AdditionalDependencies="odbc32.lib odbccp32.lib"/>
  219. <Tool
  220. Name="VCMIDLTool"/>
  221. <Tool
  222. Name="VCPostBuildEventTool"/>
  223. <Tool
  224. Name="VCPreBuildEventTool"/>
  225. <Tool
  226. Name="VCPreLinkEventTool"/>
  227. <Tool
  228. Name="VCResourceCompilerTool"/>
  229. <Tool
  230. Name="VCWebServiceProxyGeneratorTool"/>
  231. <Tool
  232. Name="VCXMLDataGeneratorTool"/>
  233. <Tool
  234. Name="VCWebDeploymentTool"/>
  235. <Tool
  236. Name="VCManagedWrapperGeneratorTool"/>
  237. <Tool
  238. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  239. </Configuration>
  240. <Configuration
  241. Name="BCheckerD|Win32"
  242. OutputDirectory=".\..\..\objs\BCheckerD\AGC"
  243. IntermediateDirectory=".\..\..\objs\BCheckerD\AGC"
  244. ConfigurationType="2"
  245. UseOfMFC="0"
  246. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  247. <Tool
  248. Name="VCCLCompilerTool"
  249. AdditionalIncludeDirectories="..\ZLib;..\Igc;..\Inc;"
  250. RuntimeTypeInfo="TRUE"/>
  251. <Tool
  252. Name="VCCustomBuildTool"/>
  253. <Tool
  254. Name="VCLinkerTool"
  255. AdditionalDependencies="odbc32.lib odbccp32.lib"/>
  256. <Tool
  257. Name="VCMIDLTool"/>
  258. <Tool
  259. Name="VCPostBuildEventTool"/>
  260. <Tool
  261. Name="VCPreBuildEventTool"/>
  262. <Tool
  263. Name="VCPreLinkEventTool"/>
  264. <Tool
  265. Name="VCResourceCompilerTool"/>
  266. <Tool
  267. Name="VCWebServiceProxyGeneratorTool"/>
  268. <Tool
  269. Name="VCXMLDataGeneratorTool"/>
  270. <Tool
  271. Name="VCWebDeploymentTool"/>
  272. <Tool
  273. Name="VCManagedWrapperGeneratorTool"/>
  274. <Tool
  275. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  276. </Configuration>
  277. <Configuration
  278. Name="Test|Win32"
  279. OutputDirectory=".\..\..\objs\Test\AGC"
  280. IntermediateDirectory=".\..\..\objs\Test\AGC"
  281. ConfigurationType="2"
  282. UseOfMFC="0"
  283. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  284. <Tool
  285. Name="VCCLCompilerTool"
  286. AdditionalIncludeDirectories="..\ZLib;..\Igc;..\Inc;"
  287. RuntimeTypeInfo="TRUE"/>
  288. <Tool
  289. Name="VCCustomBuildTool"/>
  290. <Tool
  291. Name="VCLinkerTool"
  292. AdditionalDependencies="odbc32.lib odbccp32.lib"/>
  293. <Tool
  294. Name="VCMIDLTool"/>
  295. <Tool
  296. Name="VCPostBuildEventTool"/>
  297. <Tool
  298. Name="VCPreBuildEventTool"/>
  299. <Tool
  300. Name="VCPreLinkEventTool"/>
  301. <Tool
  302. Name="VCResourceCompilerTool"/>
  303. <Tool
  304. Name="VCWebServiceProxyGeneratorTool"/>
  305. <Tool
  306. Name="VCXMLDataGeneratorTool"/>
  307. <Tool
  308. Name="VCWebDeploymentTool"/>
  309. <Tool
  310. Name="VCManagedWrapperGeneratorTool"/>
  311. <Tool
  312. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  313. </Configuration>
  314. <Configuration
  315. Name="ICapD|Win32"
  316. OutputDirectory=".\..\..\objs\ICapD\AGC"
  317. IntermediateDirectory=".\..\..\objs\ICapD\AGC"
  318. ConfigurationType="2"
  319. UseOfMFC="0"
  320. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  321. <Tool
  322. Name="VCCLCompilerTool"
  323. AdditionalIncludeDirectories="..\ZLib;..\Igc;..\Inc;"
  324. RuntimeTypeInfo="TRUE"/>
  325. <Tool
  326. Name="VCCustomBuildTool"/>
  327. <Tool
  328. Name="VCLinkerTool"
  329. AdditionalDependencies="odbc32.lib odbccp32.lib"/>
  330. <Tool
  331. Name="VCMIDLTool"/>
  332. <Tool
  333. Name="VCPostBuildEventTool"/>
  334. <Tool
  335. Name="VCPreBuildEventTool"/>
  336. <Tool
  337. Name="VCPreLinkEventTool"/>
  338. <Tool
  339. Name="VCResourceCompilerTool"/>
  340. <Tool
  341. Name="VCWebServiceProxyGeneratorTool"/>
  342. <Tool
  343. Name="VCXMLDataGeneratorTool"/>
  344. <Tool
  345. Name="VCWebDeploymentTool"/>
  346. <Tool
  347. Name="VCManagedWrapperGeneratorTool"/>
  348. <Tool
  349. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  350. </Configuration>
  351. </Configurations>
  352. <References>
  353. </References>
  354. <Files>
  355. <Filter
  356. Name="AGCEvents"
  357. Filter="xml;xsl;js;htm">
  358. <File
  359. RelativePath="AGCEvents.xml">
  360. </File>
  361. <File
  362. RelativePath="AGCEventsCPP.xsl">
  363. </File>
  364. <File
  365. RelativePath="AGCEventsIDL.xsl">
  366. </File>
  367. <File
  368. RelativePath="AGCEventsMC.xsl">
  369. </File>
  370. <File
  371. RelativePath="AGCEventsRC2.xsl">
  372. </File>
  373. <File
  374. RelativePath="AGCEventsRCH.xsl">
  375. </File>
  376. <File
  377. RelativePath="EventBrowser.xsl">
  378. </File>
  379. <File
  380. RelativePath="..\test\Scripts\EventViewer.htm">
  381. </File>
  382. <File
  383. RelativePath="XMLXForm.js">
  384. </File>
  385. </Filter>
  386. <File
  387. RelativePath="AdminSessionHelper.cpp">
  388. </File>
  389. <File
  390. RelativePath="AdminSessionHelper.h">
  391. </File>
  392. <File
  393. RelativePath="AdminSessionHelper.rgs">
  394. </File>
  395. <File
  396. RelativePath="AGC.cpp">
  397. </File>
  398. <File
  399. RelativePath="AGC.def">
  400. </File>
  401. <File
  402. RelativePath="agc.idl">
  403. </File>
  404. <File
  405. RelativePath="AGC.rc">
  406. </File>
  407. <File
  408. RelativePath="AGC.rc2">
  409. </File>
  410. <File
  411. RelativePath="AGCAleph.cpp">
  412. </File>
  413. <File
  414. RelativePath="AGCAleph.h">
  415. </File>
  416. <File
  417. RelativePath="AGCAleph.rgs">
  418. </File>
  419. <File
  420. RelativePath="AGCAlephs.cpp">
  421. </File>
  422. <File
  423. RelativePath="AGCAlephs.h">
  424. </File>
  425. <File
  426. RelativePath="AGCAlephs.rgs">
  427. </File>
  428. <File
  429. RelativePath="AGCAsteroid.cpp">
  430. </File>
  431. <File
  432. RelativePath="AGCAsteroid.h">
  433. </File>
  434. <File
  435. RelativePath="AGCAsteroid.rgs">
  436. </File>
  437. <File
  438. RelativePath="AGCAsteroids.cpp">
  439. </File>
  440. <File
  441. RelativePath="AGCAsteroids.h">
  442. </File>
  443. <File
  444. RelativePath="AGCAsteroids.rgs">
  445. </File>
  446. <File
  447. RelativePath="AGCChat.h">
  448. </File>
  449. <File
  450. RelativePath="AGCCommand.cpp">
  451. </File>
  452. <File
  453. RelativePath="AGCCommand.h">
  454. </File>
  455. <File
  456. RelativePath="AGCCommand.rgs">
  457. </File>
  458. <File
  459. RelativePath="AGCCP.h">
  460. </File>
  461. <File
  462. RelativePath="AGCDBParams.cpp">
  463. </File>
  464. <File
  465. RelativePath="AGCDBParams.h">
  466. </File>
  467. <File
  468. RelativePath="AGCDBParams.rgs">
  469. </File>
  470. <File
  471. RelativePath="AGCDebugHook.h">
  472. </File>
  473. <File
  474. RelativePath="agcevent.cpp">
  475. </File>
  476. <File
  477. RelativePath="agcevent.h">
  478. </File>
  479. <File
  480. RelativePath="agcevent.rgs">
  481. </File>
  482. <File
  483. RelativePath="AGCEventData.cpp">
  484. </File>
  485. <File
  486. RelativePath="AGCEventData.h">
  487. </File>
  488. <File
  489. RelativePath="AGCEventDef.cpp">
  490. </File>
  491. <File
  492. RelativePath="AGCEventDef.h">
  493. </File>
  494. <File
  495. RelativePath="AGCEventIDRange.cpp">
  496. </File>
  497. <File
  498. RelativePath="AGCEventIDRange.h">
  499. </File>
  500. <File
  501. RelativePath="AGCEventIDRange.rgs">
  502. </File>
  503. <File
  504. RelativePath="AGCEventIDRanges.cpp">
  505. </File>
  506. <File
  507. RelativePath="AGCEventIDRanges.h">
  508. </File>
  509. <File
  510. RelativePath="AGCEventIDRanges.rgs">
  511. </File>
  512. <File
  513. RelativePath="AGCEventLogger.cpp">
  514. </File>
  515. <File
  516. RelativePath="AGCEventLogger.h">
  517. </File>
  518. <File
  519. RelativePath="AGCEventLogger.rgs">
  520. </File>
  521. <File
  522. RelativePath="AGCEventThread.h">
  523. </File>
  524. <File
  525. RelativePath="AGCGame.cpp">
  526. </File>
  527. <File
  528. RelativePath="AGCGame.h">
  529. </File>
  530. <File
  531. RelativePath="AGCGame.rgs">
  532. </File>
  533. <File
  534. RelativePath="AGCGameParameters.cpp">
  535. </File>
  536. <File
  537. RelativePath="AGCGameParameters.h">
  538. </File>
  539. <File
  540. RelativePath="AGCGameParameters.rgs">
  541. </File>
  542. <File
  543. RelativePath="AGCGlobal.cpp">
  544. </File>
  545. <File
  546. RelativePath="AGCGlobal.h">
  547. </File>
  548. <File
  549. RelativePath="AGCGlobal.rgs">
  550. </File>
  551. <File
  552. RelativePath="AGCGuid.c">
  553. </File>
  554. <File
  555. RelativePath="AGCHullType.cpp">
  556. </File>
  557. <File
  558. RelativePath="AGCHullType.h">
  559. </File>
  560. <File
  561. RelativePath="AGCHullType.rgs">
  562. </File>
  563. <File
  564. RelativePath="AGCHullTypes.rgs">
  565. </File>
  566. <File
  567. RelativePath="..\Inc\AGCIDL.idl">
  568. </File>
  569. <File
  570. RelativePath="AGCModel.cpp">
  571. </File>
  572. <File
  573. RelativePath="AGCModel.h">
  574. </File>
  575. <File
  576. RelativePath="AGCModel.rgs">
  577. </File>
  578. <File
  579. RelativePath="AGCModels.cpp">
  580. </File>
  581. <File
  582. RelativePath="AGCModels.h">
  583. </File>
  584. <File
  585. RelativePath="AGCModels.rgs">
  586. </File>
  587. <File
  588. RelativePath="AGCModule.h">
  589. </File>
  590. <File
  591. RelativePath="AGCOrientation.cpp">
  592. </File>
  593. <File
  594. RelativePath="AGCOrientation.h">
  595. </File>
  596. <File
  597. RelativePath="AGCOrientation.rgs">
  598. </File>
  599. <File
  600. RelativePath="AGCProbe.cpp">
  601. </File>
  602. <File
  603. RelativePath="AGCProbe.h">
  604. </File>
  605. <File
  606. RelativePath="AGCProbe.rgs">
  607. </File>
  608. <File
  609. RelativePath="AGCProbes.cpp">
  610. </File>
  611. <File
  612. RelativePath="AGCProbes.h">
  613. </File>
  614. <File
  615. RelativePath="AGCProbes.rgs">
  616. </File>
  617. <File
  618. RelativePath="AGCSector.cpp">
  619. </File>
  620. <File
  621. RelativePath="AGCSector.h">
  622. </File>
  623. <File
  624. RelativePath="AGCSector.rgs">
  625. </File>
  626. <File
  627. RelativePath="AGCSectors.cpp">
  628. </File>
  629. <File
  630. RelativePath="AGCSectors.h">
  631. </File>
  632. <File
  633. RelativePath="AGCSectors.rgs">
  634. </File>
  635. <File
  636. RelativePath="AGCShip.cpp">
  637. </File>
  638. <File
  639. RelativePath="AGCShip.h">
  640. </File>
  641. <File
  642. RelativePath="AGCShip.rgs">
  643. </File>
  644. <File
  645. RelativePath="AGCShips.cpp">
  646. </File>
  647. <File
  648. RelativePath="AGCShips.h">
  649. </File>
  650. <File
  651. RelativePath="AGCShips.rgs">
  652. </File>
  653. <File
  654. RelativePath="AGCSite.h">
  655. </File>
  656. <File
  657. RelativePath="AGCStation.cpp">
  658. </File>
  659. <File
  660. RelativePath="AGCStation.h">
  661. </File>
  662. <File
  663. RelativePath="AGCStation.rgs">
  664. </File>
  665. <File
  666. RelativePath="AGCStations.cpp">
  667. </File>
  668. <File
  669. RelativePath="AGCStations.h">
  670. </File>
  671. <File
  672. RelativePath="AGCStations.rgs">
  673. </File>
  674. <File
  675. RelativePath="AGCTeam.cpp">
  676. </File>
  677. <File
  678. RelativePath="AGCTeam.h">
  679. </File>
  680. <File
  681. RelativePath="AGCTeam.rgs">
  682. </File>
  683. <File
  684. RelativePath="AGCTeams.cpp">
  685. </File>
  686. <File
  687. RelativePath="AGCTeams.h">
  688. </File>
  689. <File
  690. RelativePath="AGCTeams.rgs">
  691. </File>
  692. <File
  693. RelativePath="AGCUtil.h">
  694. </File>
  695. <File
  696. RelativePath="AGCVector.cpp">
  697. </File>
  698. <File
  699. RelativePath="AGCVector.h">
  700. </File>
  701. <File
  702. RelativePath="AGCVector.rgs">
  703. </File>
  704. <File
  705. RelativePath="AGCVersionInfo.cpp">
  706. </File>
  707. <File
  708. RelativePath="AGCVersionInfo.h">
  709. </File>
  710. <File
  711. RelativePath="AGCVersionInfo.rgs">
  712. </File>
  713. <File
  714. RelativePath="AGCWinApp.h">
  715. </File>
  716. <File
  717. RelativePath="dlldatax.c">
  718. </File>
  719. <File
  720. RelativePath="dlldatax.h">
  721. </File>
  722. <File
  723. RelativePath="gameparamdata.h">
  724. </File>
  725. <File
  726. RelativePath="IAGCAlephImpl.h">
  727. </File>
  728. <File
  729. RelativePath="IAGCAsteroidImpl.h">
  730. </File>
  731. <File
  732. RelativePath="IAGCBaseImpl.h">
  733. </File>
  734. <File
  735. RelativePath="IAGCBuyableImpl.h">
  736. </File>
  737. <File
  738. RelativePath="IAGCCollectionImpl.h">
  739. </File>
  740. <File
  741. RelativePath="IAGCCommonImpl.h">
  742. </File>
  743. <File
  744. RelativePath="IAGCDamageImpl.h">
  745. </File>
  746. <File
  747. RelativePath="IAGCGameImpl.h">
  748. </File>
  749. <File
  750. RelativePath="IAGCModelImpl.h">
  751. </File>
  752. <File
  753. RelativePath="IAGCProbeImpl.h">
  754. </File>
  755. <File
  756. RelativePath="IAGCRangeImpl.h">
  757. </File>
  758. <File
  759. RelativePath="IAGCRangesImpl.h">
  760. </File>
  761. <File
  762. RelativePath="IAGCScannerImpl.h">
  763. </File>
  764. <File
  765. RelativePath="IAGCSectorImpl.h">
  766. </File>
  767. <File
  768. RelativePath="IAGCShipImpl.h">
  769. </File>
  770. <File
  771. RelativePath="IAGCStationImpl.h">
  772. </File>
  773. <File
  774. RelativePath="IAGCTeamImpl.h">
  775. </File>
  776. <File
  777. RelativePath="pch.cpp">
  778. </File>
  779. <File
  780. RelativePath="pch.h">
  781. </File>
  782. <File
  783. RelativePath="resource.h">
  784. </File>
  785. <File
  786. RelativePath="TCMarshalByValue.cpp">
  787. </File>
  788. <File
  789. RelativePath="TCMarshalByValue.h">
  790. </File>
  791. <File
  792. RelativePath="TCMarshalByValue.rgs">
  793. </File>
  794. <File
  795. RelativePath="TCNullStream.cpp">
  796. </File>
  797. <File
  798. RelativePath="TCNullStream.h">
  799. </File>
  800. <File
  801. RelativePath="TCNullStream.rgs">
  802. </File>
  803. <File
  804. RelativePath="TCStrings.cpp">
  805. </File>
  806. <File
  807. RelativePath="TCStrings.h">
  808. </File>
  809. <File
  810. RelativePath="TCStrings.rgs">
  811. </File>
  812. <File
  813. RelativePath="TCUtility.cpp">
  814. </File>
  815. <File
  816. RelativePath="TCUtility.h">
  817. </File>
  818. <File
  819. RelativePath="TCUtility.rgs">
  820. </File>
  821. </Files>
  822. <Globals>
  823. </Globals>
  824. </VisualStudioProject>