fixed Visual Studio projects
parent
661b94fb5d
commit
cc30af6f76
|
@ -163,6 +163,7 @@
|
||||||
<ClCompile Include="..\..\..\lib\huff0.c" />
|
<ClCompile Include="..\..\..\lib\huff0.c" />
|
||||||
<ClCompile Include="..\..\..\lib\legacy\zstd_v01.c" />
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v01.c" />
|
||||||
<ClCompile Include="..\..\..\lib\legacy\zstd_v02.c" />
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v02.c" />
|
||||||
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v03.c" />
|
||||||
<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\datagen.c" />
|
<ClCompile Include="..\..\..\programs\datagen.c" />
|
||||||
|
@ -176,6 +177,7 @@
|
||||||
<ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />
|
<ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />
|
||||||
<ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" />
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" />
|
||||||
<ClInclude Include="..\..\..\lib\legacy\zstd_v02.h" />
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v02.h" />
|
||||||
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v03.h" />
|
||||||
<ClInclude Include="..\..\..\lib\zstd.h" />
|
<ClInclude Include="..\..\..\lib\zstd.h" />
|
||||||
<ClInclude Include="..\..\..\lib\zstd_static.h" />
|
<ClInclude Include="..\..\..\lib\zstd_static.h" />
|
||||||
<ClInclude Include="..\..\..\programs\datagen.h" />
|
<ClInclude Include="..\..\..\programs\datagen.h" />
|
||||||
|
|
|
@ -39,6 +39,9 @@
|
||||||
<ClCompile Include="..\..\..\lib\zstd_decompress.c">
|
<ClCompile Include="..\..\..\lib\zstd_decompress.c">
|
||||||
<Filter>Fichiers sources</Filter>
|
<Filter>Fichiers sources</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v03.c">
|
||||||
|
<Filter>Fichiers sources</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\..\lib\fse.h">
|
<ClInclude Include="..\..\..\lib\fse.h">
|
||||||
|
@ -71,5 +74,8 @@
|
||||||
<ClInclude Include="..\..\..\lib\legacy\zstd_v02.h">
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v02.h">
|
||||||
<Filter>Fichiers d%27en-tête</Filter>
|
<Filter>Fichiers d%27en-tête</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v03.h">
|
||||||
|
<Filter>Fichiers d%27en-tête</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
|
@ -163,6 +163,7 @@
|
||||||
<ClCompile Include="..\..\..\lib\huff0.c" />
|
<ClCompile Include="..\..\..\lib\huff0.c" />
|
||||||
<ClCompile Include="..\..\..\lib\legacy\zstd_v01.c" />
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v01.c" />
|
||||||
<ClCompile Include="..\..\..\lib\legacy\zstd_v02.c" />
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v02.c" />
|
||||||
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v03.c" />
|
||||||
<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\datagen.c" />
|
<ClCompile Include="..\..\..\programs\datagen.c" />
|
||||||
|
@ -177,6 +178,7 @@
|
||||||
<ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />
|
<ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />
|
||||||
<ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" />
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" />
|
||||||
<ClInclude Include="..\..\..\lib\legacy\zstd_v02.h" />
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v02.h" />
|
||||||
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v03.h" />
|
||||||
<ClInclude Include="..\..\..\lib\zstd.h" />
|
<ClInclude Include="..\..\..\lib\zstd.h" />
|
||||||
<ClInclude Include="..\..\..\lib\zstd_internal.h" />
|
<ClInclude Include="..\..\..\lib\zstd_internal.h" />
|
||||||
<ClInclude Include="..\..\..\lib\zstd_static.h" />
|
<ClInclude Include="..\..\..\lib\zstd_static.h" />
|
||||||
|
|
|
@ -42,6 +42,9 @@
|
||||||
<ClCompile Include="..\..\..\lib\zstd_decompress.c">
|
<ClCompile Include="..\..\..\lib\zstd_decompress.c">
|
||||||
<Filter>Fichiers sources</Filter>
|
<Filter>Fichiers sources</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v03.c">
|
||||||
|
<Filter>Fichiers sources</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\..\lib\fse.h">
|
<ClInclude Include="..\..\..\lib\fse.h">
|
||||||
|
@ -80,5 +83,8 @@
|
||||||
<ClInclude Include="..\..\..\lib\legacy\zstd_v02.h">
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v02.h">
|
||||||
<Filter>Fichiers d%27en-tête</Filter>
|
<Filter>Fichiers d%27en-tête</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v03.h">
|
||||||
|
<Filter>Fichiers d%27en-tête</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
|
@ -23,6 +23,7 @@
|
||||||
<ClCompile Include="..\..\..\lib\huff0.c" />
|
<ClCompile Include="..\..\..\lib\huff0.c" />
|
||||||
<ClCompile Include="..\..\..\lib\legacy\zstd_v01.c" />
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v01.c" />
|
||||||
<ClCompile Include="..\..\..\lib\legacy\zstd_v02.c" />
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v02.c" />
|
||||||
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v03.c" />
|
||||||
<ClCompile Include="..\..\..\lib\zstd_buffered.c" />
|
<ClCompile Include="..\..\..\lib\zstd_buffered.c" />
|
||||||
<ClCompile Include="..\..\..\lib\zstd_compress.c" />
|
<ClCompile Include="..\..\..\lib\zstd_compress.c" />
|
||||||
<ClCompile Include="..\..\..\lib\zstd_decompress.c" />
|
<ClCompile Include="..\..\..\lib\zstd_decompress.c" />
|
||||||
|
@ -40,6 +41,7 @@
|
||||||
<ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />
|
<ClInclude Include="..\..\..\lib\legacy\zstd_legacy.h" />
|
||||||
<ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" />
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v01.h" />
|
||||||
<ClInclude Include="..\..\..\lib\legacy\zstd_v02.h" />
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v02.h" />
|
||||||
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v03.h" />
|
||||||
<ClInclude Include="..\..\..\lib\zstd.h" />
|
<ClInclude Include="..\..\..\lib\zstd.h" />
|
||||||
<ClInclude Include="..\..\..\lib\zstd_buffered.h" />
|
<ClInclude Include="..\..\..\lib\zstd_buffered.h" />
|
||||||
<ClInclude Include="..\..\..\lib\zstd_buffered_static.h" />
|
<ClInclude Include="..\..\..\lib\zstd_buffered_static.h" />
|
||||||
|
|
|
@ -51,6 +51,9 @@
|
||||||
<ClCompile Include="..\..\..\lib\zstd_buffered.c">
|
<ClCompile Include="..\..\..\lib\zstd_buffered.c">
|
||||||
<Filter>Fichiers sources</Filter>
|
<Filter>Fichiers sources</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v03.c">
|
||||||
|
<Filter>Fichiers sources</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\..\lib\fse.h">
|
<ClInclude Include="..\..\..\lib\fse.h">
|
||||||
|
@ -101,5 +104,8 @@
|
||||||
<ClInclude Include="..\..\..\lib\zstd_buffered_static.h">
|
<ClInclude Include="..\..\..\lib\zstd_buffered_static.h">
|
||||||
<Filter>Fichiers d%27en-tête</Filter>
|
<Filter>Fichiers d%27en-tête</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v03.h">
|
||||||
|
<Filter>Fichiers d%27en-tête</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue