RakNet.vcproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="RakNet"
  6. ProjectGUID="{143F9B67-C223-4F2D-B8F9-B644CA710CA6}"
  7. RootNamespace="RakNet"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)"
  22. ConfigurationType="4"
  23. CharacterSet="0"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. AdditionalIncludeDirectories="&quot;$(SolutionDir)Source\Engine\RakNet3.0\DependentExtensions\speex-1.1.12\include\speex&quot;;&quot;$(SolutionDir)Source\Engine\RakNet3.0\DependentExtensions\speex-1.1.12\include&quot;;&quot;$(SolutionDir)Source\Engine\RakNet3.0\DependentExtensions\bzip2-1.0.6&quot;;&quot;$(SolutionDir)Source\Engine\RakNet3.0\DependentExtensions\AutopatcherPostgreRepository&quot;;&quot;$(SolutionDir)Source\Engine\RakNet3.0\DependentExtensions&quot;;&quot;$(SolutionDir)Source\Engine\RakNet3.0\CrashReporter&quot;;&quot;$(SolutionDir)Source\Engine\RakNet3.0&quot;"
  44. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. BufferSecurityCheck="false"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. Detect64BitPortabilityProblems="true"
  52. DebugInformationFormat="4"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLibrarianTool"
  65. OutputFile="$(SolutionDir)Lib\$(ConfigurationName)\$(ProjectName).lib"
  66. />
  67. <Tool
  68. Name="VCALinkTool"
  69. />
  70. <Tool
  71. Name="VCXDCMakeTool"
  72. />
  73. <Tool
  74. Name="VCBscMakeTool"
  75. />
  76. <Tool
  77. Name="VCFxCopTool"
  78. />
  79. <Tool
  80. Name="VCPostBuildEventTool"
  81. />
  82. </Configuration>
  83. <Configuration
  84. Name="Release|Win32"
  85. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  86. IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)"
  87. ConfigurationType="4"
  88. CharacterSet="0"
  89. WholeProgramOptimization="1"
  90. >
  91. <Tool
  92. Name="VCPreBuildEventTool"
  93. />
  94. <Tool
  95. Name="VCCustomBuildTool"
  96. />
  97. <Tool
  98. Name="VCXMLDataGeneratorTool"
  99. />
  100. <Tool
  101. Name="VCWebServiceProxyGeneratorTool"
  102. />
  103. <Tool
  104. Name="VCMIDLTool"
  105. />
  106. <Tool
  107. Name="VCCLCompilerTool"
  108. AdditionalIncludeDirectories="&quot;$(SolutionDir)Source\Engine\RakNet3.0\DependentExtensions\speex-1.1.12\include\speex&quot;;&quot;$(SolutionDir)Source\Engine\RakNet3.0\DependentExtensions\speex-1.1.12\include&quot;;&quot;$(SolutionDir)Source\Engine\RakNet3.0\DependentExtensions\bzip2-1.0.6&quot;;&quot;$(SolutionDir)Source\Engine\RakNet3.0\DependentExtensions\AutopatcherPostgreRepository&quot;;&quot;$(SolutionDir)Source\Engine\RakNet3.0\DependentExtensions&quot;;&quot;$(SolutionDir)Source\Engine\RakNet3.0\CrashReporter&quot;;&quot;$(SolutionDir)Source\Engine\RakNet3.0&quot;"
  109. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
  110. RuntimeLibrary="2"
  111. BufferSecurityCheck="false"
  112. UsePrecompiledHeader="0"
  113. WarningLevel="3"
  114. Detect64BitPortabilityProblems="true"
  115. DebugInformationFormat="3"
  116. />
  117. <Tool
  118. Name="VCManagedResourceCompilerTool"
  119. />
  120. <Tool
  121. Name="VCResourceCompilerTool"
  122. />
  123. <Tool
  124. Name="VCPreLinkEventTool"
  125. />
  126. <Tool
  127. Name="VCLibrarianTool"
  128. OutputFile="$(SolutionDir)Lib\$(ConfigurationName)\$(ProjectName).lib"
  129. />
  130. <Tool
  131. Name="VCALinkTool"
  132. />
  133. <Tool
  134. Name="VCXDCMakeTool"
  135. />
  136. <Tool
  137. Name="VCBscMakeTool"
  138. />
  139. <Tool
  140. Name="VCFxCopTool"
  141. />
  142. <Tool
  143. Name="VCPostBuildEventTool"
  144. />
  145. </Configuration>
  146. </Configurations>
  147. <References>
  148. </References>
  149. <Files>
  150. <Filter
  151. Name="Source Files"
  152. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  153. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  154. >
  155. <File
  156. RelativePath=".\_findfirst.cpp"
  157. >
  158. </File>
  159. <File
  160. RelativePath=".\AsynchronousFileIO.cpp"
  161. >
  162. </File>
  163. <File
  164. RelativePath=".\BitStream.cpp"
  165. >
  166. </File>
  167. <File
  168. RelativePath=".\BitStream_NoTemplate.cpp"
  169. >
  170. </File>
  171. <File
  172. RelativePath=".\CheckSum.cpp"
  173. >
  174. </File>
  175. <File
  176. RelativePath=".\CommandParserInterface.cpp"
  177. >
  178. </File>
  179. <File
  180. RelativePath=".\ConnectionGraph.cpp"
  181. >
  182. </File>
  183. <File
  184. RelativePath=".\ConsoleServer.cpp"
  185. >
  186. </File>
  187. <File
  188. RelativePath=".\DataBlockEncryptor.cpp"
  189. >
  190. </File>
  191. <File
  192. RelativePath=".\DataCompressor.cpp"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\DirectoryDeltaTransfer.cpp"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".\DS_ByteQueue.cpp"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".\DS_HuffmanEncodingTree.cpp"
  205. >
  206. </File>
  207. <File
  208. RelativePath=".\DS_Table.cpp"
  209. >
  210. </File>
  211. <File
  212. RelativePath=".\EmailSender.cpp"
  213. >
  214. </File>
  215. <File
  216. RelativePath=".\EncodeClassName.cpp"
  217. >
  218. </File>
  219. <File
  220. RelativePath=".\ExtendedOverlappedPool.cpp"
  221. >
  222. </File>
  223. <File
  224. RelativePath=".\FileList.cpp"
  225. >
  226. </File>
  227. <File
  228. RelativePath=".\FileListTransfer.cpp"
  229. >
  230. </File>
  231. <File
  232. RelativePath=".\FileOperations.cpp"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\FullyConnectedMesh.cpp"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".\GetTime.cpp"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\InternalPacketPool.cpp"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\LightweightDatabaseClient.cpp"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".\LightweightDatabaseCommon.cpp"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\LightweightDatabaseServer.cpp"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\LinuxStrings.cpp"
  261. >
  262. </File>
  263. <File
  264. RelativePath=".\LogCommandParser.cpp"
  265. >
  266. </File>
  267. <File
  268. RelativePath=".\MessageFilter.cpp"
  269. >
  270. </File>
  271. <File
  272. RelativePath=".\NatPunchthrough.cpp"
  273. >
  274. </File>
  275. <File
  276. RelativePath=".\NetworkIDGenerator.cpp"
  277. >
  278. </File>
  279. <File
  280. RelativePath=".\PacketConsoleLogger.cpp"
  281. >
  282. </File>
  283. <File
  284. RelativePath=".\PacketFileLogger.cpp"
  285. >
  286. </File>
  287. <File
  288. RelativePath=".\PacketLogger.cpp"
  289. >
  290. </File>
  291. <File
  292. RelativePath=".\PluginInterface.cpp"
  293. >
  294. </File>
  295. <File
  296. RelativePath=".\RakNetCommandParser.cpp"
  297. >
  298. </File>
  299. <File
  300. RelativePath=".\RakNetStatistics.cpp"
  301. >
  302. </File>
  303. <File
  304. RelativePath=".\RakNetTransport.cpp"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\RakNetTypes.cpp"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".\RakNetworkFactory.cpp"
  313. >
  314. </File>
  315. <File
  316. RelativePath=".\RakPeer.cpp"
  317. >
  318. </File>
  319. <File
  320. RelativePath=".\RakSleep.cpp"
  321. >
  322. </File>
  323. <File
  324. RelativePath=".\Rand.cpp"
  325. >
  326. </File>
  327. <File
  328. RelativePath=".\ReliabilityLayer.cpp"
  329. >
  330. </File>
  331. <File
  332. RelativePath=".\ReplicaManager.cpp"
  333. >
  334. </File>
  335. <File
  336. RelativePath=".\rijndael.cpp"
  337. >
  338. </File>
  339. <File
  340. RelativePath=".\Router.cpp"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\RPCMap.cpp"
  345. >
  346. </File>
  347. <File
  348. RelativePath=".\DR_SHA1.cpp"
  349. >
  350. </File>
  351. <File
  352. RelativePath=".\SimpleMutex.cpp"
  353. >
  354. </File>
  355. <File
  356. RelativePath=".\SocketLayer.cpp"
  357. >
  358. </File>
  359. <File
  360. RelativePath=".\StringCompressor.cpp"
  361. >
  362. </File>
  363. <File
  364. RelativePath=".\StringTable.cpp"
  365. >
  366. </File>
  367. <File
  368. RelativePath=".\SystemAddressList.cpp"
  369. >
  370. </File>
  371. <File
  372. RelativePath=".\TableSerializer.cpp"
  373. >
  374. </File>
  375. <File
  376. RelativePath=".\TCPInterface.cpp"
  377. >
  378. </File>
  379. <File
  380. RelativePath=".\TelnetTransport.cpp"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".\ThreadsafePacketLogger.cpp"
  385. >
  386. </File>
  387. </Filter>
  388. <Filter
  389. Name="Header Files"
  390. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  391. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  392. >
  393. <File
  394. RelativePath=".\_findfirst.h"
  395. >
  396. </File>
  397. <File
  398. RelativePath=".\AsynchronousFileIO.h"
  399. >
  400. </File>
  401. <File
  402. RelativePath=".\AutopatcherPatchContext.h"
  403. >
  404. </File>
  405. <File
  406. RelativePath=".\AutopatcherRepositoryInterface.h"
  407. >
  408. </File>
  409. <File
  410. RelativePath=".\BigTypes.h"
  411. >
  412. </File>
  413. <File
  414. RelativePath=".\BitStream.h"
  415. >
  416. </File>
  417. <File
  418. RelativePath=".\CheckSum.h"
  419. >
  420. </File>
  421. <File
  422. RelativePath=".\ClientContextStruct.h"
  423. >
  424. </File>
  425. <File
  426. RelativePath=".\CommandParserInterface.h"
  427. >
  428. </File>
  429. <File
  430. RelativePath=".\ConnectionGraph.h"
  431. >
  432. </File>
  433. <File
  434. RelativePath=".\ConsoleServer.h"
  435. >
  436. </File>
  437. <File
  438. RelativePath=".\DataBlockEncryptor.h"
  439. >
  440. </File>
  441. <File
  442. RelativePath=".\DataCompressor.h"
  443. >
  444. </File>
  445. <File
  446. RelativePath=".\DirectoryDeltaTransfer.h"
  447. >
  448. </File>
  449. <File
  450. RelativePath=".\DS_BinarySearchTree.h"
  451. >
  452. </File>
  453. <File
  454. RelativePath=".\DS_BPlusTree.h"
  455. >
  456. </File>
  457. <File
  458. RelativePath=".\DS_ByteQueue.h"
  459. >
  460. </File>
  461. <File
  462. RelativePath=".\DS_Heap.h"
  463. >
  464. </File>
  465. <File
  466. RelativePath=".\DS_HuffmanEncodingTree.h"
  467. >
  468. </File>
  469. <File
  470. RelativePath=".\DS_HuffmanEncodingTreeFactory.h"
  471. >
  472. </File>
  473. <File
  474. RelativePath=".\DS_HuffmanEncodingTreeNode.h"
  475. >
  476. </File>
  477. <File
  478. RelativePath=".\DS_LinkedList.h"
  479. >
  480. </File>
  481. <File
  482. RelativePath=".\DS_List.h"
  483. >
  484. </File>
  485. <File
  486. RelativePath=".\DS_Map.h"
  487. >
  488. </File>
  489. <File
  490. RelativePath=".\DS_MemoryPool.h"
  491. >
  492. </File>
  493. <File
  494. RelativePath=".\DS_OrderedChannelHeap.h"
  495. >
  496. </File>
  497. <File
  498. RelativePath=".\DS_OrderedList.h"
  499. >
  500. </File>
  501. <File
  502. RelativePath=".\DS_Queue.h"
  503. >
  504. </File>
  505. <File
  506. RelativePath=".\DS_QueueLinkedList.h"
  507. >
  508. </File>
  509. <File
  510. RelativePath=".\DS_RangeList.h"
  511. >
  512. </File>
  513. <File
  514. RelativePath=".\DS_Table.h"
  515. >
  516. </File>
  517. <File
  518. RelativePath=".\DS_Tree.h"
  519. >
  520. </File>
  521. <File
  522. RelativePath=".\DS_WeightedGraph.h"
  523. >
  524. </File>
  525. <File
  526. RelativePath=".\EmailSender.h"
  527. >
  528. </File>
  529. <File
  530. RelativePath=".\Export.h"
  531. >
  532. </File>
  533. <File
  534. RelativePath=".\ExtendedOverlappedPool.h"
  535. >
  536. </File>
  537. <File
  538. RelativePath=".\FileList.h"
  539. >
  540. </File>
  541. <File
  542. RelativePath=".\FileListTransfer.h"
  543. >
  544. </File>
  545. <File
  546. RelativePath=".\FileListTransferCBInterface.h"
  547. >
  548. </File>
  549. <File
  550. RelativePath=".\FileOperations.h"
  551. >
  552. </File>
  553. <File
  554. RelativePath=".\FullyConnectedMesh.h"
  555. >
  556. </File>
  557. <File
  558. RelativePath=".\GetTime.h"
  559. >
  560. </File>
  561. <File
  562. RelativePath=".\InternalPacket.h"
  563. >
  564. </File>
  565. <File
  566. RelativePath=".\InternalPacketPool.h"
  567. >
  568. </File>
  569. <File
  570. RelativePath=".\LightweightDatabaseClient.h"
  571. >
  572. </File>
  573. <File
  574. RelativePath=".\LightweightDatabaseCommon.h"
  575. >
  576. </File>
  577. <File
  578. RelativePath=".\LightweightDatabaseServer.h"
  579. >
  580. </File>
  581. <File
  582. RelativePath=".\LinuxStrings.h"
  583. >
  584. </File>
  585. <File
  586. RelativePath=".\LogCommandParser.h"
  587. >
  588. </File>
  589. <File
  590. RelativePath=".\MessageFilter.h"
  591. >
  592. </File>
  593. <File
  594. RelativePath=".\MessageIdentifiers.h"
  595. >
  596. </File>
  597. <File
  598. RelativePath=".\MTUSize.h"
  599. >
  600. </File>
  601. <File
  602. RelativePath=".\NatPunchthrough.h"
  603. >
  604. </File>
  605. <File
  606. RelativePath=".\NetworkIDGenerator.h"
  607. >
  608. </File>
  609. <File
  610. RelativePath=".\PacketConsoleLogger.h"
  611. >
  612. </File>
  613. <File
  614. RelativePath=".\PacketFileLogger.h"
  615. >
  616. </File>
  617. <File
  618. RelativePath=".\PacketLogger.h"
  619. >
  620. </File>
  621. <File
  622. RelativePath=".\PacketPool.h"
  623. >
  624. </File>
  625. <File
  626. RelativePath=".\PacketPriority.h"
  627. >
  628. </File>
  629. <File
  630. RelativePath=".\PluginInterface.h"
  631. >
  632. </File>
  633. <File
  634. RelativePath=".\RakAssert.h"
  635. >
  636. </File>
  637. <File
  638. RelativePath=".\RakNetCommandParser.h"
  639. >
  640. </File>
  641. <File
  642. RelativePath=".\RakNetDefines.h"
  643. >
  644. </File>
  645. <File
  646. RelativePath=".\RakNetStatistics.h"
  647. >
  648. </File>
  649. <File
  650. RelativePath=".\RakNetTransport.h"
  651. >
  652. </File>
  653. <File
  654. RelativePath=".\RakNetTypes.h"
  655. >
  656. </File>
  657. <File
  658. RelativePath=".\RakNetworkFactory.h"
  659. >
  660. </File>
  661. <File
  662. RelativePath=".\RakPeer.h"
  663. >
  664. </File>
  665. <File
  666. RelativePath=".\RakPeerInterface.h"
  667. >
  668. </File>
  669. <File
  670. RelativePath=".\RakSleep.h"
  671. >
  672. </File>
  673. <File
  674. RelativePath=".\Rand.h"
  675. >
  676. </File>
  677. <File
  678. RelativePath=".\ReliabilityLayer.h"
  679. >
  680. </File>
  681. <File
  682. RelativePath=".\Replica.h"
  683. >
  684. </File>
  685. <File
  686. RelativePath=".\ReplicaEnums.h"
  687. >
  688. </File>
  689. <File
  690. RelativePath=".\ReplicaManager.h"
  691. >
  692. </File>
  693. <File
  694. RelativePath=".\rijndael-boxes.h"
  695. >
  696. </File>
  697. <File
  698. RelativePath=".\rijndael.h"
  699. >
  700. </File>
  701. <File
  702. RelativePath=".\Router.h"
  703. >
  704. </File>
  705. <File
  706. RelativePath=".\RouterInterface.h"
  707. >
  708. </File>
  709. <File
  710. RelativePath=".\RPCMap.h"
  711. >
  712. </File>
  713. <File
  714. RelativePath=".\RPCNode.h"
  715. >
  716. </File>
  717. <File
  718. RelativePath=".\RSACrypt.h"
  719. >
  720. </File>
  721. <File
  722. RelativePath=".\DR_SHA1.h"
  723. >
  724. </File>
  725. <File
  726. RelativePath=".\SimpleMutex.h"
  727. >
  728. </File>
  729. <File
  730. RelativePath=".\SimpleTCPServer.h"
  731. >
  732. </File>
  733. <File
  734. RelativePath=".\SingleProducerConsumer.h"
  735. >
  736. </File>
  737. <File
  738. RelativePath=".\SocketLayer.h"
  739. >
  740. </File>
  741. <File
  742. RelativePath=".\StringCompressor.h"
  743. >
  744. </File>
  745. <File
  746. RelativePath=".\StringTable.h"
  747. >
  748. </File>
  749. <File
  750. RelativePath=".\SystemAddressList.h"
  751. >
  752. </File>
  753. <File
  754. RelativePath=".\TableSerializer.h"
  755. >
  756. </File>
  757. <File
  758. RelativePath=".\TCPInterface.h"
  759. >
  760. </File>
  761. <File
  762. RelativePath=".\TelnetTransport.h"
  763. >
  764. </File>
  765. <File
  766. RelativePath=".\ThreadPool.h"
  767. >
  768. </File>
  769. <File
  770. RelativePath=".\ThreadsafePacketLogger.h"
  771. >
  772. </File>
  773. <File
  774. RelativePath=".\TransportInterface.h"
  775. >
  776. </File>
  777. <File
  778. RelativePath=".\Types.h"
  779. >
  780. </File>
  781. </Filter>
  782. <Filter
  783. Name="CrashReporter"
  784. >
  785. <File
  786. RelativePath=".\CrashReporter\CrashReporter.cpp"
  787. >
  788. </File>
  789. <File
  790. RelativePath=".\CrashReporter\CrashReporter.h"
  791. >
  792. </File>
  793. <File
  794. RelativePath=".\CrashReporter\SendFileTo.cpp"
  795. >
  796. </File>
  797. <File
  798. RelativePath=".\CrashReporter\SendFileTo.h"
  799. >
  800. </File>
  801. </Filter>
  802. <Filter
  803. Name="DependentExtensions"
  804. >
  805. <File
  806. RelativePath=".\DependentExtensions\ApplyPatch.cpp"
  807. >
  808. </File>
  809. <File
  810. RelativePath=".\DependentExtensions\ApplyPatch.h"
  811. >
  812. </File>
  813. <File
  814. RelativePath=".\DependentExtensions\CreatePatch.cpp"
  815. >
  816. </File>
  817. <File
  818. RelativePath=".\DependentExtensions\CreatePatch.h"
  819. >
  820. </File>
  821. <File
  822. RelativePath=".\DependentExtensions\MemoryCompressor.cpp"
  823. >
  824. </File>
  825. <File
  826. RelativePath=".\DependentExtensions\MemoryCompressor.h"
  827. >
  828. </File>
  829. <File
  830. RelativePath=".\DependentExtensions\RakVoice.cpp"
  831. >
  832. </File>
  833. <File
  834. RelativePath=".\DependentExtensions\RakVoice.h"
  835. >
  836. </File>
  837. </Filter>
  838. <Filter
  839. Name="AutopatcherPostgreRepository"
  840. >
  841. </Filter>
  842. </Files>
  843. <Globals>
  844. </Globals>
  845. </VisualStudioProject>
粤ICP备19079148号