UnRAR.vcproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="UnRAR"
  6. ProjectGUID="{95CC809B-03FC-4EDB-BB20-FD07A698C05F}"
  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\unrar32\$(ConfigurationName)"
  25. IntermediateDirectory="build\unrar32\$(ConfigurationName)\obj"
  26. ConfigurationType="1"
  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="UNRAR"
  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="2"
  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. LinkIncremental="2"
  72. GenerateManifest="false"
  73. GenerateDebugInformation="true"
  74. SubSystem="1"
  75. TargetMachine="1"
  76. />
  77. <Tool
  78. Name="VCALinkTool"
  79. />
  80. <Tool
  81. Name="VCManifestTool"
  82. />
  83. <Tool
  84. Name="VCXDCMakeTool"
  85. />
  86. <Tool
  87. Name="VCBscMakeTool"
  88. />
  89. <Tool
  90. Name="VCFxCopTool"
  91. />
  92. <Tool
  93. Name="VCAppVerifierTool"
  94. />
  95. <Tool
  96. Name="VCPostBuildEventTool"
  97. />
  98. </Configuration>
  99. <Configuration
  100. Name="Debug|x64"
  101. OutputDirectory="build\unrar64\$(ConfigurationName)"
  102. IntermediateDirectory="build\unrar64\$(ConfigurationName)\obj"
  103. ConfigurationType="1"
  104. CharacterSet="2"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. TargetEnvironment="3"
  121. />
  122. <Tool
  123. Name="VCCLCompilerTool"
  124. AdditionalOptions="/MP"
  125. Optimization="0"
  126. PreprocessorDefinitions="UNRAR"
  127. MinimalRebuild="false"
  128. BasicRuntimeChecks="3"
  129. RuntimeLibrary="1"
  130. RuntimeTypeInfo="false"
  131. UsePrecompiledHeader="2"
  132. PrecompiledHeaderThrough="rar.hpp"
  133. WarningLevel="3"
  134. DebugInformationFormat="3"
  135. CallingConvention="2"
  136. DisableSpecificWarnings="4007;4996"
  137. />
  138. <Tool
  139. Name="VCManagedResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCResourceCompilerTool"
  143. />
  144. <Tool
  145. Name="VCPreLinkEventTool"
  146. />
  147. <Tool
  148. Name="VCLinkerTool"
  149. LinkIncremental="2"
  150. GenerateManifest="false"
  151. GenerateDebugInformation="true"
  152. SubSystem="1"
  153. TargetMachine="17"
  154. />
  155. <Tool
  156. Name="VCALinkTool"
  157. />
  158. <Tool
  159. Name="VCManifestTool"
  160. />
  161. <Tool
  162. Name="VCXDCMakeTool"
  163. />
  164. <Tool
  165. Name="VCBscMakeTool"
  166. />
  167. <Tool
  168. Name="VCFxCopTool"
  169. />
  170. <Tool
  171. Name="VCAppVerifierTool"
  172. />
  173. <Tool
  174. Name="VCPostBuildEventTool"
  175. />
  176. </Configuration>
  177. <Configuration
  178. Name="Release|Win32"
  179. OutputDirectory="build\unrar32\$(ConfigurationName)"
  180. IntermediateDirectory="build\unrar32\$(ConfigurationName)\obj"
  181. ConfigurationType="1"
  182. CharacterSet="2"
  183. WholeProgramOptimization="1"
  184. >
  185. <Tool
  186. Name="VCPreBuildEventTool"
  187. />
  188. <Tool
  189. Name="VCCustomBuildTool"
  190. />
  191. <Tool
  192. Name="VCXMLDataGeneratorTool"
  193. />
  194. <Tool
  195. Name="VCWebServiceProxyGeneratorTool"
  196. />
  197. <Tool
  198. Name="VCMIDLTool"
  199. />
  200. <Tool
  201. Name="VCCLCompilerTool"
  202. AdditionalOptions="/MP"
  203. Optimization="2"
  204. EnableIntrinsicFunctions="true"
  205. FavorSizeOrSpeed="0"
  206. OmitFramePointers="true"
  207. WholeProgramOptimization="false"
  208. PreprocessorDefinitions="UNRAR"
  209. MinimalRebuild="false"
  210. RuntimeLibrary="0"
  211. StructMemberAlignment="0"
  212. BufferSecurityCheck="true"
  213. EnableFunctionLevelLinking="true"
  214. EnableEnhancedInstructionSet="0"
  215. FloatingPointModel="0"
  216. RuntimeTypeInfo="false"
  217. UsePrecompiledHeader="2"
  218. PrecompiledHeaderThrough="rar.hpp"
  219. WarningLevel="3"
  220. DebugInformationFormat="3"
  221. CallingConvention="2"
  222. DisableSpecificWarnings="4007;4996"
  223. />
  224. <Tool
  225. Name="VCManagedResourceCompilerTool"
  226. />
  227. <Tool
  228. Name="VCResourceCompilerTool"
  229. />
  230. <Tool
  231. Name="VCPreLinkEventTool"
  232. />
  233. <Tool
  234. Name="VCLinkerTool"
  235. LinkIncremental="1"
  236. GenerateManifest="false"
  237. GenerateDebugInformation="true"
  238. SubSystem="1"
  239. OptimizeReferences="2"
  240. EnableCOMDATFolding="2"
  241. LinkTimeCodeGeneration="0"
  242. TargetMachine="1"
  243. />
  244. <Tool
  245. Name="VCALinkTool"
  246. />
  247. <Tool
  248. Name="VCManifestTool"
  249. />
  250. <Tool
  251. Name="VCXDCMakeTool"
  252. />
  253. <Tool
  254. Name="VCBscMakeTool"
  255. />
  256. <Tool
  257. Name="VCFxCopTool"
  258. />
  259. <Tool
  260. Name="VCAppVerifierTool"
  261. />
  262. <Tool
  263. Name="VCPostBuildEventTool"
  264. />
  265. </Configuration>
  266. <Configuration
  267. Name="Release|x64"
  268. OutputDirectory="build\unrar64\$(ConfigurationName)"
  269. IntermediateDirectory="build\unrar64\$(ConfigurationName)\obj"
  270. ConfigurationType="1"
  271. CharacterSet="2"
  272. WholeProgramOptimization="0"
  273. >
  274. <Tool
  275. Name="VCPreBuildEventTool"
  276. />
  277. <Tool
  278. Name="VCCustomBuildTool"
  279. />
  280. <Tool
  281. Name="VCXMLDataGeneratorTool"
  282. />
  283. <Tool
  284. Name="VCWebServiceProxyGeneratorTool"
  285. />
  286. <Tool
  287. Name="VCMIDLTool"
  288. TargetEnvironment="3"
  289. />
  290. <Tool
  291. Name="VCCLCompilerTool"
  292. AdditionalOptions="/MP"
  293. Optimization="1"
  294. EnableIntrinsicFunctions="true"
  295. FavorSizeOrSpeed="0"
  296. OmitFramePointers="true"
  297. WholeProgramOptimization="false"
  298. PreprocessorDefinitions="UNRAR"
  299. StringPooling="false"
  300. MinimalRebuild="false"
  301. RuntimeLibrary="0"
  302. BufferSecurityCheck="true"
  303. EnableFunctionLevelLinking="true"
  304. RuntimeTypeInfo="false"
  305. UsePrecompiledHeader="2"
  306. PrecompiledHeaderThrough="rar.hpp"
  307. WarningLevel="3"
  308. DebugInformationFormat="3"
  309. CallingConvention="2"
  310. DisableSpecificWarnings="4007;4996"
  311. />
  312. <Tool
  313. Name="VCManagedResourceCompilerTool"
  314. />
  315. <Tool
  316. Name="VCResourceCompilerTool"
  317. />
  318. <Tool
  319. Name="VCPreLinkEventTool"
  320. />
  321. <Tool
  322. Name="VCLinkerTool"
  323. LinkIncremental="1"
  324. GenerateManifest="false"
  325. GenerateDebugInformation="true"
  326. SubSystem="1"
  327. OptimizeReferences="2"
  328. EnableCOMDATFolding="2"
  329. LinkTimeCodeGeneration="0"
  330. TargetMachine="17"
  331. />
  332. <Tool
  333. Name="VCALinkTool"
  334. />
  335. <Tool
  336. Name="VCManifestTool"
  337. />
  338. <Tool
  339. Name="VCXDCMakeTool"
  340. />
  341. <Tool
  342. Name="VCBscMakeTool"
  343. />
  344. <Tool
  345. Name="VCFxCopTool"
  346. />
  347. <Tool
  348. Name="VCAppVerifierTool"
  349. />
  350. <Tool
  351. Name="VCPostBuildEventTool"
  352. />
  353. </Configuration>
  354. </Configurations>
  355. <References>
  356. </References>
  357. <Files>
  358. <Filter
  359. Name="Source Files"
  360. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  361. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  362. >
  363. <File
  364. RelativePath="archive.cpp"
  365. >
  366. </File>
  367. <File
  368. RelativePath="arcread.cpp"
  369. >
  370. </File>
  371. <File
  372. RelativePath="cmddata.cpp"
  373. >
  374. </File>
  375. <File
  376. RelativePath="consio.cpp"
  377. >
  378. </File>
  379. <File
  380. RelativePath="crc.cpp"
  381. >
  382. </File>
  383. <File
  384. RelativePath="crypt.cpp"
  385. >
  386. </File>
  387. <File
  388. RelativePath="encname.cpp"
  389. >
  390. </File>
  391. <File
  392. RelativePath="errhnd.cpp"
  393. >
  394. </File>
  395. <File
  396. RelativePath="extinfo.cpp"
  397. >
  398. </File>
  399. <File
  400. RelativePath="extract.cpp"
  401. >
  402. </File>
  403. <File
  404. RelativePath="filcreat.cpp"
  405. >
  406. </File>
  407. <File
  408. RelativePath="file.cpp"
  409. >
  410. </File>
  411. <File
  412. RelativePath="filefn.cpp"
  413. >
  414. </File>
  415. <File
  416. RelativePath="filestr.cpp"
  417. >
  418. </File>
  419. <File
  420. RelativePath="find.cpp"
  421. >
  422. </File>
  423. <File
  424. RelativePath="getbits.cpp"
  425. >
  426. </File>
  427. <File
  428. RelativePath="global.cpp"
  429. >
  430. <FileConfiguration
  431. Name="Debug|Win32"
  432. >
  433. <Tool
  434. Name="VCCLCompilerTool"
  435. UsePrecompiledHeader="0"
  436. />
  437. </FileConfiguration>
  438. <FileConfiguration
  439. Name="Debug|x64"
  440. >
  441. <Tool
  442. Name="VCCLCompilerTool"
  443. UsePrecompiledHeader="0"
  444. />
  445. </FileConfiguration>
  446. <FileConfiguration
  447. Name="Release|Win32"
  448. >
  449. <Tool
  450. Name="VCCLCompilerTool"
  451. UsePrecompiledHeader="0"
  452. />
  453. </FileConfiguration>
  454. <FileConfiguration
  455. Name="Release|x64"
  456. >
  457. <Tool
  458. Name="VCCLCompilerTool"
  459. UsePrecompiledHeader="0"
  460. />
  461. </FileConfiguration>
  462. </File>
  463. <File
  464. RelativePath="isnt.cpp"
  465. >
  466. </File>
  467. <File
  468. RelativePath="list.cpp"
  469. >
  470. </File>
  471. <File
  472. RelativePath="match.cpp"
  473. >
  474. </File>
  475. <File
  476. RelativePath="options.cpp"
  477. >
  478. </File>
  479. <File
  480. RelativePath="pathfn.cpp"
  481. >
  482. </File>
  483. <File
  484. RelativePath="rar.cpp"
  485. >
  486. </File>
  487. <File
  488. RelativePath="rarpch.cpp"
  489. >
  490. <FileConfiguration
  491. Name="Debug|Win32"
  492. >
  493. <Tool
  494. Name="VCCLCompilerTool"
  495. UsePrecompiledHeader="1"
  496. />
  497. </FileConfiguration>
  498. <FileConfiguration
  499. Name="Debug|x64"
  500. >
  501. <Tool
  502. Name="VCCLCompilerTool"
  503. UsePrecompiledHeader="1"
  504. />
  505. </FileConfiguration>
  506. <FileConfiguration
  507. Name="Release|Win32"
  508. >
  509. <Tool
  510. Name="VCCLCompilerTool"
  511. UsePrecompiledHeader="1"
  512. />
  513. </FileConfiguration>
  514. <FileConfiguration
  515. Name="Release|x64"
  516. >
  517. <Tool
  518. Name="VCCLCompilerTool"
  519. UsePrecompiledHeader="1"
  520. />
  521. </FileConfiguration>
  522. </File>
  523. <File
  524. RelativePath="rarvm.cpp"
  525. >
  526. </File>
  527. <File
  528. RelativePath="rawread.cpp"
  529. >
  530. </File>
  531. <File
  532. RelativePath="rdwrfn.cpp"
  533. >
  534. </File>
  535. <File
  536. RelativePath="recvol.cpp"
  537. >
  538. </File>
  539. <File
  540. RelativePath="resource.cpp"
  541. >
  542. </File>
  543. <File
  544. RelativePath="rijndael.cpp"
  545. >
  546. </File>
  547. <File
  548. RelativePath="rs.cpp"
  549. >
  550. </File>
  551. <File
  552. RelativePath="savepos.cpp"
  553. >
  554. </File>
  555. <File
  556. RelativePath="scantree.cpp"
  557. >
  558. </File>
  559. <File
  560. RelativePath="sha1.cpp"
  561. >
  562. </File>
  563. <File
  564. RelativePath="smallfn.cpp"
  565. >
  566. </File>
  567. <File
  568. RelativePath="strfn.cpp"
  569. >
  570. </File>
  571. <File
  572. RelativePath="strlist.cpp"
  573. >
  574. </File>
  575. <File
  576. RelativePath="system.cpp"
  577. >
  578. </File>
  579. <File
  580. RelativePath="timefn.cpp"
  581. >
  582. </File>
  583. <File
  584. RelativePath="ulinks.cpp"
  585. >
  586. </File>
  587. <File
  588. RelativePath="unicode.cpp"
  589. >
  590. </File>
  591. <File
  592. RelativePath="unpack.cpp"
  593. >
  594. </File>
  595. <File
  596. RelativePath="volume.cpp"
  597. >
  598. </File>
  599. </Filter>
  600. <Filter
  601. Name="Header Files"
  602. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  603. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  604. >
  605. <File
  606. RelativePath="rar.hpp"
  607. >
  608. </File>
  609. </Filter>
  610. <Filter
  611. Name="Resource Files"
  612. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  613. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  614. >
  615. </Filter>
  616. </Files>
  617. <Globals>
  618. </Globals>
  619. </VisualStudioProject>