fixed fullbench visual project
This commit is contained in:
@@ -161,6 +161,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\..\..\lib\fse.c" />
|
<ClCompile Include="..\..\..\lib\fse.c" />
|
||||||
<ClCompile Include="..\..\..\lib\huff0.c" />
|
<ClCompile Include="..\..\..\lib\huff0.c" />
|
||||||
|
<ClCompile Include="..\..\..\lib\zbuff.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" />
|
||||||
@@ -175,6 +176,8 @@
|
|||||||
<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\zbuff.h" />
|
||||||
|
<ClInclude Include="..\..\..\lib\zbuff_static.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" />
|
||||||
|
|||||||
@@ -33,6 +33,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\zbuff.c">
|
||||||
|
<Filter>Fichiers sources</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\..\lib\fse.h">
|
<ClInclude Include="..\..\..\lib\fse.h">
|
||||||
@@ -68,5 +71,11 @@
|
|||||||
<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="..\..\..\lib\zbuff.h">
|
||||||
|
<Filter>Fichiers d%27en-tête</Filter>
|
||||||
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\lib\zbuff_static.h">
|
||||||
|
<Filter>Fichiers d%27en-tête</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user