fixed visual project
This commit is contained in:
parent
464fa996e9
commit
035f69f3e6
@ -24,6 +24,7 @@
|
|||||||
<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\legacy\zstd_v03.c" />
|
||||||
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v04.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" />
|
||||||
@ -43,6 +44,7 @@
|
|||||||
<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\legacy\zstd_v03.h" />
|
||||||
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v04.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" />
|
||||||
|
@ -57,6 +57,9 @@
|
|||||||
<ClCompile Include="..\..\..\programs\datagen.c">
|
<ClCompile Include="..\..\..\programs\datagen.c">
|
||||||
<Filter>Fichiers sources</Filter>
|
<Filter>Fichiers sources</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v04.c">
|
||||||
|
<Filter>Fichiers sources</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\..\lib\fse.h">
|
<ClInclude Include="..\..\..\lib\fse.h">
|
||||||
@ -113,5 +116,8 @@
|
|||||||
<ClInclude Include="..\..\..\programs\datagen.h">
|
<ClInclude Include="..\..\..\programs\datagen.h">
|
||||||
<Filter>Fichiers d%27en-tête</Filter>
|
<Filter>Fichiers d%27en-tête</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v04.h">
|
||||||
|
<Filter>Fichiers d%27en-tête</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
x
Reference in New Issue
Block a user