test.vcproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="test"
  6. ProjectGUID="{EFA32A17-0F7F-468B-88E5-455296084B8D}"
  7. RootNamespace="test"
  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="1"
  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="_CRT_SECURE_NO_WARNINGS"
  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="VCLinkerTool"
  67. LinkIncremental="1"
  68. IgnoreDefaultLibraryNames=""
  69. GenerateDebugInformation="true"
  70. SubSystem="1"
  71. TargetMachine="1"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCManifestTool"
  78. EmbedManifest="false"
  79. />
  80. <Tool
  81. Name="VCXDCMakeTool"
  82. />
  83. <Tool
  84. Name="VCBscMakeTool"
  85. />
  86. <Tool
  87. Name="VCFxCopTool"
  88. />
  89. <Tool
  90. Name="VCAppVerifierTool"
  91. />
  92. <Tool
  93. Name="VCPostBuildEventTool"
  94. />
  95. </Configuration>
  96. <Configuration
  97. Name="Debug|x64"
  98. OutputDirectory="$(SolutionDir)distrib\$(ConfigurationName)64"
  99. IntermediateDirectory="$(SolutionDir)build\$(ConfigurationName)64\$(ProjectName)"
  100. ConfigurationType="1"
  101. CharacterSet="1"
  102. >
  103. <Tool
  104. Name="VCPreBuildEventTool"
  105. />
  106. <Tool
  107. Name="VCCustomBuildTool"
  108. />
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCWebServiceProxyGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCMIDLTool"
  117. TargetEnvironment="3"
  118. />
  119. <Tool
  120. Name="VCCLCompilerTool"
  121. Optimization="0"
  122. AdditionalIncludeDirectories="../../include;../../src"
  123. PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
  124. MinimalRebuild="true"
  125. BasicRuntimeChecks="3"
  126. RuntimeLibrary="1"
  127. UsePrecompiledHeader="0"
  128. WarningLevel="3"
  129. DebugInformationFormat="3"
  130. />
  131. <Tool
  132. Name="VCManagedResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLinkerTool"
  142. LinkIncremental="1"
  143. IgnoreDefaultLibraryNames=""
  144. GenerateDebugInformation="true"
  145. SubSystem="1"
  146. TargetMachine="17"
  147. />
  148. <Tool
  149. Name="VCALinkTool"
  150. />
  151. <Tool
  152. Name="VCManifestTool"
  153. />
  154. <Tool
  155. Name="VCXDCMakeTool"
  156. />
  157. <Tool
  158. Name="VCBscMakeTool"
  159. />
  160. <Tool
  161. Name="VCFxCopTool"
  162. />
  163. <Tool
  164. Name="VCAppVerifierTool"
  165. />
  166. <Tool
  167. Name="VCPostBuildEventTool"
  168. />
  169. </Configuration>
  170. <Configuration
  171. Name="Release|Win32"
  172. OutputDirectory="$(SolutionDir)distrib\$(ConfigurationName)32"
  173. IntermediateDirectory="$(SolutionDir)build\$(ConfigurationName)32\$(ProjectName)"
  174. ConfigurationType="1"
  175. CharacterSet="1"
  176. WholeProgramOptimization="1"
  177. >
  178. <Tool
  179. Name="VCPreBuildEventTool"
  180. />
  181. <Tool
  182. Name="VCCustomBuildTool"
  183. />
  184. <Tool
  185. Name="VCXMLDataGeneratorTool"
  186. />
  187. <Tool
  188. Name="VCWebServiceProxyGeneratorTool"
  189. />
  190. <Tool
  191. Name="VCMIDLTool"
  192. />
  193. <Tool
  194. Name="VCCLCompilerTool"
  195. Optimization="2"
  196. EnableIntrinsicFunctions="true"
  197. AdditionalIncludeDirectories="../../include;../../src"
  198. PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
  199. RuntimeLibrary="0"
  200. EnableFunctionLevelLinking="true"
  201. UsePrecompiledHeader="0"
  202. WarningLevel="3"
  203. DebugInformationFormat="3"
  204. />
  205. <Tool
  206. Name="VCManagedResourceCompilerTool"
  207. />
  208. <Tool
  209. Name="VCResourceCompilerTool"
  210. />
  211. <Tool
  212. Name="VCPreLinkEventTool"
  213. />
  214. <Tool
  215. Name="VCLinkerTool"
  216. LinkIncremental="1"
  217. IgnoreAllDefaultLibraries="false"
  218. GenerateDebugInformation="true"
  219. SubSystem="1"
  220. OptimizeReferences="2"
  221. EnableCOMDATFolding="2"
  222. TargetMachine="1"
  223. />
  224. <Tool
  225. Name="VCALinkTool"
  226. />
  227. <Tool
  228. Name="VCManifestTool"
  229. />
  230. <Tool
  231. Name="VCXDCMakeTool"
  232. />
  233. <Tool
  234. Name="VCBscMakeTool"
  235. />
  236. <Tool
  237. Name="VCFxCopTool"
  238. />
  239. <Tool
  240. Name="VCAppVerifierTool"
  241. />
  242. <Tool
  243. Name="VCPostBuildEventTool"
  244. />
  245. </Configuration>
  246. <Configuration
  247. Name="Release|x64"
  248. OutputDirectory="$(SolutionDir)distrib\$(ConfigurationName)64"
  249. IntermediateDirectory="$(SolutionDir)build\$(ConfigurationName)64\$(ProjectName)"
  250. ConfigurationType="1"
  251. CharacterSet="1"
  252. WholeProgramOptimization="1"
  253. >
  254. <Tool
  255. Name="VCPreBuildEventTool"
  256. />
  257. <Tool
  258. Name="VCCustomBuildTool"
  259. />
  260. <Tool
  261. Name="VCXMLDataGeneratorTool"
  262. />
  263. <Tool
  264. Name="VCWebServiceProxyGeneratorTool"
  265. />
  266. <Tool
  267. Name="VCMIDLTool"
  268. TargetEnvironment="3"
  269. />
  270. <Tool
  271. Name="VCCLCompilerTool"
  272. Optimization="2"
  273. EnableIntrinsicFunctions="true"
  274. AdditionalIncludeDirectories="../../include;../../src"
  275. PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS"
  276. RuntimeLibrary="0"
  277. EnableFunctionLevelLinking="true"
  278. UsePrecompiledHeader="0"
  279. WarningLevel="3"
  280. DebugInformationFormat="3"
  281. />
  282. <Tool
  283. Name="VCManagedResourceCompilerTool"
  284. />
  285. <Tool
  286. Name="VCResourceCompilerTool"
  287. />
  288. <Tool
  289. Name="VCPreLinkEventTool"
  290. />
  291. <Tool
  292. Name="VCLinkerTool"
  293. LinkIncremental="1"
  294. IgnoreAllDefaultLibraries="false"
  295. IgnoreDefaultLibraryNames=""
  296. GenerateDebugInformation="true"
  297. SubSystem="1"
  298. OptimizeReferences="2"
  299. EnableCOMDATFolding="2"
  300. TargetMachine="17"
  301. />
  302. <Tool
  303. Name="VCALinkTool"
  304. />
  305. <Tool
  306. Name="VCManifestTool"
  307. />
  308. <Tool
  309. Name="VCXDCMakeTool"
  310. />
  311. <Tool
  312. Name="VCBscMakeTool"
  313. />
  314. <Tool
  315. Name="VCFxCopTool"
  316. />
  317. <Tool
  318. Name="VCAppVerifierTool"
  319. />
  320. <Tool
  321. Name="VCPostBuildEventTool"
  322. />
  323. </Configuration>
  324. </Configurations>
  325. <References>
  326. <ProjectReference
  327. ReferencedProjectIdentifier="{1B3F88D7-BD23-4398-A331-3DB139CF07EF}"
  328. RelativePathToProject=".\libbee2.vcproj"
  329. />
  330. </References>
  331. <Files>
  332. <Filter
  333. Name="Source Files"
  334. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  335. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  336. >
  337. <File
  338. RelativePath="..\..\test\test.c"
  339. >
  340. </File>
  341. <Filter
  342. Name="crypto"
  343. >
  344. <File
  345. RelativePath="..\..\test\crypto\bake_demo.c"
  346. >
  347. </File>
  348. <File
  349. RelativePath="..\..\test\crypto\bake_test.c"
  350. >
  351. </File>
  352. <File
  353. RelativePath="..\..\test\crypto\bash_bench.c"
  354. >
  355. </File>
  356. <File
  357. RelativePath="..\..\test\crypto\bash_test.c"
  358. >
  359. </File>
  360. <File
  361. RelativePath="..\..\test\crypto\bels_test.c"
  362. >
  363. </File>
  364. <File
  365. RelativePath="..\..\test\crypto\belt_bench.c"
  366. >
  367. </File>
  368. <File
  369. RelativePath="..\..\test\crypto\belt_test.c"
  370. >
  371. </File>
  372. <File
  373. RelativePath="..\..\test\crypto\bign96_test.c"
  374. >
  375. </File>
  376. <File
  377. RelativePath="..\..\test\crypto\bign_test.c"
  378. >
  379. </File>
  380. <File
  381. RelativePath="..\..\test\crypto\botp_test.c"
  382. >
  383. </File>
  384. <File
  385. RelativePath="..\..\test\crypto\bpki_test.c"
  386. >
  387. </File>
  388. <File
  389. RelativePath="..\..\test\crypto\brng_test.c"
  390. >
  391. </File>
  392. <File
  393. RelativePath="..\..\test\crypto\btok_test.c"
  394. >
  395. </File>
  396. <File
  397. RelativePath="..\..\test\crypto\dstu_test.c"
  398. >
  399. </File>
  400. <File
  401. RelativePath="..\..\test\crypto\g12s_test.c"
  402. >
  403. </File>
  404. <File
  405. RelativePath="..\..\test\crypto\pfok_test.c"
  406. >
  407. </File>
  408. <File
  409. RelativePath="..\..\test\crypto\stb99_test.c"
  410. >
  411. </File>
  412. </Filter>
  413. <Filter
  414. Name="math"
  415. >
  416. <File
  417. RelativePath="..\..\test\math\ecp_bench.c"
  418. >
  419. </File>
  420. <File
  421. RelativePath="..\..\test\math\ecp_test.c"
  422. >
  423. </File>
  424. <File
  425. RelativePath="..\..\test\math\pp_test.c"
  426. >
  427. </File>
  428. <File
  429. RelativePath="..\..\test\math\pri_test.c"
  430. >
  431. </File>
  432. <File
  433. RelativePath="..\..\test\math\word_test.c"
  434. >
  435. </File>
  436. <File
  437. RelativePath="..\..\test\math\ww_test.c"
  438. >
  439. </File>
  440. <File
  441. RelativePath="..\..\test\math\zz_test.c"
  442. >
  443. </File>
  444. </Filter>
  445. <Filter
  446. Name="core"
  447. >
  448. <File
  449. RelativePath="..\..\test\core\apdu_test.c"
  450. >
  451. </File>
  452. <File
  453. RelativePath="..\..\test\core\b64_test.c"
  454. >
  455. </File>
  456. <File
  457. RelativePath="..\..\test\core\blob_test.c"
  458. >
  459. </File>
  460. <File
  461. RelativePath="..\..\test\core\dec_test.c"
  462. >
  463. </File>
  464. <File
  465. RelativePath="..\..\test\core\der_test.c"
  466. >
  467. </File>
  468. <File
  469. RelativePath="..\..\test\core\hex_test.c"
  470. >
  471. </File>
  472. <File
  473. RelativePath="..\..\test\core\mem_test.c"
  474. >
  475. </File>
  476. <File
  477. RelativePath="..\..\test\core\mt_test.c"
  478. >
  479. </File>
  480. <File
  481. RelativePath="..\..\test\core\obj_test.c"
  482. >
  483. </File>
  484. <File
  485. RelativePath="..\..\test\core\oid_test.c"
  486. >
  487. </File>
  488. <File
  489. RelativePath="..\..\test\core\prng_test.c"
  490. >
  491. </File>
  492. <File
  493. RelativePath="..\..\test\core\rng_test.c"
  494. >
  495. </File>
  496. <File
  497. RelativePath="..\..\test\core\str_test.c"
  498. >
  499. </File>
  500. <File
  501. RelativePath="..\..\test\core\tm_test.c"
  502. >
  503. </File>
  504. <File
  505. RelativePath="..\..\test\core\u16_test.c"
  506. >
  507. </File>
  508. <File
  509. RelativePath="..\..\test\core\u32_test.c"
  510. >
  511. </File>
  512. <File
  513. RelativePath="..\..\test\core\u64_test.c"
  514. >
  515. </File>
  516. <File
  517. RelativePath="..\..\test\core\util_test.c"
  518. >
  519. </File>
  520. </Filter>
  521. </Filter>
  522. </Files>
  523. <Globals>
  524. </Globals>
  525. </VisualStudioProject>