Updated Visual solution
This commit is contained in:
@@ -161,6 +161,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\..\..\lib\fse.c" />
|
<ClCompile Include="..\..\..\lib\fse.c" />
|
||||||
<ClCompile Include="..\..\..\lib\zstd.c" />
|
<ClCompile Include="..\..\..\lib\zstd.c" />
|
||||||
|
<ClCompile Include="..\..\..\programs\datagen.c" />
|
||||||
<ClCompile Include="..\..\..\programs\fuzzer.c" />
|
<ClCompile Include="..\..\..\programs\fuzzer.c" />
|
||||||
<ClCompile Include="..\..\..\programs\xxhash.c" />
|
<ClCompile Include="..\..\..\programs\xxhash.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
@@ -169,6 +170,7 @@
|
|||||||
<ClInclude Include="..\..\..\lib\fse_static.h" />
|
<ClInclude Include="..\..\..\lib\fse_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\xxhash.h" />
|
<ClInclude Include="..\..\..\programs\xxhash.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
|
|||||||
@@ -27,6 +27,9 @@
|
|||||||
<ClCompile Include="..\..\..\programs\xxhash.c">
|
<ClCompile Include="..\..\..\programs\xxhash.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">
|
||||||
@@ -44,5 +47,8 @@
|
|||||||
<ClInclude Include="..\..\..\programs\xxhash.h">
|
<ClInclude Include="..\..\..\programs\xxhash.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>
|
||||||
Reference in New Issue
Block a user