UnRARDll.vcproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="UnRAR"
  6. ProjectGUID="{E815C46C-36C4-499F-BBC2-E772C6B17971}"
  7. RootNamespace="UnRAR"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="x64"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Win32"
  24. OutputDirectory="build\unrardll32\$(ConfigurationName)"
  25. IntermediateDirectory="build\unrardll32\$(ConfigurationName)\obj"
  26. ConfigurationType="2"
  27. CharacterSet="2"
  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. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. AdditionalOptions="/MP"
  47. Optimization="0"
  48. PreprocessorDefinitions="RARDLL;UNRAR;SILENT"
  49. MinimalRebuild="false"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="1"
  52. RuntimeTypeInfo="false"
  53. UsePrecompiledHeader="2"
  54. PrecompiledHeaderThrough="rar.hpp"
  55. WarningLevel="3"
  56. DebugInformationFormat="4"
  57. CallingConvention="0"
  58. DisableSpecificWarnings="4007;4996"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. OutputFile="$(OutDir)\unrar.dll"
  72. LinkIncremental="2"
  73. GenerateManifest="true"
  74. ModuleDefinitionFile="dll.def"
  75. GenerateDebugInformation="true"
  76. SubSystem="1"
  77. TargetMachine="1"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCManifestTool"
  84. />
  85. <Tool
  86. Name="VCXDCMakeTool"
  87. />
  88. <Tool
  89. Name="VCBscMakeTool"
  90. />
  91. <Tool
  92. Name="VCFxCopTool"
  93. />
  94. <Tool
  95. Name="VCAppVerifierTool"
  96. />
  97. <Tool
  98. Name="VCPostBuildEventTool"
  99. />
  100. </Configuration>
  101. <Configuration
  102. Name="Debug|x64"
  103. OutputDirectory="build\unrardll64\$(ConfigurationName)"
  104. IntermediateDirectory="build\unrardll64\$(ConfigurationName)\obj"
  105. ConfigurationType="2"
  106. CharacterSet="2"
  107. >
  108. <Tool
  109. Name="VCPreBuildEventTool"
  110. />
  111. <Tool
  112. Name="VCCustomBuildTool"
  113. />
  114. <Tool
  115. Name="VCXMLDataGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCWebServiceProxyGeneratorTool"
  119. />
  120. <Tool
  121. Name="VCMIDLTool"
  122. TargetEnvironment="3"
  123. />
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. AdditionalOptions="/MP"
  127. Optimization="0"
  128. PreprocessorDefinitions="RARDLL;UNRAR;SILENT"
  129. MinimalRebuild="false"
  130. BasicRuntimeChecks="3"
  131. RuntimeLibrary="1"
  132. RuntimeTypeInfo="false"
  133. UsePrecompiledHeader="2"
  134. PrecompiledHeaderThrough="rar.hpp"
  135. WarningLevel="3"
  136. DebugInformationFormat="3"
  137. CallingConvention="0"
  138. DisableSpecificWarnings="4007;4996"
  139. />
  140. <Tool
  141. Name="VCManagedResourceCompilerTool"
  142. />
  143. <Tool
  144. Name="VCResourceCompilerTool"
  145. />
  146. <Tool
  147. Name="VCPreLinkEventTool"
  148. />
  149. <Tool
  150. Name="VCLinkerTool"
  151. OutputFile="$(OutDir)\unrar64.dll"
  152. LinkIncremental="2"
  153. GenerateManifest="true"
  154. ModuleDefinitionFile="dll.def"
  155. GenerateDebugInformation="true"
  156. SubSystem="1"
  157. TargetMachine="17"
  158. />
  159. <Tool
  160. Name="VCALinkTool"
  161. />
  162. <Tool
  163. Name="VCManifestTool"
  164. />
  165. <Tool
  166. Name="VCXDCMakeTool"
  167. />
  168. <Tool
  169. Name="VCBscMakeTool"
  170. />
  171. <Tool
  172. Name="VCFxCopTool"
  173. />
  174. <Tool
  175. Name="VCAppVerifierTool"
  176. />
  177. <Tool
  178. Name="VCPostBuildEventTool"
  179. />
  180. </Configuration>
  181. <Configuration
  182. Name="Release|Win32"
  183. OutputDirectory="build\unrardll32\$(ConfigurationName)"
  184. IntermediateDirectory="build\unrardll32\$(ConfigurationName)\obj"
  185. ConfigurationType="2"
  186. CharacterSet="2"
  187. WholeProgramOptimization="1"
  188. >
  189. <Tool
  190. Name="VCPreBuildEventTool"
  191. />
  192. <Tool
  193. Name="VCCustomBuildTool"
  194. />
  195. <Tool
  196. Name="VCXMLDataGeneratorTool"
  197. />
  198. <Tool
  199. Name="VCWebServiceProxyGeneratorTool"
  200. />
  201. <Tool
  202. Name="VCMIDLTool"
  203. />
  204. <Tool
  205. Name="VCCLCompilerTool"
  206. AdditionalOptions="/MP"
  207. Optimization="2"
  208. EnableIntrinsicFunctions="true"
  209. FavorSizeOrSpeed="0"
  210. OmitFramePointers="true"
  211. WholeProgramOptimization="false"
  212. PreprocessorDefinitions="RARDLL;UNRAR;SILENT"
  213. MinimalRebuild="false"
  214. RuntimeLibrary="0"
  215. StructMemberAlignment="0"
  216. BufferSecurityCheck="true"
  217. EnableFunctionLevelLinking="true"
  218. EnableEnhancedInstructionSet="0"
  219. FloatingPointModel="0"
  220. RuntimeTypeInfo="false"
  221. UsePrecompiledHeader="2"
  222. PrecompiledHeaderThrough="rar.hpp"
  223. WarningLevel="3"
  224. DebugInformationFormat="3"
  225. CallingConvention="0"
  226. DisableSpecificWarnings="4007;4996"
  227. />
  228. <Tool
  229. Name="VCManagedResourceCompilerTool"
  230. />
  231. <Tool
  232. Name="VCResourceCompilerTool"
  233. />
  234. <Tool
  235. Name="VCPreLinkEventTool"
  236. />
  237. <Tool
  238. Name="VCLinkerTool"
  239. OutputFile="$(OutDir)\unrar.dll"
  240. LinkIncremental="1"
  241. GenerateManifest="true"
  242. ModuleDefinitionFile="dll.def"
  243. GenerateDebugInformation="true"
  244. SubSystem="1"
  245. OptimizeReferences="2"
  246. EnableCOMDATFolding="2"
  247. LinkTimeCodeGeneration="0"
  248. TargetMachine="1"
  249. />
  250. <Tool
  251. Name="VCALinkTool"
  252. />
  253. <Tool
  254. Name="VCManifestTool"
  255. />
  256. <Tool
  257. Name="VCXDCMakeTool"
  258. />
  259. <Tool
  260. Name="VCBscMakeTool"
  261. />
  262. <Tool
  263. Name="VCFxCopTool"
  264. />
  265. <Tool
  266. Name="VCAppVerifierTool"
  267. />
  268. <Tool
  269. Name="VCPostBuildEventTool"
  270. />
  271. </Configuration>
  272. <Configuration
  273. Name="Release|x64"
  274. OutputDirectory="build\unrardll64\$(ConfigurationName)"
  275. IntermediateDirectory="build\unrardll64\$(ConfigurationName)\obj"
  276. ConfigurationType="2"
  277. CharacterSet="2"
  278. WholeProgramOptimization="0"
  279. >
  280. <Tool
  281. Name="VCPreBuildEventTool"
  282. />
  283. <Tool
  284. Name="VCCustomBuildTool"
  285. />
  286. <Tool
  287. Name="VCXMLDataGeneratorTool"
  288. />
  289. <Tool
  290. Name="VCWebServiceProxyGeneratorTool"
  291. />
  292. <Tool
  293. Name="VCMIDLTool"
  294. TargetEnvironment="3"
  295. />
  296. <Tool
  297. Name="VCCLCompilerTool"
  298. AdditionalOptions="/MP"
  299. Optimization="2"
  300. EnableIntrinsicFunctions="true"
  301. FavorSizeOrSpeed="0"
  302. OmitFramePointers="true"
  303. WholeProgramOptimization="false"
  304. PreprocessorDefinitions="RARDLL;UNRAR;SILENT"
  305. StringPooling="false"
  306. MinimalRebuild="false"
  307. RuntimeLibrary="0"
  308. BufferSecurityCheck="true"
  309. EnableFunctionLevelLinking="true"
  310. RuntimeTypeInfo="false"
  311. UsePrecompiledHeader="2"
  312. PrecompiledHeaderThrough="rar.hpp"
  313. WarningLevel="3"
  314. DebugInformationFormat="3"
  315. CallingConvention="0"
  316. DisableSpecificWarnings="4007;4996"
  317. />
  318. <Tool
  319. Name="VCManagedResourceCompilerTool"
  320. />
  321. <Tool
  322. Name="VCResourceCompilerTool"
  323. />
  324. <Tool
  325. Name="VCPreLinkEventTool"
  326. />
  327. <Tool
  328. Name="VCLinkerTool"
  329. OutputFile="$(OutDir)\unrar64.dll"
  330. LinkIncremental="1"
  331. GenerateManifest="true"
  332. ModuleDefinitionFile="dll.def"
  333. GenerateDebugInformation="true"
  334. SubSystem="1"
  335. OptimizeReferences="2"
  336. EnableCOMDATFolding="2"
  337. LinkTimeCodeGeneration="0"
  338. TargetMachine="17"
  339. />
  340. <Tool
  341. Name="VCALinkTool"
  342. />
  343. <Tool
  344. Name="VCManifestTool"
  345. />
  346. <Tool
  347. Name="VCXDCMakeTool"
  348. />
  349. <Tool
  350. Name="VCBscMakeTool"
  351. />
  352. <Tool
  353. Name="VCFxCopTool"
  354. />
  355. <Tool
  356. Name="VCAppVerifierTool"
  357. />
  358. <Tool
  359. Name="VCPostBuildEventTool"
  360. />
  361. </Configuration>
  362. <Configuration
  363. Name="release_nocrypt|Win32"
  364. OutputDirectory="build\unrardll32\$(ConfigurationName)"
  365. IntermediateDirectory="build\unrardll32\$(ConfigurationName)\obj"
  366. ConfigurationType="2"
  367. CharacterSet="2"
  368. WholeProgramOptimization="1"
  369. >
  370. <Tool
  371. Name="VCPreBuildEventTool"
  372. />
  373. <Tool
  374. Name="VCCustomBuildTool"
  375. />
  376. <Tool
  377. Name="VCXMLDataGeneratorTool"
  378. />
  379. <Tool
  380. Name="VCWebServiceProxyGeneratorTool"
  381. />
  382. <Tool
  383. Name="VCMIDLTool"
  384. />
  385. <Tool
  386. Name="VCCLCompilerTool"
  387. AdditionalOptions="/MP"
  388. Optimization="2"
  389. EnableIntrinsicFunctions="true"
  390. FavorSizeOrSpeed="0"
  391. OmitFramePointers="true"
  392. WholeProgramOptimization="false"
  393. PreprocessorDefinitions="RARDLL;UNRAR;SILENT;NOCRYPT"
  394. MinimalRebuild="false"
  395. RuntimeLibrary="0"
  396. StructMemberAlignment="0"
  397. BufferSecurityCheck="true"
  398. EnableFunctionLevelLinking="true"
  399. EnableEnhancedInstructionSet="0"
  400. FloatingPointModel="0"
  401. RuntimeTypeInfo="false"
  402. UsePrecompiledHeader="2"
  403. PrecompiledHeaderThrough="rar.hpp"
  404. WarningLevel="3"
  405. DebugInformationFormat="3"
  406. CallingConvention="0"
  407. DisableSpecificWarnings="4007;4996"
  408. />
  409. <Tool
  410. Name="VCManagedResourceCompilerTool"
  411. />
  412. <Tool
  413. Name="VCResourceCompilerTool"
  414. />
  415. <Tool
  416. Name="VCPreLinkEventTool"
  417. />
  418. <Tool
  419. Name="VCLinkerTool"
  420. OutputFile="$(OutDir)\unrar_nocrypt.dll"
  421. LinkIncremental="1"
  422. GenerateManifest="true"
  423. ModuleDefinitionFile="dll_nocrypt.def"
  424. GenerateDebugInformation="true"
  425. SubSystem="1"
  426. OptimizeReferences="2"
  427. EnableCOMDATFolding="2"
  428. LinkTimeCodeGeneration="0"
  429. TargetMachine="1"
  430. />
  431. <Tool
  432. Name="VCALinkTool"
  433. />
  434. <Tool
  435. Name="VCManifestTool"
  436. />
  437. <Tool
  438. Name="VCXDCMakeTool"
  439. />
  440. <Tool
  441. Name="VCBscMakeTool"
  442. />
  443. <Tool
  444. Name="VCFxCopTool"
  445. />
  446. <Tool
  447. Name="VCAppVerifierTool"
  448. />
  449. <Tool
  450. Name="VCPostBuildEventTool"
  451. />
  452. </Configuration>
  453. <Configuration
  454. Name="release_nocrypt|x64"
  455. OutputDirectory="build\unrardll64\$(ConfigurationName)"
  456. IntermediateDirectory="build\unrardll64\$(ConfigurationName)\obj"
  457. ConfigurationType="2"
  458. CharacterSet="2"
  459. WholeProgramOptimization="0"
  460. >
  461. <Tool
  462. Name="VCPreBuildEventTool"
  463. />
  464. <Tool
  465. Name="VCCustomBuildTool"
  466. />
  467. <Tool
  468. Name="VCXMLDataGeneratorTool"
  469. />
  470. <Tool
  471. Name="VCWebServiceProxyGeneratorTool"
  472. />
  473. <Tool
  474. Name="VCMIDLTool"
  475. TargetEnvironment="3"
  476. />
  477. <Tool
  478. Name="VCCLCompilerTool"
  479. AdditionalOptions="/MP"
  480. Optimization="2"
  481. EnableIntrinsicFunctions="true"
  482. FavorSizeOrSpeed="0"
  483. OmitFramePointers="true"
  484. WholeProgramOptimization="false"
  485. PreprocessorDefinitions="RARDLL;UNRAR;SILENT;NOCRYPT"
  486. StringPooling="false"
  487. MinimalRebuild="false"
  488. RuntimeLibrary="0"
  489. BufferSecurityCheck="true"
  490. EnableFunctionLevelLinking="true"
  491. RuntimeTypeInfo="false"
  492. UsePrecompiledHeader="2"
  493. PrecompiledHeaderThrough="rar.hpp"
  494. WarningLevel="3"
  495. DebugInformationFormat="3"
  496. CallingConvention="2"
  497. DisableSpecificWarnings="4007;4996"
  498. />
  499. <Tool
  500. Name="VCManagedResourceCompilerTool"
  501. />
  502. <Tool
  503. Name="VCResourceCompilerTool"
  504. />
  505. <Tool
  506. Name="VCPreLinkEventTool"
  507. />
  508. <Tool
  509. Name="VCLinkerTool"
  510. OutputFile="$(OutDir)\unrar64_nocrypt.dll"
  511. LinkIncremental="1"
  512. GenerateManifest="true"
  513. ModuleDefinitionFile="dll_nocrypt.def"
  514. GenerateDebugInformation="true"
  515. SubSystem="1"
  516. OptimizeReferences="2"
  517. EnableCOMDATFolding="2"
  518. LinkTimeCodeGeneration="0"
  519. TargetMachine="17"
  520. />
  521. <Tool
  522. Name="VCALinkTool"
  523. />
  524. <Tool
  525. Name="VCManifestTool"
  526. />
  527. <Tool
  528. Name="VCXDCMakeTool"
  529. />
  530. <Tool
  531. Name="VCBscMakeTool"
  532. />
  533. <Tool
  534. Name="VCFxCopTool"
  535. />
  536. <Tool
  537. Name="VCAppVerifierTool"
  538. />
  539. <Tool
  540. Name="VCPostBuildEventTool"
  541. />
  542. </Configuration>
  543. </Configurations>
  544. <References>
  545. </References>
  546. <Files>
  547. <Filter
  548. Name="Source Files"
  549. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  550. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  551. >
  552. <File
  553. RelativePath="archive.cpp"
  554. >
  555. </File>
  556. <File
  557. RelativePath="arcread.cpp"
  558. >
  559. </File>
  560. <File
  561. RelativePath="cmddata.cpp"
  562. >
  563. </File>
  564. <File
  565. RelativePath="consio.cpp"
  566. >
  567. </File>
  568. <File
  569. RelativePath="crc.cpp"
  570. >
  571. </File>
  572. <File
  573. RelativePath="crypt.cpp"
  574. >
  575. </File>
  576. <File
  577. RelativePath=".\dll.cpp"
  578. >
  579. </File>
  580. <File
  581. RelativePath="encname.cpp"
  582. >
  583. </File>
  584. <File
  585. RelativePath="errhnd.cpp"
  586. >
  587. </File>
  588. <File
  589. RelativePath="extinfo.cpp"
  590. >
  591. </File>
  592. <File
  593. RelativePath="extract.cpp"
  594. >
  595. </File>
  596. <File
  597. RelativePath="filcreat.cpp"
  598. >
  599. </File>
  600. <File
  601. RelativePath="file.cpp"
  602. >
  603. </File>
  604. <File
  605. RelativePath="filefn.cpp"
  606. >
  607. </File>
  608. <File
  609. RelativePath="filestr.cpp"
  610. >
  611. </File>
  612. <File
  613. RelativePath="find.cpp"
  614. >
  615. </File>
  616. <File
  617. RelativePath="getbits.cpp"
  618. >
  619. </File>
  620. <File
  621. RelativePath="global.cpp"
  622. >
  623. <FileConfiguration
  624. Name="Debug|Win32"
  625. >
  626. <Tool
  627. Name="VCCLCompilerTool"
  628. UsePrecompiledHeader="0"
  629. />
  630. </FileConfiguration>
  631. <FileConfiguration
  632. Name="Debug|x64"
  633. >
  634. <Tool
  635. Name="VCCLCompilerTool"
  636. UsePrecompiledHeader="0"
  637. />
  638. </FileConfiguration>
  639. <FileConfiguration
  640. Name="Release|Win32"
  641. >
  642. <Tool
  643. Name="VCCLCompilerTool"
  644. UsePrecompiledHeader="0"
  645. />
  646. </FileConfiguration>
  647. <FileConfiguration
  648. Name="Release|x64"
  649. >
  650. <Tool
  651. Name="VCCLCompilerTool"
  652. UsePrecompiledHeader="0"
  653. />
  654. </FileConfiguration>
  655. <FileConfiguration
  656. Name="release_nocrypt|Win32"
  657. >
  658. <Tool
  659. Name="VCCLCompilerTool"
  660. UsePrecompiledHeader="0"
  661. />
  662. </FileConfiguration>
  663. <FileConfiguration
  664. Name="release_nocrypt|x64"
  665. >
  666. <Tool
  667. Name="VCCLCompilerTool"
  668. UsePrecompiledHeader="0"
  669. />
  670. </FileConfiguration>
  671. </File>
  672. <File
  673. RelativePath="isnt.cpp"
  674. >
  675. </File>
  676. <File
  677. RelativePath="list.cpp"
  678. >
  679. </File>
  680. <File
  681. RelativePath="match.cpp"
  682. >
  683. </File>
  684. <File
  685. RelativePath="options.cpp"
  686. >
  687. </File>
  688. <File
  689. RelativePath="pathfn.cpp"
  690. >
  691. </File>
  692. <File
  693. RelativePath="rar.cpp"
  694. >
  695. </File>
  696. <File
  697. RelativePath="rarpch.cpp"
  698. >
  699. <FileConfiguration
  700. Name="Debug|Win32"
  701. >
  702. <Tool
  703. Name="VCCLCompilerTool"
  704. UsePrecompiledHeader="1"
  705. />
  706. </FileConfiguration>
  707. <FileConfiguration
  708. Name="Debug|x64"
  709. >
  710. <Tool
  711. Name="VCCLCompilerTool"
  712. UsePrecompiledHeader="1"
  713. />
  714. </FileConfiguration>
  715. <FileConfiguration
  716. Name="Release|Win32"
  717. >
  718. <Tool
  719. Name="VCCLCompilerTool"
  720. UsePrecompiledHeader="1"
  721. />
  722. </FileConfiguration>
  723. <FileConfiguration
  724. Name="Release|x64"
  725. >
  726. <Tool
  727. Name="VCCLCompilerTool"
  728. UsePrecompiledHeader="1"
  729. />
  730. </FileConfiguration>
  731. <FileConfiguration
  732. Name="release_nocrypt|Win32"
  733. >
  734. <Tool
  735. Name="VCCLCompilerTool"
  736. UsePrecompiledHeader="1"
  737. />
  738. </FileConfiguration>
  739. <FileConfiguration
  740. Name="release_nocrypt|x64"
  741. >
  742. <Tool
  743. Name="VCCLCompilerTool"
  744. UsePrecompiledHeader="1"
  745. />
  746. </FileConfiguration>
  747. </File>
  748. <File
  749. RelativePath="rarvm.cpp"
  750. >
  751. </File>
  752. <File
  753. RelativePath="rawread.cpp"
  754. >
  755. </File>
  756. <File
  757. RelativePath="rdwrfn.cpp"
  758. >
  759. </File>
  760. <File
  761. RelativePath="recvol.cpp"
  762. >
  763. </File>
  764. <File
  765. RelativePath="rijndael.cpp"
  766. >
  767. </File>
  768. <File
  769. RelativePath="rs.cpp"
  770. >
  771. </File>
  772. <File
  773. RelativePath="savepos.cpp"
  774. >
  775. </File>
  776. <File
  777. RelativePath="scantree.cpp"
  778. >
  779. </File>
  780. <File
  781. RelativePath="sha1.cpp"
  782. >
  783. </File>
  784. <File
  785. RelativePath=".\smallfn.cpp"
  786. >
  787. </File>
  788. <File
  789. RelativePath="strfn.cpp"
  790. >
  791. </File>
  792. <File
  793. RelativePath="strlist.cpp"
  794. >
  795. </File>
  796. <File
  797. RelativePath="system.cpp"
  798. >
  799. </File>
  800. <File
  801. RelativePath="timefn.cpp"
  802. >
  803. </File>
  804. <File
  805. RelativePath="ulinks.cpp"
  806. >
  807. </File>
  808. <File
  809. RelativePath="unicode.cpp"
  810. >
  811. </File>
  812. <File
  813. RelativePath="unpack.cpp"
  814. >
  815. </File>
  816. <File
  817. RelativePath="volume.cpp"
  818. >
  819. </File>
  820. </Filter>
  821. <Filter
  822. Name="Header Files"
  823. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  824. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  825. >
  826. <File
  827. RelativePath="rar.hpp"
  828. >
  829. </File>
  830. </Filter>
  831. <Filter
  832. Name="Resource Files"
  833. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  834. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  835. >
  836. <File
  837. RelativePath=".\dll.rc"
  838. >
  839. </File>
  840. </Filter>
  841. </Files>
  842. <Globals>
  843. </Globals>
  844. </VisualStudioProject>