rehash08.vcproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="rehash"
  6. ProjectGUID="{66BAC47C-C6FE-4731-9CCB-ADAEF6569E1C}"
  7. TargetFrameworkVersion="0"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Release|Win32"
  19. OutputDirectory=".\Release"
  20. IntermediateDirectory=".\Release"
  21. ConfigurationType="1"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. TypeLibraryName=".\Release/rehash08.tlb"
  42. HeaderFileName=""
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="2"
  47. InlineFunctionExpansion="1"
  48. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  49. StringPooling="true"
  50. RuntimeLibrary="0"
  51. EnableFunctionLevelLinking="true"
  52. PrecompiledHeaderFile=".\Release/rehash08.pch"
  53. AssemblerListingLocation=".\Release/"
  54. ObjectFile=".\Release/"
  55. ProgramDataBaseFileName=".\Release/"
  56. WarningLevel="3"
  57. SuppressStartupBanner="true"
  58. />
  59. <Tool
  60. Name="VCManagedResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. PreprocessorDefinitions="NDEBUG"
  65. Culture="1031"
  66. />
  67. <Tool
  68. Name="VCPreLinkEventTool"
  69. />
  70. <Tool
  71. Name="VCLinkerTool"
  72. OutputFile=".\Release/rehash08.exe"
  73. LinkIncremental="1"
  74. SuppressStartupBanner="true"
  75. ProgramDatabaseFile=".\Release/rehash08.pdb"
  76. SubSystem="1"
  77. RandomizedBaseAddress="1"
  78. DataExecutionPrevention="0"
  79. TargetMachine="1"
  80. />
  81. <Tool
  82. Name="VCALinkTool"
  83. />
  84. <Tool
  85. Name="VCManifestTool"
  86. />
  87. <Tool
  88. Name="VCXDCMakeTool"
  89. />
  90. <Tool
  91. Name="VCBscMakeTool"
  92. SuppressStartupBanner="true"
  93. OutputFile=".\Release/rehash08.bsc"
  94. />
  95. <Tool
  96. Name="VCFxCopTool"
  97. />
  98. <Tool
  99. Name="VCAppVerifierTool"
  100. />
  101. <Tool
  102. Name="VCPostBuildEventTool"
  103. />
  104. </Configuration>
  105. <Configuration
  106. Name="Debug|Win32"
  107. OutputDirectory=".\Debug"
  108. IntermediateDirectory=".\Debug"
  109. ConfigurationType="1"
  110. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  111. UseOfMFC="0"
  112. ATLMinimizesCRunTimeLibraryUsage="false"
  113. CharacterSet="2"
  114. >
  115. <Tool
  116. Name="VCPreBuildEventTool"
  117. />
  118. <Tool
  119. Name="VCCustomBuildTool"
  120. />
  121. <Tool
  122. Name="VCXMLDataGeneratorTool"
  123. />
  124. <Tool
  125. Name="VCWebServiceProxyGeneratorTool"
  126. />
  127. <Tool
  128. Name="VCMIDLTool"
  129. TypeLibraryName=".\Debug/rehash08.tlb"
  130. HeaderFileName=""
  131. />
  132. <Tool
  133. Name="VCCLCompilerTool"
  134. Optimization="0"
  135. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  136. MinimalRebuild="true"
  137. RuntimeLibrary="1"
  138. PrecompiledHeaderFile=".\Debug/rehash08.pch"
  139. AssemblerListingLocation=".\Debug/"
  140. ObjectFile=".\Debug/"
  141. ProgramDataBaseFileName=".\Debug/"
  142. WarningLevel="3"
  143. SuppressStartupBanner="true"
  144. DebugInformationFormat="4"
  145. />
  146. <Tool
  147. Name="VCManagedResourceCompilerTool"
  148. />
  149. <Tool
  150. Name="VCResourceCompilerTool"
  151. PreprocessorDefinitions="_DEBUG"
  152. Culture="1031"
  153. />
  154. <Tool
  155. Name="VCPreLinkEventTool"
  156. />
  157. <Tool
  158. Name="VCLinkerTool"
  159. OutputFile=".\Debug/rehash08.exe"
  160. LinkIncremental="2"
  161. SuppressStartupBanner="true"
  162. GenerateDebugInformation="true"
  163. ProgramDatabaseFile=".\Debug/rehash08.pdb"
  164. SubSystem="1"
  165. RandomizedBaseAddress="1"
  166. DataExecutionPrevention="0"
  167. TargetMachine="1"
  168. />
  169. <Tool
  170. Name="VCALinkTool"
  171. />
  172. <Tool
  173. Name="VCManifestTool"
  174. />
  175. <Tool
  176. Name="VCXDCMakeTool"
  177. />
  178. <Tool
  179. Name="VCBscMakeTool"
  180. SuppressStartupBanner="true"
  181. OutputFile=".\Debug/rehash08.bsc"
  182. />
  183. <Tool
  184. Name="VCFxCopTool"
  185. />
  186. <Tool
  187. Name="VCAppVerifierTool"
  188. />
  189. <Tool
  190. Name="VCPostBuildEventTool"
  191. />
  192. </Configuration>
  193. </Configurations>
  194. <References>
  195. </References>
  196. <Files>
  197. <Filter
  198. Name="algo"
  199. >
  200. <File
  201. RelativePath="algo\crc16.cpp"
  202. >
  203. <FileConfiguration
  204. Name="Release|Win32"
  205. >
  206. <Tool
  207. Name="VCCLCompilerTool"
  208. PreprocessorDefinitions=""
  209. />
  210. </FileConfiguration>
  211. <FileConfiguration
  212. Name="Debug|Win32"
  213. >
  214. <Tool
  215. Name="VCCLCompilerTool"
  216. PreprocessorDefinitions=""
  217. />
  218. </FileConfiguration>
  219. </File>
  220. <File
  221. RelativePath="algo\crc16.h"
  222. >
  223. </File>
  224. <File
  225. RelativePath="algo\crc32.cpp"
  226. >
  227. <FileConfiguration
  228. Name="Release|Win32"
  229. >
  230. <Tool
  231. Name="VCCLCompilerTool"
  232. PreprocessorDefinitions=""
  233. />
  234. </FileConfiguration>
  235. <FileConfiguration
  236. Name="Debug|Win32"
  237. >
  238. <Tool
  239. Name="VCCLCompilerTool"
  240. PreprocessorDefinitions=""
  241. />
  242. </FileConfiguration>
  243. </File>
  244. <File
  245. RelativePath="algo\crc32.h"
  246. >
  247. </File>
  248. <File
  249. RelativePath="algo\fcs.cpp"
  250. >
  251. <FileConfiguration
  252. Name="Release|Win32"
  253. >
  254. <Tool
  255. Name="VCCLCompilerTool"
  256. PreprocessorDefinitions=""
  257. />
  258. </FileConfiguration>
  259. <FileConfiguration
  260. Name="Debug|Win32"
  261. >
  262. <Tool
  263. Name="VCCLCompilerTool"
  264. PreprocessorDefinitions=""
  265. />
  266. </FileConfiguration>
  267. </File>
  268. <File
  269. RelativePath="algo\fcs.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath="algo\ghash.cpp"
  274. >
  275. <FileConfiguration
  276. Name="Release|Win32"
  277. >
  278. <Tool
  279. Name="VCCLCompilerTool"
  280. PreprocessorDefinitions=""
  281. />
  282. </FileConfiguration>
  283. <FileConfiguration
  284. Name="Debug|Win32"
  285. >
  286. <Tool
  287. Name="VCCLCompilerTool"
  288. PreprocessorDefinitions=""
  289. />
  290. </FileConfiguration>
  291. </File>
  292. <File
  293. RelativePath="algo\ghash.h"
  294. >
  295. </File>
  296. <File
  297. RelativePath="algo\gosthash.cpp"
  298. >
  299. <FileConfiguration
  300. Name="Release|Win32"
  301. >
  302. <Tool
  303. Name="VCCLCompilerTool"
  304. PreprocessorDefinitions=""
  305. />
  306. </FileConfiguration>
  307. <FileConfiguration
  308. Name="Debug|Win32"
  309. >
  310. <Tool
  311. Name="VCCLCompilerTool"
  312. PreprocessorDefinitions=""
  313. />
  314. </FileConfiguration>
  315. </File>
  316. <File
  317. RelativePath="algo\gosthash.h"
  318. >
  319. </File>
  320. <File
  321. RelativePath="algo\haval.cpp"
  322. >
  323. <FileConfiguration
  324. Name="Release|Win32"
  325. >
  326. <Tool
  327. Name="VCCLCompilerTool"
  328. PreprocessorDefinitions=""
  329. />
  330. </FileConfiguration>
  331. <FileConfiguration
  332. Name="Debug|Win32"
  333. >
  334. <Tool
  335. Name="VCCLCompilerTool"
  336. PreprocessorDefinitions=""
  337. />
  338. </FileConfiguration>
  339. </File>
  340. <File
  341. RelativePath="algo\haval.h"
  342. >
  343. </File>
  344. <File
  345. RelativePath="algo\md2.cpp"
  346. >
  347. <FileConfiguration
  348. Name="Release|Win32"
  349. >
  350. <Tool
  351. Name="VCCLCompilerTool"
  352. PreprocessorDefinitions=""
  353. />
  354. </FileConfiguration>
  355. <FileConfiguration
  356. Name="Debug|Win32"
  357. >
  358. <Tool
  359. Name="VCCLCompilerTool"
  360. PreprocessorDefinitions=""
  361. />
  362. </FileConfiguration>
  363. </File>
  364. <File
  365. RelativePath="algo\md2.h"
  366. >
  367. </File>
  368. <File
  369. RelativePath="algo\md4.cpp"
  370. >
  371. <FileConfiguration
  372. Name="Release|Win32"
  373. >
  374. <Tool
  375. Name="VCCLCompilerTool"
  376. PreprocessorDefinitions=""
  377. />
  378. </FileConfiguration>
  379. <FileConfiguration
  380. Name="Debug|Win32"
  381. >
  382. <Tool
  383. Name="VCCLCompilerTool"
  384. PreprocessorDefinitions=""
  385. />
  386. </FileConfiguration>
  387. </File>
  388. <File
  389. RelativePath="algo\md4.h"
  390. >
  391. </File>
  392. <File
  393. RelativePath="algo\md5.cpp"
  394. >
  395. <FileConfiguration
  396. Name="Release|Win32"
  397. >
  398. <Tool
  399. Name="VCCLCompilerTool"
  400. PreprocessorDefinitions=""
  401. />
  402. </FileConfiguration>
  403. <FileConfiguration
  404. Name="Debug|Win32"
  405. >
  406. <Tool
  407. Name="VCCLCompilerTool"
  408. PreprocessorDefinitions=""
  409. />
  410. </FileConfiguration>
  411. </File>
  412. <File
  413. RelativePath="algo\md5.h"
  414. >
  415. </File>
  416. <File
  417. RelativePath="algo\sha1.cpp"
  418. >
  419. <FileConfiguration
  420. Name="Release|Win32"
  421. >
  422. <Tool
  423. Name="VCCLCompilerTool"
  424. PreprocessorDefinitions=""
  425. />
  426. </FileConfiguration>
  427. <FileConfiguration
  428. Name="Debug|Win32"
  429. >
  430. <Tool
  431. Name="VCCLCompilerTool"
  432. PreprocessorDefinitions=""
  433. />
  434. </FileConfiguration>
  435. </File>
  436. <File
  437. RelativePath="algo\sha1.h"
  438. >
  439. </File>
  440. <File
  441. RelativePath="algo\sha2.cpp"
  442. >
  443. <FileConfiguration
  444. Name="Release|Win32"
  445. >
  446. <Tool
  447. Name="VCCLCompilerTool"
  448. PreprocessorDefinitions=""
  449. />
  450. </FileConfiguration>
  451. <FileConfiguration
  452. Name="Debug|Win32"
  453. >
  454. <Tool
  455. Name="VCCLCompilerTool"
  456. PreprocessorDefinitions=""
  457. />
  458. </FileConfiguration>
  459. </File>
  460. <File
  461. RelativePath="algo\sha2.h"
  462. >
  463. </File>
  464. <File
  465. RelativePath="algo\sizehash.cpp"
  466. >
  467. <FileConfiguration
  468. Name="Release|Win32"
  469. >
  470. <Tool
  471. Name="VCCLCompilerTool"
  472. PreprocessorDefinitions=""
  473. />
  474. </FileConfiguration>
  475. <FileConfiguration
  476. Name="Debug|Win32"
  477. >
  478. <Tool
  479. Name="VCCLCompilerTool"
  480. PreprocessorDefinitions=""
  481. />
  482. </FileConfiguration>
  483. </File>
  484. <File
  485. RelativePath="algo\sizehash.h"
  486. >
  487. </File>
  488. <File
  489. RelativePath="algo\tiger.cpp"
  490. >
  491. <FileConfiguration
  492. Name="Release|Win32"
  493. >
  494. <Tool
  495. Name="VCCLCompilerTool"
  496. PreprocessorDefinitions=""
  497. />
  498. </FileConfiguration>
  499. <FileConfiguration
  500. Name="Debug|Win32"
  501. >
  502. <Tool
  503. Name="VCCLCompilerTool"
  504. PreprocessorDefinitions=""
  505. />
  506. </FileConfiguration>
  507. </File>
  508. <File
  509. RelativePath="algo\tiger.h"
  510. >
  511. </File>
  512. </Filter>
  513. <Filter
  514. Name="main"
  515. >
  516. <File
  517. RelativePath="hashmgr.cpp"
  518. >
  519. <FileConfiguration
  520. Name="Release|Win32"
  521. >
  522. <Tool
  523. Name="VCCLCompilerTool"
  524. PreprocessorDefinitions=""
  525. />
  526. </FileConfiguration>
  527. <FileConfiguration
  528. Name="Debug|Win32"
  529. >
  530. <Tool
  531. Name="VCCLCompilerTool"
  532. PreprocessorDefinitions=""
  533. />
  534. </FileConfiguration>
  535. </File>
  536. <File
  537. RelativePath="hashmgr.h"
  538. >
  539. </File>
  540. <File
  541. RelativePath="rehash.cpp"
  542. >
  543. <FileConfiguration
  544. Name="Release|Win32"
  545. >
  546. <Tool
  547. Name="VCCLCompilerTool"
  548. PreprocessorDefinitions=""
  549. />
  550. </FileConfiguration>
  551. <FileConfiguration
  552. Name="Debug|Win32"
  553. >
  554. <Tool
  555. Name="VCCLCompilerTool"
  556. PreprocessorDefinitions=""
  557. />
  558. </FileConfiguration>
  559. </File>
  560. <File
  561. RelativePath="rehash.h"
  562. >
  563. </File>
  564. </Filter>
  565. <Filter
  566. Name="util"
  567. >
  568. <File
  569. RelativePath="clutil.cpp"
  570. >
  571. <FileConfiguration
  572. Name="Release|Win32"
  573. >
  574. <Tool
  575. Name="VCCLCompilerTool"
  576. PreprocessorDefinitions=""
  577. />
  578. </FileConfiguration>
  579. <FileConfiguration
  580. Name="Debug|Win32"
  581. >
  582. <Tool
  583. Name="VCCLCompilerTool"
  584. PreprocessorDefinitions=""
  585. />
  586. </FileConfiguration>
  587. </File>
  588. <File
  589. RelativePath="clutil.h"
  590. >
  591. </File>
  592. </Filter>
  593. <Filter
  594. Name="system"
  595. >
  596. <File
  597. RelativePath="rhsyscfg.h"
  598. >
  599. </File>
  600. </Filter>
  601. </Files>
  602. <Globals>
  603. </Globals>
  604. </VisualStudioProject>