Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1811 lines
38 KiB

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="cryptest"
  6. ProjectGUID="{9EAFA456-89B4-4879-AD4F-C2C341184CF5}"
  7. RootNamespace="cryptest"
  8. SccLocalPath="."
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Release|Win32"
  23. OutputDirectory="$(PlatformName)\Output\$(ConfigurationName)"
  24. IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
  25. ConfigurationType="1"
  26. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  27. UseOfMFC="0"
  28. ATLMinimizesCRunTimeLibraryUsage="false"
  29. CharacterSet="2"
  30. WholeProgramOptimization="1"
  31. >
  32. <Tool
  33. Name="VCPreBuildEventTool"
  34. />
  35. <Tool
  36. Name="VCCustomBuildTool"
  37. />
  38. <Tool
  39. Name="VCXMLDataGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCMIDLTool"
  43. TypeLibraryName=".\CTRelease/cryptest.tlb"
  44. HeaderFileName=""
  45. />
  46. <Tool
  47. Name="VCCLCompilerTool"
  48. AdditionalOptions="/Zm400 "
  49. Optimization="2"
  50. InlineFunctionExpansion="2"
  51. EnableIntrinsicFunctions="true"
  52. OmitFramePointers="true"
  53. WholeProgramOptimization="false"
  54. PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
  55. StringPooling="true"
  56. RuntimeLibrary="0"
  57. EnableFunctionLevelLinking="true"
  58. UsePrecompiledHeader="0"
  59. WarningLevel="3"
  60. SuppressStartupBanner="true"
  61. DebugInformationFormat="3"
  62. />
  63. <Tool
  64. Name="VCManagedResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCResourceCompilerTool"
  68. PreprocessorDefinitions="NDEBUG"
  69. Culture="1033"
  70. />
  71. <Tool
  72. Name="VCPreLinkEventTool"
  73. />
  74. <Tool
  75. Name="VCLinkerTool"
  76. AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib"
  77. SuppressStartupBanner="true"
  78. GenerateDebugInformation="true"
  79. SubSystem="1"
  80. OptimizeReferences="2"
  81. EnableCOMDATFolding="2"
  82. />
  83. <Tool
  84. Name="VCALinkTool"
  85. />
  86. <Tool
  87. Name="VCManifestTool"
  88. />
  89. <Tool
  90. Name="VCXDCMakeTool"
  91. />
  92. <Tool
  93. Name="VCBscMakeTool"
  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="Release|x64"
  107. OutputDirectory="$(PlatformName)\Output\$(ConfigurationName)"
  108. IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
  109. ConfigurationType="1"
  110. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  111. UseOfMFC="0"
  112. ATLMinimizesCRunTimeLibraryUsage="false"
  113. CharacterSet="2"
  114. WholeProgramOptimization="1"
  115. >
  116. <Tool
  117. Name="VCPreBuildEventTool"
  118. />
  119. <Tool
  120. Name="VCCustomBuildTool"
  121. />
  122. <Tool
  123. Name="VCXMLDataGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCMIDLTool"
  127. TargetEnvironment="3"
  128. TypeLibraryName=".\CTRelease/cryptest.tlb"
  129. HeaderFileName=""
  130. />
  131. <Tool
  132. Name="VCCLCompilerTool"
  133. AdditionalOptions="/Zm400 "
  134. Optimization="2"
  135. InlineFunctionExpansion="2"
  136. EnableIntrinsicFunctions="true"
  137. OmitFramePointers="true"
  138. PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32"
  139. StringPooling="true"
  140. RuntimeLibrary="0"
  141. EnableFunctionLevelLinking="true"
  142. EnableEnhancedInstructionSet="0"
  143. UsePrecompiledHeader="0"
  144. WarningLevel="3"
  145. SuppressStartupBanner="true"
  146. DebugInformationFormat="3"
  147. />
  148. <Tool
  149. Name="VCManagedResourceCompilerTool"
  150. />
  151. <Tool
  152. Name="VCResourceCompilerTool"
  153. PreprocessorDefinitions="NDEBUG"
  154. Culture="1033"
  155. />
  156. <Tool
  157. Name="VCPreLinkEventTool"
  158. />
  159. <Tool
  160. Name="VCLinkerTool"
  161. AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib"
  162. SuppressStartupBanner="true"
  163. GenerateDebugInformation="true"
  164. SubSystem="1"
  165. OptimizeReferences="2"
  166. EnableCOMDATFolding="2"
  167. TargetMachine="17"
  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. />
  181. <Tool
  182. Name="VCFxCopTool"
  183. />
  184. <Tool
  185. Name="VCAppVerifierTool"
  186. />
  187. <Tool
  188. Name="VCPostBuildEventTool"
  189. />
  190. </Configuration>
  191. <Configuration
  192. Name="DLL-Import Release|Win32"
  193. OutputDirectory="$(PlatformName)\DLL_Output\Release"
  194. IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
  195. ConfigurationType="1"
  196. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  197. UseOfMFC="0"
  198. ATLMinimizesCRunTimeLibraryUsage="false"
  199. CharacterSet="2"
  200. WholeProgramOptimization="1"
  201. >
  202. <Tool
  203. Name="VCPreBuildEventTool"
  204. />
  205. <Tool
  206. Name="VCCustomBuildTool"
  207. />
  208. <Tool
  209. Name="VCXMLDataGeneratorTool"
  210. />
  211. <Tool
  212. Name="VCMIDLTool"
  213. TypeLibraryName=".\CT_DLL_Import_Release/cryptest.tlb"
  214. HeaderFileName=""
  215. />
  216. <Tool
  217. Name="VCCLCompilerTool"
  218. AdditionalOptions="/Zm400 "
  219. Optimization="2"
  220. InlineFunctionExpansion="2"
  221. EnableIntrinsicFunctions="true"
  222. OmitFramePointers="true"
  223. WholeProgramOptimization="true"
  224. PreprocessorDefinitions="NDEBUG;CRYPTOPP_IMPORTS;WIN32;_CONSOLE"
  225. StringPooling="true"
  226. RuntimeLibrary="0"
  227. EnableFunctionLevelLinking="true"
  228. UsePrecompiledHeader="0"
  229. WarningLevel="3"
  230. SuppressStartupBanner="true"
  231. DebugInformationFormat="3"
  232. />
  233. <Tool
  234. Name="VCManagedResourceCompilerTool"
  235. />
  236. <Tool
  237. Name="VCResourceCompilerTool"
  238. PreprocessorDefinitions="NDEBUG"
  239. Culture="1033"
  240. />
  241. <Tool
  242. Name="VCPreLinkEventTool"
  243. CommandLine="echo This configuration requires cryptopp.dll.&#x0D;&#x0A;echo You can build it yourself using the cryptdll project, or&#x0D;&#x0A;echo obtain a pre-built, FIPS 140-2 validated DLL. If you build it yourself&#x0D;&#x0A;echo the resulting DLL will not be considered FIPS validated&#x0D;&#x0A;echo unless it undergoes FIPS validation.&#x0D;&#x0A;"
  244. />
  245. <Tool
  246. Name="VCLinkerTool"
  247. AdditionalDependencies="Ws2_32.lib"
  248. SuppressStartupBanner="true"
  249. AdditionalLibraryDirectories="$(OutDir)"
  250. GenerateDebugInformation="true"
  251. SubSystem="1"
  252. OptimizeReferences="2"
  253. EnableCOMDATFolding="2"
  254. />
  255. <Tool
  256. Name="VCALinkTool"
  257. />
  258. <Tool
  259. Name="VCManifestTool"
  260. />
  261. <Tool
  262. Name="VCXDCMakeTool"
  263. />
  264. <Tool
  265. Name="VCBscMakeTool"
  266. />
  267. <Tool
  268. Name="VCFxCopTool"
  269. />
  270. <Tool
  271. Name="VCAppVerifierTool"
  272. />
  273. <Tool
  274. Name="VCPostBuildEventTool"
  275. />
  276. </Configuration>
  277. <Configuration
  278. Name="DLL-Import Release|x64"
  279. OutputDirectory="$(PlatformName)\DLL_Output\Release"
  280. IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
  281. ConfigurationType="1"
  282. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  283. UseOfMFC="0"
  284. ATLMinimizesCRunTimeLibraryUsage="false"
  285. CharacterSet="2"
  286. WholeProgramOptimization="1"
  287. >
  288. <Tool
  289. Name="VCPreBuildEventTool"
  290. />
  291. <Tool
  292. Name="VCCustomBuildTool"
  293. />
  294. <Tool
  295. Name="VCXMLDataGeneratorTool"
  296. />
  297. <Tool
  298. Name="VCMIDLTool"
  299. TargetEnvironment="3"
  300. TypeLibraryName=".\CT_DLL_Import_Release/cryptest.tlb"
  301. HeaderFileName=""
  302. />
  303. <Tool
  304. Name="VCCLCompilerTool"
  305. AdditionalOptions="/Zm400 "
  306. Optimization="2"
  307. InlineFunctionExpansion="2"
  308. EnableIntrinsicFunctions="true"
  309. OmitFramePointers="true"
  310. WholeProgramOptimization="true"
  311. PreprocessorDefinitions="NDEBUG;CRYPTOPP_IMPORTS;WIN32;_CONSOLE"
  312. StringPooling="true"
  313. RuntimeLibrary="0"
  314. EnableFunctionLevelLinking="true"
  315. UsePrecompiledHeader="0"
  316. WarningLevel="3"
  317. SuppressStartupBanner="true"
  318. DebugInformationFormat="3"
  319. />
  320. <Tool
  321. Name="VCManagedResourceCompilerTool"
  322. />
  323. <Tool
  324. Name="VCResourceCompilerTool"
  325. PreprocessorDefinitions="NDEBUG"
  326. Culture="1033"
  327. />
  328. <Tool
  329. Name="VCPreLinkEventTool"
  330. CommandLine="echo This configuration requires cryptopp.dll.&#x0D;&#x0A;echo You can build it yourself using the cryptdll project, or&#x0D;&#x0A;echo obtain a pre-built, FIPS 140-2 validated DLL. If you build it yourself&#x0D;&#x0A;echo the resulting DLL will not be considered FIPS validated&#x0D;&#x0A;echo unless it undergoes FIPS validation.&#x0D;&#x0A;"
  331. />
  332. <Tool
  333. Name="VCLinkerTool"
  334. AdditionalDependencies="Ws2_32.lib"
  335. SuppressStartupBanner="true"
  336. AdditionalLibraryDirectories="$(OutDir)"
  337. GenerateDebugInformation="true"
  338. SubSystem="1"
  339. OptimizeReferences="2"
  340. EnableCOMDATFolding="2"
  341. TargetMachine="17"
  342. />
  343. <Tool
  344. Name="VCALinkTool"
  345. />
  346. <Tool
  347. Name="VCManifestTool"
  348. />
  349. <Tool
  350. Name="VCXDCMakeTool"
  351. />
  352. <Tool
  353. Name="VCBscMakeTool"
  354. />
  355. <Tool
  356. Name="VCFxCopTool"
  357. />
  358. <Tool
  359. Name="VCAppVerifierTool"
  360. />
  361. <Tool
  362. Name="VCPostBuildEventTool"
  363. />
  364. </Configuration>
  365. <Configuration
  366. Name="DLL-Import Debug|Win32"
  367. OutputDirectory="$(PlatformName)\DLL_Output\Debug"
  368. IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
  369. ConfigurationType="1"
  370. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  371. UseOfMFC="0"
  372. ATLMinimizesCRunTimeLibraryUsage="false"
  373. CharacterSet="2"
  374. >
  375. <Tool
  376. Name="VCPreBuildEventTool"
  377. />
  378. <Tool
  379. Name="VCCustomBuildTool"
  380. />
  381. <Tool
  382. Name="VCXMLDataGeneratorTool"
  383. />
  384. <Tool
  385. Name="VCMIDLTool"
  386. TypeLibraryName=".\CT_DLL_Import_Debug/cryptest.tlb"
  387. HeaderFileName=""
  388. />
  389. <Tool
  390. Name="VCCLCompilerTool"
  391. AdditionalOptions="/Zm400 "
  392. Optimization="0"
  393. InlineFunctionExpansion="0"
  394. EnableIntrinsicFunctions="true"
  395. PreprocessorDefinitions="_DEBUG;CRYPTOPP_IMPORTS;WIN32;_CONSOLE"
  396. RuntimeLibrary="1"
  397. UsePrecompiledHeader="0"
  398. WarningLevel="3"
  399. SuppressStartupBanner="true"
  400. DebugInformationFormat="4"
  401. />
  402. <Tool
  403. Name="VCManagedResourceCompilerTool"
  404. />
  405. <Tool
  406. Name="VCResourceCompilerTool"
  407. PreprocessorDefinitions="_DEBUG"
  408. Culture="1033"
  409. />
  410. <Tool
  411. Name="VCPreLinkEventTool"
  412. CommandLine="echo This configuration requires cryptopp.dll.&#x0D;&#x0A;echo You can build it yourself using the cryptdll project, or&#x0D;&#x0A;echo obtain a pre-built, FIPS 140-2 validated DLL. If you build it yourself&#x0D;&#x0A;echo the resulting DLL will not be considered FIPS validated&#x0D;&#x0A;echo unless it undergoes FIPS validation.&#x0D;&#x0A;"
  413. />
  414. <Tool
  415. Name="VCLinkerTool"
  416. AdditionalDependencies="Ws2_32.lib"
  417. SuppressStartupBanner="true"
  418. AdditionalLibraryDirectories="$(OutDir)"
  419. GenerateDebugInformation="true"
  420. SubSystem="1"
  421. />
  422. <Tool
  423. Name="VCALinkTool"
  424. />
  425. <Tool
  426. Name="VCManifestTool"
  427. />
  428. <Tool
  429. Name="VCXDCMakeTool"
  430. />
  431. <Tool
  432. Name="VCBscMakeTool"
  433. />
  434. <Tool
  435. Name="VCFxCopTool"
  436. />
  437. <Tool
  438. Name="VCAppVerifierTool"
  439. />
  440. <Tool
  441. Name="VCPostBuildEventTool"
  442. />
  443. </Configuration>
  444. <Configuration
  445. Name="DLL-Import Debug|x64"
  446. OutputDirectory="$(PlatformName)\DLL_Output\Debug"
  447. IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
  448. ConfigurationType="1"
  449. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  450. UseOfMFC="0"
  451. ATLMinimizesCRunTimeLibraryUsage="false"
  452. CharacterSet="2"
  453. >
  454. <Tool
  455. Name="VCPreBuildEventTool"
  456. />
  457. <Tool
  458. Name="VCCustomBuildTool"
  459. />
  460. <Tool
  461. Name="VCXMLDataGeneratorTool"
  462. />
  463. <Tool
  464. Name="VCMIDLTool"
  465. TargetEnvironment="3"
  466. TypeLibraryName=".\CT_DLL_Import_Debug/cryptest.tlb"
  467. HeaderFileName=""
  468. />
  469. <Tool
  470. Name="VCCLCompilerTool"
  471. AdditionalOptions="/Zm400 "
  472. Optimization="0"
  473. InlineFunctionExpansion="0"
  474. EnableIntrinsicFunctions="true"
  475. PreprocessorDefinitions="_DEBUG;CRYPTOPP_IMPORTS;WIN32;_CONSOLE"
  476. RuntimeLibrary="1"
  477. UsePrecompiledHeader="0"
  478. WarningLevel="3"
  479. SuppressStartupBanner="true"
  480. DebugInformationFormat="3"
  481. />
  482. <Tool
  483. Name="VCManagedResourceCompilerTool"
  484. />
  485. <Tool
  486. Name="VCResourceCompilerTool"
  487. PreprocessorDefinitions="_DEBUG"
  488. Culture="1033"
  489. />
  490. <Tool
  491. Name="VCPreLinkEventTool"
  492. CommandLine="echo This configuration requires cryptopp.dll.&#x0D;&#x0A;echo You can build it yourself using the cryptdll project, or&#x0D;&#x0A;echo obtain a pre-built, FIPS 140-2 validated DLL. If you build it yourself&#x0D;&#x0A;echo the resulting DLL will not be considered FIPS validated&#x0D;&#x0A;echo unless it undergoes FIPS validation.&#x0D;&#x0A;"
  493. />
  494. <Tool
  495. Name="VCLinkerTool"
  496. AdditionalDependencies="Ws2_32.lib"
  497. SuppressStartupBanner="true"
  498. AdditionalLibraryDirectories="$(OutDir)"
  499. GenerateDebugInformation="true"
  500. SubSystem="1"
  501. TargetMachine="17"
  502. />
  503. <Tool
  504. Name="VCALinkTool"
  505. />
  506. <Tool
  507. Name="VCManifestTool"
  508. />
  509. <Tool
  510. Name="VCXDCMakeTool"
  511. />
  512. <Tool
  513. Name="VCBscMakeTool"
  514. />
  515. <Tool
  516. Name="VCFxCopTool"
  517. />
  518. <Tool
  519. Name="VCAppVerifierTool"
  520. />
  521. <Tool
  522. Name="VCPostBuildEventTool"
  523. />
  524. </Configuration>
  525. <Configuration
  526. Name="Debug|Win32"
  527. OutputDirectory="$(PlatformName)\Output\$(ConfigurationName)"
  528. IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
  529. ConfigurationType="1"
  530. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  531. UseOfMFC="0"
  532. ATLMinimizesCRunTimeLibraryUsage="false"
  533. CharacterSet="2"
  534. >
  535. <Tool
  536. Name="VCPreBuildEventTool"
  537. />
  538. <Tool
  539. Name="VCCustomBuildTool"
  540. />
  541. <Tool
  542. Name="VCXMLDataGeneratorTool"
  543. />
  544. <Tool
  545. Name="VCMIDLTool"
  546. TypeLibraryName=".\CTDebug/cryptest.tlb"
  547. HeaderFileName=""
  548. />
  549. <Tool
  550. Name="VCCLCompilerTool"
  551. AdditionalOptions="/Zm400 "
  552. Optimization="0"
  553. EnableIntrinsicFunctions="true"
  554. PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32"
  555. RuntimeLibrary="1"
  556. EnableEnhancedInstructionSet="1"
  557. UsePrecompiledHeader="0"
  558. WarningLevel="3"
  559. SuppressStartupBanner="true"
  560. DebugInformationFormat="4"
  561. />
  562. <Tool
  563. Name="VCManagedResourceCompilerTool"
  564. />
  565. <Tool
  566. Name="VCResourceCompilerTool"
  567. PreprocessorDefinitions="_DEBUG"
  568. Culture="1033"
  569. />
  570. <Tool
  571. Name="VCPreLinkEventTool"
  572. />
  573. <Tool
  574. Name="VCLinkerTool"
  575. AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib"
  576. SuppressStartupBanner="true"
  577. GenerateDebugInformation="true"
  578. SubSystem="1"
  579. />
  580. <Tool
  581. Name="VCALinkTool"
  582. />
  583. <Tool
  584. Name="VCManifestTool"
  585. />
  586. <Tool
  587. Name="VCXDCMakeTool"
  588. />
  589. <Tool
  590. Name="VCBscMakeTool"
  591. />
  592. <Tool
  593. Name="VCFxCopTool"
  594. />
  595. <Tool
  596. Name="VCAppVerifierTool"
  597. />
  598. <Tool
  599. Name="VCPostBuildEventTool"
  600. />
  601. </Configuration>
  602. <Configuration
  603. Name="Debug|x64"
  604. OutputDirectory="$(PlatformName)\Output\$(ConfigurationName)"
  605. IntermediateDirectory="$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
  606. ConfigurationType="1"
  607. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  608. UseOfMFC="0"
  609. ATLMinimizesCRunTimeLibraryUsage="false"
  610. CharacterSet="2"
  611. >
  612. <Tool
  613. Name="VCPreBuildEventTool"
  614. />
  615. <Tool
  616. Name="VCCustomBuildTool"
  617. />
  618. <Tool
  619. Name="VCXMLDataGeneratorTool"
  620. />
  621. <Tool
  622. Name="VCMIDLTool"
  623. TargetEnvironment="3"
  624. TypeLibraryName=".\CTDebug/cryptest.tlb"
  625. HeaderFileName=""
  626. />
  627. <Tool
  628. Name="VCCLCompilerTool"
  629. AdditionalOptions="/Zm400 "
  630. Optimization="0"
  631. EnableIntrinsicFunctions="true"
  632. PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32"
  633. RuntimeLibrary="1"
  634. UsePrecompiledHeader="0"
  635. WarningLevel="3"
  636. SuppressStartupBanner="true"
  637. DebugInformationFormat="3"
  638. />
  639. <Tool
  640. Name="VCManagedResourceCompilerTool"
  641. />
  642. <Tool
  643. Name="VCResourceCompilerTool"
  644. PreprocessorDefinitions="_DEBUG"
  645. Culture="1033"
  646. />
  647. <Tool
  648. Name="VCPreLinkEventTool"
  649. />
  650. <Tool
  651. Name="VCLinkerTool"
  652. AdditionalDependencies="odbc32.lib odbccp32.lib Ws2_32.lib"
  653. SuppressStartupBanner="true"
  654. GenerateDebugInformation="true"
  655. SubSystem="1"
  656. TargetMachine="17"
  657. />
  658. <Tool
  659. Name="VCALinkTool"
  660. />
  661. <Tool
  662. Name="VCManifestTool"
  663. />
  664. <Tool
  665. Name="VCXDCMakeTool"
  666. />
  667. <Tool
  668. Name="VCBscMakeTool"
  669. />
  670. <Tool
  671. Name="VCFxCopTool"
  672. />
  673. <Tool
  674. Name="VCAppVerifierTool"
  675. />
  676. <Tool
  677. Name="VCPostBuildEventTool"
  678. />
  679. </Configuration>
  680. </Configurations>
  681. <References>
  682. </References>
  683. <Files>
  684. <Filter
  685. Name="TestVectors"
  686. Filter=".dat"
  687. >
  688. <File
  689. RelativePath=".\TestVectors\aes.txt"
  690. >
  691. </File>
  692. <File
  693. RelativePath=".\TestVectors\all.txt"
  694. >
  695. </File>
  696. <File
  697. RelativePath=".\TestVectors\camellia.txt"
  698. >
  699. </File>
  700. <File
  701. RelativePath=".\TestVectors\ccm.txt"
  702. >
  703. </File>
  704. <File
  705. RelativePath=".\TestVectors\cmac.txt"
  706. >
  707. </File>
  708. <File
  709. RelativePath=".\TestVectors\dlies.txt"
  710. >
  711. </File>
  712. <File
  713. RelativePath=".\TestVectors\dsa.txt"
  714. >
  715. </File>
  716. <File
  717. RelativePath=".\TestVectors\dsa_1363.txt"
  718. >
  719. </File>
  720. <File
  721. RelativePath=".\TestVectors\eax.txt"
  722. >
  723. </File>
  724. <File
  725. RelativePath=".\TestVectors\esign.txt"
  726. >
  727. </File>
  728. <File
  729. RelativePath=".\TestVectors\gcm.txt"
  730. >
  731. </File>
  732. <File
  733. RelativePath=".\TestVectors\hmac.txt"
  734. >
  735. </File>
  736. <File
  737. RelativePath=".\TestVectors\mars.txt"
  738. >
  739. </File>
  740. <File
  741. RelativePath=".\TestVectors\nr.txt"
  742. >
  743. </File>
  744. <File
  745. RelativePath=".\TestVectors\panama.txt"
  746. >
  747. </File>
  748. <File
  749. RelativePath=".\TestVectors\Readme.txt"
  750. >
  751. </File>
  752. <File
  753. RelativePath=".\TestVectors\rsa_oaep.txt"
  754. >
  755. </File>
  756. <File
  757. RelativePath=".\TestVectors\rsa_pkcs1_1_5.txt"
  758. >
  759. </File>
  760. <File
  761. RelativePath=".\TestVectors\rsa_pss.txt"
  762. >
  763. </File>
  764. <File
  765. RelativePath=".\TestVectors\rw.txt"
  766. >
  767. </File>
  768. <File
  769. RelativePath=".\TestVectors\salsa.txt"
  770. >
  771. </File>
  772. <File
  773. RelativePath=".\TestVectors\seal.txt"
  774. >
  775. </File>
  776. <File
  777. RelativePath=".\TestVectors\seed.txt"
  778. >
  779. </File>
  780. <File
  781. RelativePath=".\TestVectors\sha.txt"
  782. >
  783. </File>
  784. <File
  785. RelativePath=".\TestVectors\shacal2.txt"
  786. >
  787. </File>
  788. <File
  789. RelativePath=".\TestVectors\sosemanuk.txt"
  790. >
  791. </File>
  792. <File
  793. RelativePath=".\TestVectors\tea.txt"
  794. >
  795. </File>
  796. <File
  797. RelativePath=".\TestVectors\ttmac.txt"
  798. >
  799. </File>
  800. <File
  801. RelativePath=".\TestVectors\vmac.txt"
  802. >
  803. </File>
  804. <File
  805. RelativePath=".\TestVectors\wake.txt"
  806. >
  807. </File>
  808. <File
  809. RelativePath=".\TestVectors\whrlpool.txt"
  810. >
  811. </File>
  812. </Filter>
  813. <Filter
  814. Name="Source Code"
  815. Filter=".cpp;.h"
  816. >
  817. <File
  818. RelativePath="adhoc.cpp"
  819. >
  820. <FileConfiguration
  821. Name="Release|Win32"
  822. >
  823. <Tool
  824. Name="VCCLCompilerTool"
  825. Optimization="1"
  826. PreprocessorDefinitions=""
  827. />
  828. </FileConfiguration>
  829. <FileConfiguration
  830. Name="Release|x64"
  831. >
  832. <Tool
  833. Name="VCCLCompilerTool"
  834. PreprocessorDefinitions=""
  835. />
  836. </FileConfiguration>
  837. <FileConfiguration
  838. Name="DLL-Import Release|Win32"
  839. >
  840. <Tool
  841. Name="VCCLCompilerTool"
  842. Optimization="2"
  843. PreprocessorDefinitions=""
  844. />
  845. </FileConfiguration>
  846. <FileConfiguration
  847. Name="DLL-Import Release|x64"
  848. >
  849. <Tool
  850. Name="VCCLCompilerTool"
  851. Optimization="2"
  852. PreprocessorDefinitions=""
  853. />
  854. </FileConfiguration>
  855. <FileConfiguration
  856. Name="DLL-Import Debug|Win32"
  857. >
  858. <Tool
  859. Name="VCCLCompilerTool"
  860. Optimization="0"
  861. PreprocessorDefinitions=""
  862. />
  863. </FileConfiguration>
  864. <FileConfiguration
  865. Name="DLL-Import Debug|x64"
  866. >
  867. <Tool
  868. Name="VCCLCompilerTool"
  869. Optimization="0"
  870. PreprocessorDefinitions=""
  871. />
  872. </FileConfiguration>
  873. <FileConfiguration
  874. Name="Debug|Win32"
  875. >
  876. <Tool
  877. Name="VCCLCompilerTool"
  878. Optimization="0"
  879. PreprocessorDefinitions=""
  880. />
  881. </FileConfiguration>
  882. <FileConfiguration
  883. Name="Debug|x64"
  884. >
  885. <Tool
  886. Name="VCCLCompilerTool"
  887. Optimization="0"
  888. PreprocessorDefinitions=""
  889. />
  890. </FileConfiguration>
  891. </File>
  892. <File
  893. RelativePath="bench.cpp"
  894. >
  895. <FileConfiguration
  896. Name="Release|Win32"
  897. >
  898. <Tool
  899. Name="VCCLCompilerTool"
  900. Optimization="1"
  901. PreprocessorDefinitions=""
  902. />
  903. </FileConfiguration>
  904. <FileConfiguration
  905. Name="Release|x64"
  906. >
  907. <Tool
  908. Name="VCCLCompilerTool"
  909. PreprocessorDefinitions=""
  910. />
  911. </FileConfiguration>
  912. <FileConfiguration
  913. Name="DLL-Import Release|Win32"
  914. >
  915. <Tool
  916. Name="VCCLCompilerTool"
  917. Optimization="2"
  918. PreprocessorDefinitions=""
  919. />
  920. </FileConfiguration>
  921. <FileConfiguration
  922. Name="DLL-Import Release|x64"
  923. >
  924. <Tool
  925. Name="VCCLCompilerTool"
  926. Optimization="2"
  927. PreprocessorDefinitions=""
  928. />
  929. </FileConfiguration>
  930. <FileConfiguration
  931. Name="DLL-Import Debug|Win32"
  932. >
  933. <Tool
  934. Name="VCCLCompilerTool"
  935. Optimization="0"
  936. PreprocessorDefinitions=""
  937. />
  938. </FileConfiguration>
  939. <FileConfiguration
  940. Name="DLL-Import Debug|x64"
  941. >
  942. <Tool
  943. Name="VCCLCompilerTool"
  944. Optimization="0"
  945. PreprocessorDefinitions=""
  946. />
  947. </FileConfiguration>
  948. <FileConfiguration
  949. Name="Debug|Win32"
  950. >
  951. <Tool
  952. Name="VCCLCompilerTool"
  953. Optimization="0"
  954. PreprocessorDefinitions=""
  955. />
  956. </FileConfiguration>
  957. <FileConfiguration
  958. Name="Debug|x64"
  959. >
  960. <Tool
  961. Name="VCCLCompilerTool"
  962. Optimization="0"
  963. PreprocessorDefinitions=""
  964. />
  965. </FileConfiguration>
  966. </File>
  967. <File
  968. RelativePath="bench.h"
  969. >
  970. </File>
  971. <File
  972. RelativePath=".\bench2.cpp"
  973. >
  974. </File>
  975. <File
  976. RelativePath="datatest.cpp"
  977. >
  978. <FileConfiguration
  979. Name="Release|Win32"
  980. >
  981. <Tool
  982. Name="VCCLCompilerTool"
  983. Optimization="1"
  984. PreprocessorDefinitions=""
  985. />
  986. </FileConfiguration>
  987. <FileConfiguration
  988. Name="Release|x64"
  989. >
  990. <Tool
  991. Name="VCCLCompilerTool"
  992. PreprocessorDefinitions=""
  993. />
  994. </FileConfiguration>
  995. <FileConfiguration
  996. Name="DLL-Import Release|Win32"
  997. >
  998. <Tool
  999. Name="VCCLCompilerTool"
  1000. Optimization="2"
  1001. PreprocessorDefinitions=""
  1002. />
  1003. </FileConfiguration>
  1004. <FileConfiguration
  1005. Name="DLL-Import Release|x64"
  1006. >
  1007. <Tool
  1008. Name="VCCLCompilerTool"
  1009. Optimization="2"
  1010. PreprocessorDefinitions=""
  1011. />
  1012. </FileConfiguration>
  1013. <FileConfiguration
  1014. Name="DLL-Import Debug|Win32"
  1015. >
  1016. <Tool
  1017. Name="VCCLCompilerTool"
  1018. Optimization="0"
  1019. PreprocessorDefinitions=""
  1020. />
  1021. </FileConfiguration>
  1022. <FileConfiguration
  1023. Name="DLL-Import Debug|x64"
  1024. >
  1025. <Tool
  1026. Name="VCCLCompilerTool"
  1027. Optimization="0"
  1028. PreprocessorDefinitions=""
  1029. />
  1030. </FileConfiguration>
  1031. <FileConfiguration
  1032. Name="Debug|Win32"
  1033. >
  1034. <Tool
  1035. Name="VCCLCompilerTool"
  1036. Optimization="0"
  1037. PreprocessorDefinitions=""
  1038. />
  1039. </FileConfiguration>
  1040. <FileConfiguration
  1041. Name="Debug|x64"
  1042. >
  1043. <Tool
  1044. Name="VCCLCompilerTool"
  1045. Optimization="0"
  1046. PreprocessorDefinitions=""
  1047. />
  1048. </FileConfiguration>
  1049. </File>
  1050. <File
  1051. RelativePath="dlltest.cpp"
  1052. >
  1053. <FileConfiguration
  1054. Name="Release|Win32"
  1055. >
  1056. <Tool
  1057. Name="VCCLCompilerTool"
  1058. Optimization="1"
  1059. PreprocessorDefinitions=""
  1060. />
  1061. </FileConfiguration>
  1062. <FileConfiguration
  1063. Name="Release|x64"
  1064. >
  1065. <Tool
  1066. Name="VCCLCompilerTool"
  1067. PreprocessorDefinitions=""
  1068. />
  1069. </FileConfiguration>
  1070. <FileConfiguration
  1071. Name="DLL-Import Release|Win32"
  1072. >
  1073. <Tool
  1074. Name="VCCLCompilerTool"
  1075. Optimization="2"
  1076. PreprocessorDefinitions=""
  1077. />
  1078. </FileConfiguration>
  1079. <FileConfiguration
  1080. Name="DLL-Import Release|x64"
  1081. >
  1082. <Tool
  1083. Name="VCCLCompilerTool"
  1084. Optimization="2"
  1085. PreprocessorDefinitions=""
  1086. />
  1087. </FileConfiguration>
  1088. <FileConfiguration
  1089. Name="DLL-Import Debug|Win32"
  1090. >
  1091. <Tool
  1092. Name="VCCLCompilerTool"
  1093. Optimization="0"
  1094. PreprocessorDefinitions=""
  1095. />
  1096. </FileConfiguration>
  1097. <FileConfiguration
  1098. Name="DLL-Import Debug|x64"
  1099. >
  1100. <Tool
  1101. Name="VCCLCompilerTool"
  1102. Optimization="0"
  1103. PreprocessorDefinitions=""
  1104. />
  1105. </FileConfiguration>
  1106. <FileConfiguration
  1107. Name="Debug|Win32"
  1108. >
  1109. <Tool
  1110. Name="VCCLCompilerTool"
  1111. Optimization="0"
  1112. PreprocessorDefinitions=""
  1113. />
  1114. </FileConfiguration>
  1115. <FileConfiguration
  1116. Name="Debug|x64"
  1117. >
  1118. <Tool
  1119. Name="VCCLCompilerTool"
  1120. Optimization="0"
  1121. PreprocessorDefinitions=""
  1122. />
  1123. </FileConfiguration>
  1124. </File>
  1125. <File
  1126. RelativePath="factory.h"
  1127. >
  1128. </File>
  1129. <File
  1130. RelativePath="fipsalgt.cpp"
  1131. >
  1132. <FileConfiguration
  1133. Name="Release|Win32"
  1134. >
  1135. <Tool
  1136. Name="VCCLCompilerTool"
  1137. Optimization="1"
  1138. PreprocessorDefinitions=""
  1139. />
  1140. </FileConfiguration>
  1141. <FileConfiguration
  1142. Name="Release|x64"
  1143. >
  1144. <Tool
  1145. Name="VCCLCompilerTool"
  1146. PreprocessorDefinitions=""
  1147. />
  1148. </FileConfiguration>
  1149. <FileConfiguration
  1150. Name="DLL-Import Release|Win32"
  1151. >
  1152. <Tool
  1153. Name="VCCLCompilerTool"
  1154. Optimization="2"
  1155. PreprocessorDefinitions=""
  1156. />
  1157. </FileConfiguration>
  1158. <FileConfiguration
  1159. Name="DLL-Import Release|x64"
  1160. >
  1161. <Tool
  1162. Name="VCCLCompilerTool"
  1163. Optimization="2"
  1164. PreprocessorDefinitions=""
  1165. />
  1166. </FileConfiguration>
  1167. <FileConfiguration
  1168. Name="DLL-Import Debug|Win32"
  1169. >
  1170. <Tool
  1171. Name="VCCLCompilerTool"
  1172. Optimization="0"
  1173. PreprocessorDefinitions=""
  1174. />
  1175. </FileConfiguration>
  1176. <FileConfiguration
  1177. Name="DLL-Import Debug|x64"
  1178. >
  1179. <Tool
  1180. Name="VCCLCompilerTool"
  1181. Optimization="0"
  1182. PreprocessorDefinitions=""
  1183. />
  1184. </FileConfiguration>
  1185. <FileConfiguration
  1186. Name="Debug|Win32"
  1187. >
  1188. <Tool
  1189. Name="VCCLCompilerTool"
  1190. Optimization="0"
  1191. PreprocessorDefinitions=""
  1192. />
  1193. </FileConfiguration>
  1194. <FileConfiguration
  1195. Name="Debug|x64"
  1196. >
  1197. <Tool
  1198. Name="VCCLCompilerTool"
  1199. Optimization="0"
  1200. PreprocessorDefinitions=""
  1201. />
  1202. </FileConfiguration>
  1203. </File>
  1204. <File
  1205. RelativePath="regtest.cpp"
  1206. >
  1207. <FileConfiguration
  1208. Name="Release|Win32"
  1209. >
  1210. <Tool
  1211. Name="VCCLCompilerTool"
  1212. Optimization="1"
  1213. PreprocessorDefinitions=""
  1214. />
  1215. </FileConfiguration>
  1216. <FileConfiguration
  1217. Name="Release|x64"
  1218. >
  1219. <Tool
  1220. Name="VCCLCompilerTool"
  1221. PreprocessorDefinitions=""
  1222. />
  1223. </FileConfiguration>
  1224. <FileConfiguration
  1225. Name="DLL-Import Release|Win32"
  1226. >
  1227. <Tool
  1228. Name="VCCLCompilerTool"
  1229. Optimization="2"
  1230. PreprocessorDefinitions=""
  1231. />
  1232. </FileConfiguration>
  1233. <FileConfiguration
  1234. Name="DLL-Import Release|x64"
  1235. >
  1236. <Tool
  1237. Name="VCCLCompilerTool"
  1238. Optimization="2"
  1239. PreprocessorDefinitions=""
  1240. />
  1241. </FileConfiguration>
  1242. <FileConfiguration
  1243. Name="DLL-Import Debug|Win32"
  1244. >
  1245. <Tool
  1246. Name="VCCLCompilerTool"
  1247. Optimization="0"
  1248. PreprocessorDefinitions=""
  1249. />
  1250. </FileConfiguration>
  1251. <FileConfiguration
  1252. Name="DLL-Import Debug|x64"
  1253. >
  1254. <Tool
  1255. Name="VCCLCompilerTool"
  1256. Optimization="0"
  1257. PreprocessorDefinitions=""
  1258. />
  1259. </FileConfiguration>
  1260. <FileConfiguration
  1261. Name="Debug|Win32"
  1262. >
  1263. <Tool
  1264. Name="VCCLCompilerTool"
  1265. Optimization="0"
  1266. PreprocessorDefinitions=""
  1267. />
  1268. </FileConfiguration>
  1269. <FileConfiguration
  1270. Name="Debug|x64"
  1271. >
  1272. <Tool
  1273. Name="VCCLCompilerTool"
  1274. Optimization="0"
  1275. PreprocessorDefinitions=""
  1276. />
  1277. </FileConfiguration>
  1278. </File>
  1279. <File
  1280. RelativePath="test.cpp"
  1281. >
  1282. <FileConfiguration
  1283. Name="Release|Win32"
  1284. >
  1285. <Tool
  1286. Name="VCCLCompilerTool"
  1287. Optimization="1"
  1288. PreprocessorDefinitions=""
  1289. />
  1290. </FileConfiguration>
  1291. <FileConfiguration
  1292. Name="Release|x64"
  1293. >
  1294. <Tool
  1295. Name="VCCLCompilerTool"
  1296. PreprocessorDefinitions=""
  1297. />
  1298. </FileConfiguration>
  1299. <FileConfiguration
  1300. Name="DLL-Import Release|Win32"
  1301. >
  1302. <Tool
  1303. Name="VCCLCompilerTool"
  1304. Optimization="2"
  1305. PreprocessorDefinitions=""
  1306. />
  1307. </FileConfiguration>
  1308. <FileConfiguration
  1309. Name="DLL-Import Release|x64"
  1310. >
  1311. <Tool
  1312. Name="VCCLCompilerTool"
  1313. Optimization="2"
  1314. PreprocessorDefinitions=""
  1315. />
  1316. </FileConfiguration>
  1317. <FileConfiguration
  1318. Name="DLL-Import Debug|Win32"
  1319. >
  1320. <Tool
  1321. Name="VCCLCompilerTool"
  1322. Optimization="0"
  1323. PreprocessorDefinitions=""
  1324. />
  1325. </FileConfiguration>
  1326. <FileConfiguration
  1327. Name="DLL-Import Debug|x64"
  1328. >
  1329. <Tool
  1330. Name="VCCLCompilerTool"
  1331. Optimization="0"
  1332. PreprocessorDefinitions=""
  1333. />
  1334. </FileConfiguration>
  1335. <FileConfiguration
  1336. Name="Debug|Win32"
  1337. >
  1338. <Tool
  1339. Name="VCCLCompilerTool"
  1340. Optimization="0"
  1341. PreprocessorDefinitions=""
  1342. />
  1343. </FileConfiguration>
  1344. <FileConfiguration
  1345. Name="Debug|x64"
  1346. >
  1347. <Tool
  1348. Name="VCCLCompilerTool"
  1349. Optimization="0"
  1350. PreprocessorDefinitions=""
  1351. />
  1352. </FileConfiguration>
  1353. </File>
  1354. <File
  1355. RelativePath="validat1.cpp"
  1356. >
  1357. <FileConfiguration
  1358. Name="Release|Win32"
  1359. >
  1360. <Tool
  1361. Name="VCCLCompilerTool"
  1362. Optimization="1"
  1363. PreprocessorDefinitions=""
  1364. />
  1365. </FileConfiguration>
  1366. <FileConfiguration
  1367. Name="Release|x64"
  1368. >
  1369. <Tool
  1370. Name="VCCLCompilerTool"
  1371. PreprocessorDefinitions=""
  1372. />
  1373. </FileConfiguration>
  1374. <FileConfiguration
  1375. Name="DLL-Import Release|Win32"
  1376. >
  1377. <Tool
  1378. Name="VCCLCompilerTool"
  1379. Optimization="2"
  1380. PreprocessorDefinitions=""
  1381. />
  1382. </FileConfiguration>
  1383. <FileConfiguration
  1384. Name="DLL-Import Release|x64"
  1385. >
  1386. <Tool
  1387. Name="VCCLCompilerTool"
  1388. Optimization="2"
  1389. PreprocessorDefinitions=""
  1390. />
  1391. </FileConfiguration>
  1392. <FileConfiguration
  1393. Name="DLL-Import Debug|Win32"
  1394. >
  1395. <Tool
  1396. Name="VCCLCompilerTool"
  1397. Optimization="0"
  1398. PreprocessorDefinitions=""
  1399. />
  1400. </FileConfiguration>
  1401. <FileConfiguration
  1402. Name="DLL-Import Debug|x64"
  1403. >
  1404. <Tool
  1405. Name="VCCLCompilerTool"
  1406. Optimization="0"
  1407. PreprocessorDefinitions=""
  1408. />
  1409. </FileConfiguration>
  1410. <FileConfiguration
  1411. Name="Debug|Win32"
  1412. >
  1413. <Tool
  1414. Name="VCCLCompilerTool"
  1415. Optimization="0"
  1416. PreprocessorDefinitions=""
  1417. />
  1418. </FileConfiguration>
  1419. <FileConfiguration
  1420. Name="Debug|x64"
  1421. >
  1422. <Tool
  1423. Name="VCCLCompilerTool"
  1424. Optimization="0"
  1425. PreprocessorDefinitions=""
  1426. />
  1427. </FileConfiguration>
  1428. </File>
  1429. <File
  1430. RelativePath="validat2.cpp"
  1431. >
  1432. <FileConfiguration
  1433. Name="Release|Win32"
  1434. >
  1435. <Tool
  1436. Name="VCCLCompilerTool"
  1437. Optimization="1"
  1438. PreprocessorDefinitions=""
  1439. />
  1440. </FileConfiguration>
  1441. <FileConfiguration
  1442. Name="Release|x64"
  1443. >
  1444. <Tool
  1445. Name="VCCLCompilerTool"
  1446. PreprocessorDefinitions=""
  1447. />
  1448. </FileConfiguration>
  1449. <FileConfiguration
  1450. Name="DLL-Import Release|Win32"
  1451. >
  1452. <Tool
  1453. Name="VCCLCompilerTool"
  1454. Optimization="2"
  1455. PreprocessorDefinitions=""
  1456. />
  1457. </FileConfiguration>
  1458. <FileConfiguration
  1459. Name="DLL-Import Release|x64"
  1460. >
  1461. <Tool
  1462. Name="VCCLCompilerTool"
  1463. Optimization="2"
  1464. PreprocessorDefinitions=""
  1465. />
  1466. </FileConfiguration>
  1467. <FileConfiguration
  1468. Name="DLL-Import Debug|Win32"
  1469. >
  1470. <Tool
  1471. Name="VCCLCompilerTool"
  1472. Optimization="0"
  1473. PreprocessorDefinitions=""
  1474. />
  1475. </FileConfiguration>
  1476. <FileConfiguration
  1477. Name="DLL-Import Debug|x64"
  1478. >
  1479. <Tool
  1480. Name="VCCLCompilerTool"
  1481. Optimization="0"
  1482. PreprocessorDefinitions=""
  1483. />
  1484. </FileConfiguration>
  1485. <FileConfiguration
  1486. Name="Debug|Win32"
  1487. >
  1488. <Tool
  1489. Name="VCCLCompilerTool"
  1490. Optimization="0"
  1491. PreprocessorDefinitions=""
  1492. />
  1493. </FileConfiguration>
  1494. <FileConfiguration
  1495. Name="Debug|x64"
  1496. >
  1497. <Tool
  1498. Name="VCCLCompilerTool"
  1499. Optimization="0"
  1500. PreprocessorDefinitions=""
  1501. />
  1502. </FileConfiguration>
  1503. </File>
  1504. <File
  1505. RelativePath="validat3.cpp"
  1506. >
  1507. <FileConfiguration
  1508. Name="Release|Win32"
  1509. >
  1510. <Tool
  1511. Name="VCCLCompilerTool"
  1512. Optimization="1"
  1513. PreprocessorDefinitions=""
  1514. />
  1515. </FileConfiguration>
  1516. <FileConfiguration
  1517. Name="Release|x64"
  1518. >
  1519. <Tool
  1520. Name="VCCLCompilerTool"
  1521. PreprocessorDefinitions=""
  1522. />
  1523. </FileConfiguration>
  1524. <FileConfiguration
  1525. Name="DLL-Import Release|Win32"
  1526. >
  1527. <Tool
  1528. Name="VCCLCompilerTool"
  1529. Optimization="2"
  1530. PreprocessorDefinitions=""
  1531. />
  1532. </FileConfiguration>
  1533. <FileConfiguration
  1534. Name="DLL-Import Release|x64"
  1535. >
  1536. <Tool
  1537. Name="VCCLCompilerTool"
  1538. Optimization="2"
  1539. PreprocessorDefinitions=""
  1540. />
  1541. </FileConfiguration>
  1542. <FileConfiguration
  1543. Name="DLL-Import Debug|Win32"
  1544. >
  1545. <Tool
  1546. Name="VCCLCompilerTool"
  1547. Optimization="0"
  1548. PreprocessorDefinitions=""
  1549. />
  1550. </FileConfiguration>
  1551. <FileConfiguration
  1552. Name="DLL-Import Debug|x64"
  1553. >
  1554. <Tool
  1555. Name="VCCLCompilerTool"
  1556. Optimization="0"
  1557. PreprocessorDefinitions=""
  1558. />
  1559. </FileConfiguration>
  1560. <FileConfiguration
  1561. Name="Debug|Win32"
  1562. >
  1563. <Tool
  1564. Name="VCCLCompilerTool"
  1565. Optimization="0"
  1566. PreprocessorDefinitions=""
  1567. />
  1568. </FileConfiguration>
  1569. <FileConfiguration
  1570. Name="Debug|x64"
  1571. >
  1572. <Tool
  1573. Name="VCCLCompilerTool"
  1574. Optimization="0"
  1575. PreprocessorDefinitions=""
  1576. />
  1577. </FileConfiguration>
  1578. </File>
  1579. <File
  1580. RelativePath="validate.h"
  1581. >
  1582. </File>
  1583. </Filter>
  1584. <Filter
  1585. Name="TestData"
  1586. >
  1587. <File
  1588. RelativePath=".\TestData\3desval.dat"
  1589. >
  1590. </File>
  1591. <File
  1592. RelativePath=".\TestData\3wayval.dat"
  1593. >
  1594. </File>
  1595. <File
  1596. RelativePath=".\TestData\camellia.dat"
  1597. >
  1598. </File>
  1599. <File
  1600. RelativePath=".\TestData\cast128v.dat"
  1601. >
  1602. </File>
  1603. <File
  1604. RelativePath=".\TestData\cast256v.dat"
  1605. >
  1606. </File>
  1607. <File
  1608. RelativePath=".\TestData\descert.dat"
  1609. >
  1610. </File>
  1611. <File
  1612. RelativePath=".\TestData\dh1024.dat"
  1613. >
  1614. </File>
  1615. <File
  1616. RelativePath=".\TestData\dh2048.dat"
  1617. >
  1618. </File>
  1619. <File
  1620. RelativePath=".\TestData\dlie1024.dat"
  1621. >
  1622. </File>
  1623. <File
  1624. RelativePath=".\TestData\dlie2048.dat"
  1625. >
  1626. </File>
  1627. <File
  1628. RelativePath=".\TestData\dsa1024.dat"
  1629. >
  1630. </File>
  1631. <File
  1632. RelativePath=".\TestData\dsa1024b.dat"
  1633. >
  1634. </File>
  1635. <File
  1636. RelativePath=".\TestData\dsa512.dat"
  1637. >
  1638. </File>
  1639. <File
  1640. RelativePath=".\TestData\elgc1024.dat"
  1641. >
  1642. </File>
  1643. <File
  1644. RelativePath=".\TestData\esig1023.dat"
  1645. >
  1646. </File>
  1647. <File
  1648. RelativePath=".\TestData\esig1536.dat"
  1649. >
  1650. </File>
  1651. <File
  1652. RelativePath=".\TestData\esig2046.dat"
  1653. >
  1654. </File>
  1655. <File
  1656. RelativePath=".\TestData\gostval.dat"
  1657. >
  1658. </File>
  1659. <File
  1660. RelativePath=".\TestData\ideaval.dat"
  1661. >
  1662. </File>
  1663. <File
  1664. RelativePath=".\TestData\luc1024.dat"
  1665. >
  1666. </File>
  1667. <File
  1668. RelativePath=".\TestData\luc2048.dat"
  1669. >
  1670. </File>
  1671. <File
  1672. RelativePath=".\TestData\lucc1024.dat"
  1673. >
  1674. </File>
  1675. <File
  1676. RelativePath=".\TestData\lucc512.dat"
  1677. >
  1678. </File>
  1679. <File
  1680. RelativePath=".\TestData\lucd1024.dat"
  1681. >
  1682. </File>
  1683. <File
  1684. RelativePath=".\TestData\lucd512.dat"
  1685. >
  1686. </File>
  1687. <File
  1688. RelativePath=".\TestData\lucs1024.dat"
  1689. >
  1690. </File>
  1691. <File
  1692. RelativePath=".\TestData\lucs512.dat"
  1693. >
  1694. </File>
  1695. <File
  1696. RelativePath=".\TestData\marsval.dat"
  1697. >
  1698. </File>
  1699. <File
  1700. RelativePath=".\TestData\mqv1024.dat"
  1701. >
  1702. </File>
  1703. <File
  1704. RelativePath=".\TestData\mqv2048.dat"
  1705. >
  1706. </File>
  1707. <File
  1708. RelativePath=".\TestData\nr1024.dat"
  1709. >
  1710. </File>
  1711. <File
  1712. RelativePath=".\TestData\nr2048.dat"
  1713. >
  1714. </File>
  1715. <File
  1716. RelativePath=".\TestData\rabi1024.dat"
  1717. >
  1718. </File>
  1719. <File
  1720. RelativePath=".\TestData\rabi2048.dat"
  1721. >
  1722. </File>
  1723. <File
  1724. RelativePath=".\TestData\rc2val.dat"
  1725. >
  1726. </File>
  1727. <File
  1728. RelativePath=".\TestData\rc5val.dat"
  1729. >
  1730. </File>
  1731. <File
  1732. RelativePath=".\TestData\rc6val.dat"
  1733. >
  1734. </File>
  1735. <File
  1736. RelativePath=".\TestData\rijndael.dat"
  1737. >
  1738. </File>
  1739. <File
  1740. RelativePath=".\TestData\rsa1024.dat"
  1741. >
  1742. </File>
  1743. <File
  1744. RelativePath=".\TestData\rsa2048.dat"
  1745. >
  1746. </File>
  1747. <File
  1748. RelativePath=".\TestData\rsa400pb.dat"
  1749. >
  1750. </File>
  1751. <File
  1752. RelativePath=".\TestData\rsa400pv.dat"
  1753. >
  1754. </File>
  1755. <File
  1756. RelativePath=".\TestData\rsa512a.dat"
  1757. >
  1758. </File>
  1759. <File
  1760. RelativePath=".\TestData\rw1024.dat"
  1761. >
  1762. </File>
  1763. <File
  1764. RelativePath=".\TestData\rw2048.dat"
  1765. >
  1766. </File>
  1767. <File
  1768. RelativePath=".\TestData\saferval.dat"
  1769. >
  1770. </File>
  1771. <File
  1772. RelativePath=".\TestData\serpentv.dat"
  1773. >
  1774. </File>
  1775. <File
  1776. RelativePath=".\TestData\shacal2v.dat"
  1777. >
  1778. </File>
  1779. <File
  1780. RelativePath=".\TestData\sharkval.dat"
  1781. >
  1782. </File>
  1783. <File
  1784. RelativePath=".\TestData\skipjack.dat"
  1785. >
  1786. </File>
  1787. <File
  1788. RelativePath=".\TestData\squareva.dat"
  1789. >
  1790. </File>
  1791. <File
  1792. RelativePath=".\TestData\twofishv.dat"
  1793. >
  1794. </File>
  1795. <File
  1796. RelativePath=".\TestData\usage.dat"
  1797. >
  1798. </File>
  1799. <File
  1800. RelativePath=".\TestData\xtrdh171.dat"
  1801. >
  1802. </File>
  1803. <File
  1804. RelativePath=".\TestData\xtrdh342.dat"
  1805. >
  1806. </File>
  1807. </Filter>
  1808. </Files>
  1809. <Globals>
  1810. </Globals>
  1811. </VisualStudioProject>