fixed Visual project
This commit is contained in:
Regular → Executable
+2
@@ -26,6 +26,7 @@
|
|||||||
<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\legacy\zstd_v04.c" />
|
||||||
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v05.c" />
|
||||||
<ClCompile Include="..\..\..\lib\zbuff.c" />
|
<ClCompile Include="..\..\..\lib\zbuff.c" />
|
||||||
<ClCompile Include="..\..\..\lib\zdict.c" />
|
<ClCompile Include="..\..\..\lib\zdict.c" />
|
||||||
<ClCompile Include="..\..\..\lib\zstd_compress.c" />
|
<ClCompile Include="..\..\..\lib\zstd_compress.c" />
|
||||||
@@ -49,6 +50,7 @@
|
|||||||
<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\legacy\zstd_v04.h" />
|
||||||
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v05.h" />
|
||||||
<ClInclude Include="..\..\..\lib\zbuff.h" />
|
<ClInclude Include="..\..\..\lib\zbuff.h" />
|
||||||
<ClInclude Include="..\..\..\lib\zbuff_static.h" />
|
<ClInclude Include="..\..\..\lib\zbuff_static.h" />
|
||||||
<ClInclude Include="..\..\..\lib\zdict.h" />
|
<ClInclude Include="..\..\..\lib\zdict.h" />
|
||||||
|
|||||||
Regular → Executable
+6
@@ -69,6 +69,9 @@
|
|||||||
<ClCompile Include="..\..\..\programs\dibio.c">
|
<ClCompile Include="..\..\..\programs\dibio.c">
|
||||||
<Filter>Fichiers sources</Filter>
|
<Filter>Fichiers sources</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\lib\legacy\zstd_v05.c">
|
||||||
|
<Filter>Fichiers sources</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\..\lib\fse.h">
|
<ClInclude Include="..\..\..\lib\fse.h">
|
||||||
@@ -146,5 +149,8 @@
|
|||||||
<ClInclude Include="..\..\..\programs\dibio.h">
|
<ClInclude Include="..\..\..\programs\dibio.h">
|
||||||
<Filter>Fichiers d%27en-tête</Filter>
|
<Filter>Fichiers d%27en-tête</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\lib\legacy\zstd_v05.h">
|
||||||
|
<Filter>Fichiers d%27en-tête</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user