mirror of
https://github.com/facebook/zstd.git
synced 2025-12-10 00:06:51 -05:00
fixed Visual project
This commit is contained in:
parent
c620b48489
commit
6adf3e2ec8
@ -28,6 +28,7 @@
|
|||||||
<ClCompile Include="..\..\..\lib\zstd_compress.c" />
|
<ClCompile Include="..\..\..\lib\zstd_compress.c" />
|
||||||
<ClCompile Include="..\..\..\lib\zstd_decompress.c" />
|
<ClCompile Include="..\..\..\lib\zstd_decompress.c" />
|
||||||
<ClCompile Include="..\..\..\programs\bench.c" />
|
<ClCompile Include="..\..\..\programs\bench.c" />
|
||||||
|
<ClCompile Include="..\..\..\programs\datagen.c" />
|
||||||
<ClCompile Include="..\..\..\programs\fileio.c" />
|
<ClCompile Include="..\..\..\programs\fileio.c" />
|
||||||
<ClCompile Include="..\..\..\programs\legacy\fileio_legacy.c" />
|
<ClCompile Include="..\..\..\programs\legacy\fileio_legacy.c" />
|
||||||
<ClCompile Include="..\..\..\programs\xxhash.c" />
|
<ClCompile Include="..\..\..\programs\xxhash.c" />
|
||||||
@ -48,6 +49,7 @@
|
|||||||
<ClInclude Include="..\..\..\lib\zstd_internal.h" />
|
<ClInclude Include="..\..\..\lib\zstd_internal.h" />
|
||||||
<ClInclude Include="..\..\..\lib\zstd_static.h" />
|
<ClInclude Include="..\..\..\lib\zstd_static.h" />
|
||||||
<ClInclude Include="..\..\..\programs\bench.h" />
|
<ClInclude Include="..\..\..\programs\bench.h" />
|
||||||
|
<ClInclude Include="..\..\..\programs\datagen.h" />
|
||||||
<ClInclude Include="..\..\..\programs\fileio.h" />
|
<ClInclude Include="..\..\..\programs\fileio.h" />
|
||||||
<ClInclude Include="..\..\..\programs\legacy\fileio_legacy.h" />
|
<ClInclude Include="..\..\..\programs\legacy\fileio_legacy.h" />
|
||||||
<ClInclude Include="..\..\..\programs\xxhash.h" />
|
<ClInclude Include="..\..\..\programs\xxhash.h" />
|
||||||
|
|||||||
@ -54,6 +54,9 @@
|
|||||||
<ClCompile Include="..\..\..\lib\legacy\zstd_v03.c">
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v03.c">
|
||||||
<Filter>Fichiers sources</Filter>
|
<Filter>Fichiers sources</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\programs\datagen.c">
|
||||||
|
<Filter>Fichiers sources</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\..\lib\fse.h">
|
<ClInclude Include="..\..\..\lib\fse.h">
|
||||||
@ -107,5 +110,8 @@
|
|||||||
<ClInclude Include="..\..\..\lib\legacy\zstd_v03.h">
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v03.h">
|
||||||
<Filter>Fichiers d%27en-tête</Filter>
|
<Filter>Fichiers d%27en-tête</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\programs\datagen.h">
|
||||||
|
<Filter>Fichiers d%27en-tête</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Loading…
x
Reference in New Issue
Block a user