fuzzer.vcproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="fuzzer"
  6. ProjectGUID="{A62E89D2-9DDE-42BA-8F9B-9DA74889A6B0}"
  7. RootNamespace="fuzzer"
  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)bin\$(PlatformName)\$(ConfigurationName)"
  25. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  26. ConfigurationType="1"
  27. CharacterSet="2"
  28. >
  29. <Tool
  30. Name="VCPreBuildEventTool"
  31. />
  32. <Tool
  33. Name="VCCustomBuildTool"
  34. />
  35. <Tool
  36. Name="VCXMLDataGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCWebServiceProxyGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCMIDLTool"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\compress;$(SolutionDir)..\..\lib\dictBuilder;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs"
  48. PreprocessorDefinitions="ZSTD_MULTITHREAD=1;WIN32;_DEBUG;_CONSOLE"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="3"
  52. UsePrecompiledHeader="0"
  53. WarningLevel="4"
  54. WarnAsError="true"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCPreLinkEventTool"
  65. />
  66. <Tool
  67. Name="VCLinkerTool"
  68. LinkIncremental="2"
  69. GenerateDebugInformation="true"
  70. SubSystem="1"
  71. TargetMachine="1"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCManifestTool"
  78. />
  79. <Tool
  80. Name="VCXDCMakeTool"
  81. />
  82. <Tool
  83. Name="VCBscMakeTool"
  84. />
  85. <Tool
  86. Name="VCFxCopTool"
  87. />
  88. <Tool
  89. Name="VCAppVerifierTool"
  90. />
  91. <Tool
  92. Name="VCPostBuildEventTool"
  93. />
  94. </Configuration>
  95. <Configuration
  96. Name="Release|Win32"
  97. OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)"
  98. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  99. ConfigurationType="1"
  100. CharacterSet="2"
  101. WholeProgramOptimization="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. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. Optimization="2"
  121. EnableIntrinsicFunctions="true"
  122. OmitFramePointers="true"
  123. AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\compress;$(SolutionDir)..\..\lib\dictBuilder;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs"
  124. PreprocessorDefinitions="ZSTD_MULTITHREAD=1;WIN32;NDEBUG;_CONSOLE"
  125. RuntimeLibrary="0"
  126. EnableFunctionLevelLinking="true"
  127. UsePrecompiledHeader="0"
  128. WarningLevel="4"
  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. GenerateDebugInformation="true"
  144. SubSystem="1"
  145. OptimizeReferences="2"
  146. EnableCOMDATFolding="2"
  147. TargetMachine="1"
  148. />
  149. <Tool
  150. Name="VCALinkTool"
  151. />
  152. <Tool
  153. Name="VCManifestTool"
  154. />
  155. <Tool
  156. Name="VCXDCMakeTool"
  157. />
  158. <Tool
  159. Name="VCBscMakeTool"
  160. />
  161. <Tool
  162. Name="VCFxCopTool"
  163. />
  164. <Tool
  165. Name="VCAppVerifierTool"
  166. />
  167. <Tool
  168. Name="VCPostBuildEventTool"
  169. />
  170. </Configuration>
  171. <Configuration
  172. Name="Debug|x64"
  173. OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)"
  174. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  175. ConfigurationType="1"
  176. CharacterSet="2"
  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. TargetEnvironment="3"
  193. />
  194. <Tool
  195. Name="VCCLCompilerTool"
  196. Optimization="0"
  197. AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\compress;$(SolutionDir)..\..\lib\dictBuilder;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs"
  198. PreprocessorDefinitions="ZSTD_MULTITHREAD=1;WIN32;_DEBUG;_CONSOLE"
  199. MinimalRebuild="true"
  200. BasicRuntimeChecks="3"
  201. RuntimeLibrary="3"
  202. UsePrecompiledHeader="0"
  203. WarningLevel="4"
  204. WarnAsError="true"
  205. DebugInformationFormat="3"
  206. />
  207. <Tool
  208. Name="VCManagedResourceCompilerTool"
  209. />
  210. <Tool
  211. Name="VCResourceCompilerTool"
  212. />
  213. <Tool
  214. Name="VCPreLinkEventTool"
  215. />
  216. <Tool
  217. Name="VCLinkerTool"
  218. LinkIncremental="2"
  219. GenerateDebugInformation="true"
  220. SubSystem="1"
  221. TargetMachine="17"
  222. />
  223. <Tool
  224. Name="VCALinkTool"
  225. />
  226. <Tool
  227. Name="VCManifestTool"
  228. />
  229. <Tool
  230. Name="VCXDCMakeTool"
  231. />
  232. <Tool
  233. Name="VCBscMakeTool"
  234. />
  235. <Tool
  236. Name="VCFxCopTool"
  237. />
  238. <Tool
  239. Name="VCAppVerifierTool"
  240. />
  241. <Tool
  242. Name="VCPostBuildEventTool"
  243. />
  244. </Configuration>
  245. <Configuration
  246. Name="Release|x64"
  247. OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)"
  248. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  249. ConfigurationType="1"
  250. CharacterSet="2"
  251. WholeProgramOptimization="1"
  252. >
  253. <Tool
  254. Name="VCPreBuildEventTool"
  255. />
  256. <Tool
  257. Name="VCCustomBuildTool"
  258. />
  259. <Tool
  260. Name="VCXMLDataGeneratorTool"
  261. />
  262. <Tool
  263. Name="VCWebServiceProxyGeneratorTool"
  264. />
  265. <Tool
  266. Name="VCMIDLTool"
  267. TargetEnvironment="3"
  268. />
  269. <Tool
  270. Name="VCCLCompilerTool"
  271. Optimization="2"
  272. EnableIntrinsicFunctions="true"
  273. OmitFramePointers="true"
  274. AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\dictBuilder;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\compress;$(SolutionDir)..\..\programs"
  275. PreprocessorDefinitions="ZSTD_MULTITHREAD=1;WIN32;NDEBUG;_CONSOLE"
  276. RuntimeLibrary="0"
  277. EnableFunctionLevelLinking="true"
  278. UsePrecompiledHeader="0"
  279. WarningLevel="4"
  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. GenerateDebugInformation="true"
  295. SubSystem="1"
  296. OptimizeReferences="2"
  297. EnableCOMDATFolding="2"
  298. TargetMachine="17"
  299. />
  300. <Tool
  301. Name="VCALinkTool"
  302. />
  303. <Tool
  304. Name="VCManifestTool"
  305. />
  306. <Tool
  307. Name="VCXDCMakeTool"
  308. />
  309. <Tool
  310. Name="VCBscMakeTool"
  311. />
  312. <Tool
  313. Name="VCFxCopTool"
  314. />
  315. <Tool
  316. Name="VCAppVerifierTool"
  317. />
  318. <Tool
  319. Name="VCPostBuildEventTool"
  320. />
  321. </Configuration>
  322. </Configurations>
  323. <References>
  324. </References>
  325. <Files>
  326. <Filter
  327. Name="Source Files"
  328. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  329. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  330. >
  331. <File
  332. RelativePath="..\..\..\programs\util.c"
  333. >
  334. </File>
  335. <File
  336. RelativePath="..\..\..\programs\timefn.c"
  337. >
  338. </File>
  339. <File
  340. RelativePath="..\..\..\programs\datagen.c"
  341. >
  342. </File>
  343. <File
  344. RelativePath="..\..\..\lib\dictBuilder\cover.c"
  345. >
  346. </File>
  347. <File
  348. RelativePath="..\..\..\lib\dictBuilder\fastcover.c"
  349. >
  350. </File>
  351. <File
  352. RelativePath="..\..\..\lib\dictBuilder\divsufsort.c"
  353. >
  354. </File>
  355. <File
  356. RelativePath="..\..\..\lib\common\pool.c"
  357. >
  358. </File>
  359. <File
  360. RelativePath="..\..\..\lib\common\threading.c"
  361. >
  362. </File>
  363. <File
  364. RelativePath="..\..\..\lib\common\entropy_common.c"
  365. >
  366. </File>
  367. <File
  368. RelativePath="..\..\..\lib\compress\hist.c"
  369. >
  370. </File>
  371. <File
  372. RelativePath="..\..\..\lib\common\error_private.c"
  373. >
  374. </File>
  375. <File
  376. RelativePath="..\..\..\lib\compress\fse_compress.c"
  377. >
  378. </File>
  379. <File
  380. RelativePath="..\..\..\lib\common\fse_decompress.c"
  381. >
  382. </File>
  383. <File
  384. RelativePath="..\..\..\tests\fuzzer.c"
  385. >
  386. </File>
  387. <File
  388. RelativePath="..\..\..\lib\compress\huf_compress.c"
  389. >
  390. </File>
  391. <File
  392. RelativePath="..\..\..\lib\decompress\huf_decompress.c"
  393. >
  394. </File>
  395. <File
  396. RelativePath="..\..\..\lib\common\xxhash.c"
  397. >
  398. </File>
  399. <File
  400. RelativePath="..\..\..\lib\dictBuilder\zdict.c"
  401. >
  402. </File>
  403. <File
  404. RelativePath="..\..\..\lib\common\zstd_common.c"
  405. >
  406. </File>
  407. <File
  408. RelativePath="..\..\..\lib\compress\zstdmt_compress.c"
  409. >
  410. </File>
  411. <File
  412. RelativePath="..\..\..\lib\compress\zstd_compress.c"
  413. >
  414. </File>
  415. <File
  416. RelativePath="..\..\..\lib\compress\zstd_compress_literals.c"
  417. >
  418. </File>
  419. <File
  420. RelativePath="..\..\..\lib\compress\zstd_compress_sequences.c"
  421. >
  422. </File>
  423. <File
  424. RelativePath="..\..\..\lib\compress\zstd_compress_superblock.c"
  425. >
  426. </File>
  427. <File
  428. RelativePath="..\..\..\lib\decompress\zstd_decompress.c"
  429. >
  430. </File>
  431. <File
  432. RelativePath="..\..\..\lib\decompress\zstd_decompress_block.c"
  433. >
  434. </File>
  435. <File
  436. RelativePath="..\..\..\lib\decompress\zstd_ddict.c"
  437. >
  438. </File>
  439. <File
  440. RelativePath="..\..\..\lib\compress\zstd_fast.c"
  441. >
  442. </File>
  443. <File
  444. RelativePath="..\..\..\lib\compress\zstd_double_fast.c"
  445. >
  446. </File>
  447. <File
  448. RelativePath="..\..\..\lib\compress\zstd_lazy.c"
  449. >
  450. </File>
  451. <File
  452. RelativePath="..\..\..\lib\compress\zstd_opt.c"
  453. >
  454. </File>
  455. <File
  456. RelativePath="..\..\..\lib\compress\zstd_ldm.c"
  457. >
  458. </File>
  459. </Filter>
  460. <Filter
  461. Name="Header Files"
  462. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  463. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  464. >
  465. <File
  466. RelativePath="..\..\..\lib\common\bitstream.h"
  467. >
  468. </File>
  469. <File
  470. RelativePath="..\..\..\lib\dictBuilder\divsufsort.h"
  471. >
  472. </File>
  473. <File
  474. RelativePath="..\..\..\lib\common\pool.h"
  475. >
  476. </File>
  477. <File
  478. RelativePath="..\..\..\lib\common\threading.h"
  479. >
  480. </File>
  481. <File
  482. RelativePath="..\..\..\lib\common\error_private.h"
  483. >
  484. </File>
  485. <File
  486. RelativePath="..\..\..\lib\zstd_errors.h"
  487. >
  488. </File>
  489. <File
  490. RelativePath="..\..\..\lib\common\fse.h"
  491. >
  492. </File>
  493. <File
  494. RelativePath="..\..\..\lib\common\fse_static.h"
  495. >
  496. </File>
  497. <File
  498. RelativePath="..\..\..\lib\common\huf.h"
  499. >
  500. </File>
  501. <File
  502. RelativePath="..\..\..\lib\common\huf_static.h"
  503. >
  504. </File>
  505. <File
  506. RelativePath="..\..\..\lib\common\mem.h"
  507. >
  508. </File>
  509. <File
  510. RelativePath="..\..\..\lib\common\xxhash.h"
  511. >
  512. </File>
  513. <File
  514. RelativePath="..\..\..\lib\zdict.h"
  515. >
  516. </File>
  517. <File
  518. RelativePath="..\..\..\lib\dictBuilder\cover.h"
  519. >
  520. </File>
  521. <File
  522. RelativePath="..\..\..\lib\dictBuilder\zdict_static.h"
  523. >
  524. </File>
  525. <File
  526. RelativePath="..\..\..\lib\zstd.h"
  527. >
  528. </File>
  529. <File
  530. RelativePath="..\..\..\lib\common\zstd_internal.h"
  531. >
  532. </File>
  533. <File
  534. RelativePath="..\..\..\lib\compress\zstdmt_compress.h"
  535. >
  536. </File>
  537. <File
  538. RelativePath="..\..\..\lib\common\zstd_static.h"
  539. >
  540. </File>
  541. <File
  542. RelativePath="..\..\..\lib\compress\zstd_compress.h"
  543. >
  544. </File>
  545. <File
  546. RelativePath="..\..\..\lib\compress\zstd_compress_literals.h"
  547. >
  548. </File>
  549. <File
  550. RelativePath="..\..\..\lib\compress\zstd_compress_sequences.h"
  551. >
  552. </File>
  553. <File
  554. RelativePath="..\..\..\lib\compress\zstd_cwksp.h"
  555. >
  556. </File>
  557. <File
  558. RelativePath="..\..\..\lib\compress\zstd_compress_superblock.h"
  559. >
  560. </File>
  561. <File
  562. RelativePath="..\..\..\lib\compress\zstd_fast.h"
  563. >
  564. </File>
  565. <File
  566. RelativePath="..\..\..\lib\compress\zstd_double_fast.h"
  567. >
  568. </File>
  569. <File
  570. RelativePath="..\..\..\lib\compress\zstd_lazy.h"
  571. >
  572. </File>
  573. <File
  574. RelativePath="..\..\..\lib\compress\zstd_opt.h"
  575. >
  576. </File>
  577. <File
  578. RelativePath="..\..\..\lib\compress\zstd_ldm.h"
  579. >
  580. </File>
  581. </Filter>
  582. </Files>
  583. <Globals>
  584. </Globals>
  585. </VisualStudioProject>