libbee2.vcproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="libbee2"
  6. ProjectGUID="{1B3F88D7-BD23-4398-A331-3DB139CF07EF}"
  7. RootNamespace="bee2lib"
  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="$(SolutionDir)distrib\$(ConfigurationName)32"
  25. IntermediateDirectory="$(SolutionDir)build\$(ConfigurationName)32\$(ProjectName)"
  26. ConfigurationType="4"
  27. CharacterSet="1"
  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. Optimization="0"
  47. AdditionalIncludeDirectories="../../include;../../src"
  48. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="1"
  52. UsePrecompiledHeader="0"
  53. WarningLevel="3"
  54. DebugInformationFormat="3"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCPreLinkEventTool"
  64. />
  65. <Tool
  66. Name="VCLibrarianTool"
  67. AdditionalLibraryDirectories=""
  68. IgnoreAllDefaultLibraries="false"
  69. />
  70. <Tool
  71. Name="VCALinkTool"
  72. />
  73. <Tool
  74. Name="VCXDCMakeTool"
  75. />
  76. <Tool
  77. Name="VCBscMakeTool"
  78. />
  79. <Tool
  80. Name="VCFxCopTool"
  81. />
  82. <Tool
  83. Name="VCPostBuildEventTool"
  84. />
  85. </Configuration>
  86. <Configuration
  87. Name="Debug|x64"
  88. OutputDirectory="$(SolutionDir)distrib\$(ConfigurationName)64"
  89. IntermediateDirectory="$(SolutionDir)build\$(ConfigurationName)64\$(ProjectName)"
  90. ConfigurationType="4"
  91. CharacterSet="1"
  92. >
  93. <Tool
  94. Name="VCPreBuildEventTool"
  95. />
  96. <Tool
  97. Name="VCCustomBuildTool"
  98. />
  99. <Tool
  100. Name="VCXMLDataGeneratorTool"
  101. />
  102. <Tool
  103. Name="VCWebServiceProxyGeneratorTool"
  104. />
  105. <Tool
  106. Name="VCMIDLTool"
  107. TargetEnvironment="3"
  108. />
  109. <Tool
  110. Name="VCCLCompilerTool"
  111. Optimization="0"
  112. AdditionalIncludeDirectories="../../include;../../src"
  113. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  114. MinimalRebuild="false"
  115. BasicRuntimeChecks="3"
  116. RuntimeLibrary="1"
  117. UsePrecompiledHeader="0"
  118. WarningLevel="3"
  119. DebugInformationFormat="1"
  120. />
  121. <Tool
  122. Name="VCManagedResourceCompilerTool"
  123. />
  124. <Tool
  125. Name="VCResourceCompilerTool"
  126. />
  127. <Tool
  128. Name="VCPreLinkEventTool"
  129. />
  130. <Tool
  131. Name="VCLibrarianTool"
  132. AdditionalOptions="/ignore:4006"
  133. />
  134. <Tool
  135. Name="VCALinkTool"
  136. />
  137. <Tool
  138. Name="VCXDCMakeTool"
  139. />
  140. <Tool
  141. Name="VCBscMakeTool"
  142. />
  143. <Tool
  144. Name="VCFxCopTool"
  145. />
  146. <Tool
  147. Name="VCPostBuildEventTool"
  148. />
  149. </Configuration>
  150. <Configuration
  151. Name="Release|Win32"
  152. OutputDirectory="$(SolutionDir)distrib\$(ConfigurationName)32"
  153. IntermediateDirectory="$(SolutionDir)build\$(ConfigurationName)32\$(ProjectName)"
  154. ConfigurationType="4"
  155. CharacterSet="1"
  156. WholeProgramOptimization="1"
  157. >
  158. <Tool
  159. Name="VCPreBuildEventTool"
  160. />
  161. <Tool
  162. Name="VCCustomBuildTool"
  163. />
  164. <Tool
  165. Name="VCXMLDataGeneratorTool"
  166. />
  167. <Tool
  168. Name="VCWebServiceProxyGeneratorTool"
  169. />
  170. <Tool
  171. Name="VCMIDLTool"
  172. />
  173. <Tool
  174. Name="VCCLCompilerTool"
  175. Optimization="2"
  176. EnableIntrinsicFunctions="true"
  177. AdditionalIncludeDirectories="../../include;../../src"
  178. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  179. ExceptionHandling="1"
  180. RuntimeLibrary="0"
  181. EnableFunctionLevelLinking="true"
  182. UsePrecompiledHeader="0"
  183. WarningLevel="3"
  184. DebugInformationFormat="1"
  185. />
  186. <Tool
  187. Name="VCManagedResourceCompilerTool"
  188. />
  189. <Tool
  190. Name="VCResourceCompilerTool"
  191. />
  192. <Tool
  193. Name="VCPreLinkEventTool"
  194. />
  195. <Tool
  196. Name="VCLibrarianTool"
  197. AdditionalOptions="/ignore:4006"
  198. AdditionalLibraryDirectories=""
  199. IgnoreAllDefaultLibraries="false"
  200. />
  201. <Tool
  202. Name="VCALinkTool"
  203. />
  204. <Tool
  205. Name="VCXDCMakeTool"
  206. />
  207. <Tool
  208. Name="VCBscMakeTool"
  209. />
  210. <Tool
  211. Name="VCFxCopTool"
  212. />
  213. <Tool
  214. Name="VCPostBuildEventTool"
  215. />
  216. </Configuration>
  217. <Configuration
  218. Name="Release|x64"
  219. OutputDirectory="$(SolutionDir)distrib\$(ConfigurationName)64"
  220. IntermediateDirectory="$(SolutionDir)build\$(ConfigurationName)64\$(ProjectName)"
  221. ConfigurationType="4"
  222. CharacterSet="1"
  223. WholeProgramOptimization="1"
  224. >
  225. <Tool
  226. Name="VCPreBuildEventTool"
  227. />
  228. <Tool
  229. Name="VCCustomBuildTool"
  230. />
  231. <Tool
  232. Name="VCXMLDataGeneratorTool"
  233. />
  234. <Tool
  235. Name="VCWebServiceProxyGeneratorTool"
  236. />
  237. <Tool
  238. Name="VCMIDLTool"
  239. TargetEnvironment="3"
  240. />
  241. <Tool
  242. Name="VCCLCompilerTool"
  243. Optimization="2"
  244. EnableIntrinsicFunctions="true"
  245. AdditionalIncludeDirectories="../../include;../../src"
  246. PreprocessorDefinitions="WIN32;NDEBUG"
  247. RuntimeLibrary="0"
  248. EnableFunctionLevelLinking="true"
  249. UsePrecompiledHeader="0"
  250. WarningLevel="3"
  251. DebugInformationFormat="1"
  252. />
  253. <Tool
  254. Name="VCManagedResourceCompilerTool"
  255. />
  256. <Tool
  257. Name="VCResourceCompilerTool"
  258. />
  259. <Tool
  260. Name="VCPreLinkEventTool"
  261. />
  262. <Tool
  263. Name="VCLibrarianTool"
  264. AdditionalOptions="/ignore:4006"
  265. IgnoreAllDefaultLibraries="false"
  266. />
  267. <Tool
  268. Name="VCALinkTool"
  269. />
  270. <Tool
  271. Name="VCXDCMakeTool"
  272. />
  273. <Tool
  274. Name="VCBscMakeTool"
  275. />
  276. <Tool
  277. Name="VCFxCopTool"
  278. />
  279. <Tool
  280. Name="VCPostBuildEventTool"
  281. />
  282. </Configuration>
  283. </Configurations>
  284. <References>
  285. </References>
  286. <Files>
  287. <Filter
  288. Name="Header Files"
  289. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  290. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  291. >
  292. <File
  293. RelativePath="..\..\include\bee2\defs.h"
  294. >
  295. </File>
  296. <File
  297. RelativePath="..\..\include\bee2\info.h"
  298. >
  299. </File>
  300. <Filter
  301. Name="core"
  302. >
  303. <File
  304. RelativePath="..\..\include\bee2\core\apdu.h"
  305. >
  306. </File>
  307. <File
  308. RelativePath="..\..\include\bee2\core\b64.h"
  309. >
  310. </File>
  311. <File
  312. RelativePath="..\..\include\bee2\core\blob.h"
  313. >
  314. </File>
  315. <File
  316. RelativePath="..\..\include\bee2\core\dec.h"
  317. >
  318. </File>
  319. <File
  320. RelativePath="..\..\include\bee2\core\der.h"
  321. >
  322. </File>
  323. <File
  324. RelativePath="..\..\include\bee2\core\err.h"
  325. >
  326. </File>
  327. <File
  328. RelativePath="..\..\include\bee2\core\hex.h"
  329. >
  330. </File>
  331. <File
  332. RelativePath="..\..\include\bee2\core\mem.h"
  333. >
  334. </File>
  335. <File
  336. RelativePath="..\..\include\bee2\core\mt.h"
  337. >
  338. </File>
  339. <File
  340. RelativePath="..\..\include\bee2\core\obj.h"
  341. >
  342. </File>
  343. <File
  344. RelativePath="..\..\include\bee2\core\oid.h"
  345. >
  346. </File>
  347. <File
  348. RelativePath="..\..\include\bee2\core\prng.h"
  349. >
  350. </File>
  351. <File
  352. RelativePath="..\..\include\bee2\core\rng.h"
  353. >
  354. </File>
  355. <File
  356. RelativePath="..\..\include\bee2\core\safe.h"
  357. >
  358. </File>
  359. <File
  360. RelativePath="..\..\include\bee2\core\stack.h"
  361. >
  362. </File>
  363. <File
  364. RelativePath="..\..\include\bee2\core\str.h"
  365. >
  366. </File>
  367. <File
  368. RelativePath="..\..\include\bee2\core\tm.h"
  369. >
  370. </File>
  371. <File
  372. RelativePath="..\..\include\bee2\core\u16.h"
  373. >
  374. </File>
  375. <File
  376. RelativePath="..\..\include\bee2\core\u32.h"
  377. >
  378. </File>
  379. <File
  380. RelativePath="..\..\include\bee2\core\u64.h"
  381. >
  382. </File>
  383. <File
  384. RelativePath="..\..\include\bee2\core\util.h"
  385. >
  386. </File>
  387. <File
  388. RelativePath="..\..\include\bee2\core\word.h"
  389. >
  390. </File>
  391. </Filter>
  392. <Filter
  393. Name="crypto"
  394. >
  395. <File
  396. RelativePath="..\..\include\bee2\crypto\bake.h"
  397. >
  398. </File>
  399. <File
  400. RelativePath="..\..\include\bee2\crypto\bash.h"
  401. >
  402. </File>
  403. <File
  404. RelativePath="..\..\include\bee2\crypto\bels.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath="..\..\include\bee2\crypto\belt.h"
  409. >
  410. </File>
  411. <File
  412. RelativePath="..\..\include\bee2\crypto\bign.h"
  413. >
  414. </File>
  415. <File
  416. RelativePath="..\..\include\bee2\crypto\bign96.h"
  417. >
  418. </File>
  419. <File
  420. RelativePath="..\..\include\bee2\crypto\botp.h"
  421. >
  422. </File>
  423. <File
  424. RelativePath="..\..\src\crypto\bpki.c"
  425. >
  426. </File>
  427. <File
  428. RelativePath="..\..\include\bee2\crypto\brng.h"
  429. >
  430. </File>
  431. <File
  432. RelativePath="..\..\include\bee2\crypto\btok.h"
  433. >
  434. </File>
  435. <File
  436. RelativePath="..\..\include\bee2\crypto\dstu.h"
  437. >
  438. </File>
  439. <File
  440. RelativePath="..\..\include\bee2\crypto\g12s.h"
  441. >
  442. </File>
  443. <File
  444. RelativePath="..\..\include\bee2\crypto\pfok.h"
  445. >
  446. </File>
  447. <File
  448. RelativePath="..\..\include\bee2\crypto\stb99.h"
  449. >
  450. </File>
  451. </Filter>
  452. <Filter
  453. Name="math"
  454. >
  455. <File
  456. RelativePath="..\..\include\bee2\math\ec.h"
  457. >
  458. </File>
  459. <File
  460. RelativePath="..\..\include\bee2\math\ec2.h"
  461. >
  462. </File>
  463. <File
  464. RelativePath="..\..\include\bee2\math\ecp.h"
  465. >
  466. </File>
  467. <File
  468. RelativePath="..\..\include\bee2\math\gf2.h"
  469. >
  470. </File>
  471. <File
  472. RelativePath="..\..\include\bee2\math\gfp.h"
  473. >
  474. </File>
  475. <File
  476. RelativePath="..\..\include\bee2\math\pp.h"
  477. >
  478. </File>
  479. <File
  480. RelativePath="..\..\include\bee2\math\pri.h"
  481. >
  482. </File>
  483. <File
  484. RelativePath="..\..\include\bee2\math\qr.h"
  485. >
  486. </File>
  487. <File
  488. RelativePath="..\..\include\bee2\math\ww.h"
  489. >
  490. </File>
  491. <File
  492. RelativePath="..\..\include\bee2\math\zm.h"
  493. >
  494. </File>
  495. <File
  496. RelativePath="..\..\include\bee2\math\zz.h"
  497. >
  498. </File>
  499. </Filter>
  500. </Filter>
  501. <Filter
  502. Name="Source Files"
  503. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  504. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  505. >
  506. <Filter
  507. Name="core"
  508. >
  509. <File
  510. RelativePath="..\..\src\core\apdu.c"
  511. >
  512. </File>
  513. <File
  514. RelativePath="..\..\src\core\b64.c"
  515. >
  516. </File>
  517. <File
  518. RelativePath="..\..\src\core\blob.c"
  519. >
  520. </File>
  521. <File
  522. RelativePath="..\..\src\core\dec.c"
  523. >
  524. </File>
  525. <File
  526. RelativePath="..\..\src\core\der.c"
  527. >
  528. </File>
  529. <File
  530. RelativePath="..\..\src\core\err.c"
  531. >
  532. </File>
  533. <File
  534. RelativePath="..\..\src\core\hex.c"
  535. >
  536. </File>
  537. <File
  538. RelativePath="..\..\src\core\mem.c"
  539. >
  540. </File>
  541. <File
  542. RelativePath="..\..\src\core\mt.c"
  543. >
  544. </File>
  545. <File
  546. RelativePath="..\..\src\core\obj.c"
  547. >
  548. </File>
  549. <File
  550. RelativePath="..\..\src\core\oid.c"
  551. >
  552. </File>
  553. <File
  554. RelativePath="..\..\src\core\prng.c"
  555. >
  556. </File>
  557. <File
  558. RelativePath="..\..\src\core\rng.c"
  559. >
  560. </File>
  561. <File
  562. RelativePath="..\..\src\core\str.c"
  563. >
  564. </File>
  565. <File
  566. RelativePath="..\..\src\core\tm.c"
  567. >
  568. </File>
  569. <File
  570. RelativePath="..\..\src\core\u16.c"
  571. >
  572. </File>
  573. <File
  574. RelativePath="..\..\src\core\u32.c"
  575. >
  576. </File>
  577. <File
  578. RelativePath="..\..\src\core\u64.c"
  579. >
  580. </File>
  581. <File
  582. RelativePath="..\..\src\core\util.c"
  583. >
  584. </File>
  585. <File
  586. RelativePath="..\..\src\core\word.c"
  587. >
  588. </File>
  589. </Filter>
  590. <Filter
  591. Name="math"
  592. >
  593. <File
  594. RelativePath="..\..\src\math\ec.c"
  595. >
  596. </File>
  597. <File
  598. RelativePath="..\..\src\math\ec2.c"
  599. >
  600. </File>
  601. <File
  602. RelativePath="..\..\src\math\ecp.c"
  603. >
  604. </File>
  605. <File
  606. RelativePath="..\..\src\math\gf2.c"
  607. >
  608. </File>
  609. <File
  610. RelativePath="..\..\src\math\gfp.c"
  611. >
  612. </File>
  613. <File
  614. RelativePath="..\..\src\math\pri.c"
  615. >
  616. </File>
  617. <File
  618. RelativePath="..\..\src\math\qr.c"
  619. >
  620. </File>
  621. <File
  622. RelativePath="..\..\src\math\ww.c"
  623. >
  624. </File>
  625. <File
  626. RelativePath="..\..\src\math\zm.c"
  627. >
  628. </File>
  629. <Filter
  630. Name="zz"
  631. >
  632. <File
  633. RelativePath="..\..\src\math\zz\zz_add.c"
  634. >
  635. </File>
  636. <File
  637. RelativePath="..\..\src\math\zz\zz_etc.c"
  638. >
  639. </File>
  640. <File
  641. RelativePath="..\..\src\math\zz\zz_gcd.c"
  642. >
  643. </File>
  644. <File
  645. RelativePath="..\..\src\math\zz\zz_lcl.h"
  646. >
  647. </File>
  648. <File
  649. RelativePath="..\..\src\math\zz\zz_mod.c"
  650. >
  651. </File>
  652. <File
  653. RelativePath="..\..\src\math\zz\zz_mul.c"
  654. >
  655. </File>
  656. <File
  657. RelativePath="..\..\src\math\zz\zz_pow.c"
  658. >
  659. </File>
  660. <File
  661. RelativePath="..\..\src\math\zz\zz_red.c"
  662. >
  663. </File>
  664. </Filter>
  665. <Filter
  666. Name="pp"
  667. >
  668. <File
  669. RelativePath="..\..\src\math\pp\pp_etc.c"
  670. >
  671. </File>
  672. <File
  673. RelativePath="..\..\src\math\pp\pp_gcd.c"
  674. >
  675. </File>
  676. <File
  677. RelativePath="..\..\src\math\pp\pp_mod.c"
  678. >
  679. </File>
  680. <File
  681. RelativePath="..\..\src\math\pp\pp_mul.c"
  682. >
  683. </File>
  684. <File
  685. RelativePath="..\..\src\math\pp\pp_red.c"
  686. >
  687. </File>
  688. </Filter>
  689. </Filter>
  690. <Filter
  691. Name="crypto"
  692. >
  693. <File
  694. RelativePath="..\..\src\crypto\bake.c"
  695. >
  696. </File>
  697. <File
  698. RelativePath="..\..\src\crypto\bels.c"
  699. >
  700. </File>
  701. <File
  702. RelativePath="..\..\src\crypto\bign96.c"
  703. >
  704. </File>
  705. <File
  706. RelativePath="..\..\src\crypto\botp.c"
  707. >
  708. </File>
  709. <File
  710. RelativePath="..\..\src\crypto\brng.c"
  711. >
  712. </File>
  713. <File
  714. RelativePath="..\..\src\crypto\dstu.c"
  715. >
  716. </File>
  717. <File
  718. RelativePath="..\..\src\crypto\g12s.c"
  719. >
  720. </File>
  721. <File
  722. RelativePath="..\..\src\crypto\pfok.c"
  723. >
  724. </File>
  725. <File
  726. RelativePath="..\..\src\crypto\stb99.c"
  727. >
  728. </File>
  729. <Filter
  730. Name="belt"
  731. >
  732. <File
  733. RelativePath="..\..\src\crypto\belt\belt_bde.c"
  734. >
  735. </File>
  736. <File
  737. RelativePath="..\..\src\crypto\belt\belt_block.c"
  738. >
  739. </File>
  740. <File
  741. RelativePath="..\..\src\crypto\belt\belt_cbc.c"
  742. >
  743. </File>
  744. <File
  745. RelativePath="..\..\src\crypto\belt\belt_cfb.c"
  746. >
  747. </File>
  748. <File
  749. RelativePath="..\..\src\crypto\belt\belt_che.c"
  750. >
  751. </File>
  752. <File
  753. RelativePath="..\..\src\crypto\belt\belt_compr.c"
  754. >
  755. </File>
  756. <File
  757. RelativePath="..\..\src\crypto\belt\belt_ctr.c"
  758. >
  759. </File>
  760. <File
  761. RelativePath="..\..\src\crypto\belt\belt_dwp.c"
  762. >
  763. </File>
  764. <File
  765. RelativePath="..\..\src\crypto\belt\belt_ecb.c"
  766. >
  767. </File>
  768. <File
  769. RelativePath="..\..\src\crypto\belt\belt_fmt.c"
  770. >
  771. </File>
  772. <File
  773. RelativePath="..\..\src\crypto\belt\belt_hash.c"
  774. >
  775. </File>
  776. <File
  777. RelativePath="..\..\src\crypto\belt\belt_hmac.c"
  778. >
  779. </File>
  780. <File
  781. RelativePath="..\..\src\crypto\belt\belt_krp.c"
  782. >
  783. </File>
  784. <File
  785. RelativePath="..\..\src\crypto\belt\belt_kwp.c"
  786. >
  787. </File>
  788. <File
  789. RelativePath="..\..\src\crypto\belt\belt_lcl.c"
  790. >
  791. </File>
  792. <File
  793. RelativePath="..\..\src\crypto\belt\belt_lcl.h"
  794. >
  795. </File>
  796. <File
  797. RelativePath="..\..\src\crypto\belt\belt_mac.c"
  798. >
  799. </File>
  800. <File
  801. RelativePath="..\..\src\crypto\belt\belt_pbkdf.c"
  802. >
  803. </File>
  804. <File
  805. RelativePath="..\..\src\crypto\belt\belt_sde.c"
  806. >
  807. </File>
  808. <File
  809. RelativePath="..\..\src\crypto\belt\belt_wbl.c"
  810. >
  811. </File>
  812. </Filter>
  813. <Filter
  814. Name="bash"
  815. >
  816. <File
  817. RelativePath="..\..\src\crypto\bash\bash_f.c"
  818. >
  819. </File>
  820. <File
  821. RelativePath="..\..\src\crypto\bash\bash_hash.c"
  822. >
  823. </File>
  824. <File
  825. RelativePath="..\..\src\crypto\bash\bash_prg.c"
  826. >
  827. </File>
  828. </Filter>
  829. <Filter
  830. Name="btok"
  831. >
  832. <File
  833. RelativePath="..\..\src\crypto\btok\btok_bauth.c"
  834. >
  835. </File>
  836. <File
  837. RelativePath="..\..\src\crypto\btok\btok_cvc.c"
  838. >
  839. </File>
  840. <File
  841. RelativePath="..\..\src\crypto\btok\btok_pwd.c"
  842. >
  843. </File>
  844. <File
  845. RelativePath="..\..\src\crypto\btok\btok_sm.c"
  846. >
  847. </File>
  848. </Filter>
  849. <Filter
  850. Name="bign"
  851. >
  852. <File
  853. RelativePath="..\..\src\crypto\bign\bign_ibs.c"
  854. >
  855. </File>
  856. <File
  857. RelativePath="..\..\src\crypto\bign\bign_keyt.c"
  858. >
  859. </File>
  860. <File
  861. RelativePath="..\..\src\crypto\bign\bign_lcl.c"
  862. >
  863. </File>
  864. <File
  865. RelativePath="..\..\src\crypto\bign\bign_lcl.h"
  866. >
  867. </File>
  868. <File
  869. RelativePath="..\..\src\crypto\bign\bign_misc.c"
  870. >
  871. </File>
  872. <File
  873. RelativePath="..\..\src\crypto\bign\bign_params.c"
  874. >
  875. </File>
  876. <File
  877. RelativePath="..\..\src\crypto\bign\bign_sign.c"
  878. >
  879. </File>
  880. </Filter>
  881. </Filter>
  882. </Filter>
  883. </Files>
  884. <Globals>
  885. </Globals>
  886. </VisualStudioProject>