mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
fix Visual Studio solutions
note: we probably don't want to maintain VS2008 solution anymore. Its successor VS2010 is > 10 years old, which is more or less the limit after which we can stop supporting old compilers.
This commit is contained in:
@ -356,6 +356,10 @@
|
|||||||
RelativePath="..\..\..\programs\dibio.c"
|
RelativePath="..\..\..\programs\dibio.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\programs\lorem.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\lib\dictBuilder\cover.c"
|
RelativePath="..\..\..\lib\dictBuilder\cover.c"
|
||||||
>
|
>
|
||||||
|
@ -63,6 +63,7 @@
|
|||||||
<ClCompile Include="..\..\..\programs\dibio.c" />
|
<ClCompile Include="..\..\..\programs\dibio.c" />
|
||||||
<ClCompile Include="..\..\..\programs\fileio.c" />
|
<ClCompile Include="..\..\..\programs\fileio.c" />
|
||||||
<ClCompile Include="..\..\..\programs\fileio_asyncio.c" />
|
<ClCompile Include="..\..\..\programs\fileio_asyncio.c" />
|
||||||
|
<ClCompile Include="..\..\..\programs\lorem.c" />
|
||||||
<ClCompile Include="..\..\..\programs\zstdcli.c" />
|
<ClCompile Include="..\..\..\programs\zstdcli.c" />
|
||||||
<ClCompile Include="..\..\..\programs\zstdcli_trace.c" />
|
<ClCompile Include="..\..\..\programs\zstdcli_trace.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
Reference in New Issue
Block a user