summaryrefslogtreecommitdiff
path: root/Externals/zstd/zstd.vcxproj
blob: 16473350e6cffec75d1d5ecf41c786eea10ddf12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="utf-8"?>
<Project>
  <Import Project="..\..\Source\VSProps\Base.Macros.props" />
  <Import Project="$(VSPropsDir)Base.Targets.props" />
  <PropertyGroup Label="Globals">
    <ProjectGuid>{1BEA10F3-80CE-4BC4-9331-5769372CDF99}</ProjectGuid>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings" />
  <ImportGroup Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="$(VSPropsDir)Base.props" />
    <Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <ItemDefinitionGroup>
    <ClCompile>
      <AdditionalIncludeDirectories>zstd\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>XXH_NAMESPACE=ZSTD_;ZSTD_LEGACY_SUPPORT=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="zstd\lib\common\debug.c" />
    <ClCompile Include="zstd\lib\common\entropy_common.c" />
    <ClCompile Include="zstd\lib\common\error_private.c" />
    <ClCompile Include="zstd\lib\common\fse_decompress.c" />
    <ClCompile Include="zstd\lib\common\pool.c" />
    <ClCompile Include="zstd\lib\common\threading.c" />
    <ClCompile Include="zstd\lib\common\xxhash.c" />
    <ClCompile Include="zstd\lib\common\zstd_common.c" />
    <ClCompile Include="zstd\lib\compress\fse_compress.c" />
    <ClCompile Include="zstd\lib\compress\hist.c" />
    <ClCompile Include="zstd\lib\compress\huf_compress.c" />
    <ClCompile Include="zstd\lib\compress\zstd_compress.c" />
    <ClCompile Include="zstd\lib\compress\zstd_compress_literals.c" />
    <ClCompile Include="zstd\lib\compress\zstd_compress_sequences.c" />
    <ClCompile Include="zstd\lib\compress\zstd_compress_superblock.c" />
    <ClCompile Include="zstd\lib\compress\zstd_double_fast.c" />
    <ClCompile Include="zstd\lib\compress\zstd_fast.c" />
    <ClCompile Include="zstd\lib\compress\zstd_lazy.c" />
    <ClCompile Include="zstd\lib\compress\zstd_ldm.c" />
    <ClCompile Include="zstd\lib\compress\zstd_opt.c" />
    <ClCompile Include="zstd\lib\compress\zstd_preSplit.c" />
    <ClCompile Include="zstd\lib\compress\zstdmt_compress.c" />
    <ClCompile Include="zstd\lib\decompress\huf_decompress.c" />
    <ClCompile Include="zstd\lib\decompress\zstd_ddict.c" />
    <ClCompile Include="zstd\lib\decompress\zstd_decompress.c" />
    <ClCompile Include="zstd\lib\decompress\zstd_decompress_block.c" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="zstd\lib\zstd.h" />
    <ClInclude Include="zstd\lib\zstd_errors.h" />
    <ClInclude Include="zstd\lib\common\allocations.h" />
    <ClInclude Include="zstd\lib\common\bits.h" />
    <ClInclude Include="zstd\lib\common\bitstream.h" />
    <ClInclude Include="zstd\lib\common\compiler.h" />
    <ClInclude Include="zstd\lib\common\cpu.h" />
    <ClInclude Include="zstd\lib\common\debug.h" />
    <ClInclude Include="zstd\lib\common\error_private.h" />
    <ClInclude Include="zstd\lib\common\fse.h" />
    <ClInclude Include="zstd\lib\common\huf.h" />
    <ClInclude Include="zstd\lib\common\mem.h" />
    <ClInclude Include="zstd\lib\common\pool.h" />
    <ClInclude Include="zstd\lib\common\portability_macros.h" />
    <ClInclude Include="zstd\lib\common\threading.h" />
    <ClInclude Include="zstd\lib\common\xxhash.h" />
    <ClInclude Include="zstd\lib\common\zstd_deps.h" />
    <ClInclude Include="zstd\lib\common\zstd_internal.h" />
    <ClInclude Include="zstd\lib\common\zstd_trace.h" />
    <ClInclude Include="zstd\lib\compress\clevels.h" />
    <ClInclude Include="zstd\lib\compress\hist.h" />
    <ClInclude Include="zstd\lib\compress\zstd_compress_internal.h" />
    <ClInclude Include="zstd\lib\compress\zstd_compress_literals.h" />
    <ClInclude Include="zstd\lib\compress\zstd_compress_sequences.h" />
    <ClInclude Include="zstd\lib\compress\zstd_compress_superblock.h" />
    <ClInclude Include="zstd\lib\compress\zstd_cwksp.h" />
    <ClInclude Include="zstd\lib\compress\zstd_double_fast.h" />
    <ClInclude Include="zstd\lib\compress\zstd_fast.h" />
    <ClInclude Include="zstd\lib\compress\zstd_lazy.h" />
    <ClInclude Include="zstd\lib\compress\zstd_ldm.h" />
    <ClInclude Include="zstd\lib\compress\zstd_ldm_geartab.h" />
    <ClInclude Include="zstd\lib\compress\zstd_opt.h" />
    <ClInclude Include="zstd\lib\compress\zstd_preSplit.h" />
    <ClInclude Include="zstd\lib\compress\zstdmt_compress.h" />
    <ClInclude Include="zstd\lib\decompress\zstd_ddict.h" />
    <ClInclude Include="zstd\lib\decompress\zstd_decompress_block.h" />
    <ClInclude Include="zstd\lib\decompress\zstd_decompress_internal.h" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>