remove vcxproj filters

This commit is contained in:
R2DLiu 2020-07-13 22:42:44 -04:00
commit 6fda54d27e
26 changed files with 0 additions and 4756 deletions

View file

@ -1,42 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="source\ChannelMaps.cpp">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="source\FreeSurroundDecoder.cpp">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="source\KissFFT.cpp">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="source\KissFFTR.cpp">
<Filter>source</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\FreeSurround\_KissFFTGuts.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="include\FreeSurround\ChannelMaps.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="include\FreeSurround\FreeSurroundDecoder.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="include\FreeSurround\KissFFT.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="include\FreeSurround\KissFFTR.h">
<Filter>include</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="include">
<UniqueIdentifier>{776ecb31-6d5e-489f-bac9-b91a1b202345}</UniqueIdentifier>
</Filter>
<Filter Include="source">
<UniqueIdentifier>{11345325-d67c-4a21-b2e9-c7c6c8cfc8b4}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>

View file

@ -1,51 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="..\..\src\SFML\Network\Http.cpp" />
<ClCompile Include="..\..\src\SFML\Network\IPAddress.cpp" />
<ClCompile Include="..\..\src\SFML\Network\Packet.cpp" />
<ClCompile Include="..\..\src\SFML\Network\Socket.cpp" />
<ClCompile Include="..\..\src\SFML\Network\SocketSelector.cpp" />
<ClCompile Include="..\..\src\SFML\Network\TcpListener.cpp" />
<ClCompile Include="..\..\src\SFML\Network\TcpSocket.cpp" />
<ClCompile Include="..\..\src\SFML\Network\UdpSocket.cpp" />
<ClCompile Include="..\..\src\SFML\Network\Win32\SocketImpl.cpp">
<Filter>Win32</Filter>
</ClCompile>
<ClCompile Include="..\..\src\SFML\System\Err.cpp" />
<ClCompile Include="..\..\src\SFML\System\String.cpp" />
<ClCompile Include="..\..\src\SFML\System\Time.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\include\SFML\Config.hpp" />
<ClInclude Include="..\..\include\SFML\Network.hpp" />
<ClInclude Include="..\..\include\SFML\Network\Export.hpp" />
<ClInclude Include="..\..\include\SFML\Network\Http.hpp" />
<ClInclude Include="..\..\include\SFML\Network\IPAddress.hpp" />
<ClInclude Include="..\..\include\SFML\Network\Packet.hpp" />
<ClInclude Include="..\..\include\SFML\Network\Socket.hpp" />
<ClInclude Include="..\..\include\SFML\Network\SocketHandle.hpp" />
<ClInclude Include="..\..\include\SFML\Network\SocketSelector.hpp" />
<ClInclude Include="..\..\include\SFML\Network\TcpListener.hpp" />
<ClInclude Include="..\..\include\SFML\Network\TcpSocket.hpp" />
<ClInclude Include="..\..\include\SFML\Network\UdpSocket.hpp" />
<ClInclude Include="..\..\include\SFML\System.hpp" />
<ClInclude Include="..\..\include\SFML\System\Err.hpp" />
<ClInclude Include="..\..\include\SFML\System\Export.hpp" />
<ClInclude Include="..\..\include\SFML\System\NonCopyable.hpp" />
<ClInclude Include="..\..\include\SFML\System\String.hpp" />
<ClInclude Include="..\..\include\SFML\System\String.inl" />
<ClInclude Include="..\..\include\SFML\System\Time.hpp" />
<ClInclude Include="..\..\include\SFML\System\Utf.hpp" />
<ClInclude Include="..\..\include\SFML\System\Utf.inl" />
<ClInclude Include="..\..\src\SFML\Network\SocketImpl.hpp" />
<ClInclude Include="..\..\src\SFML\Network\Win32\SocketImpl.hpp">
<Filter>Win32</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="Win32">
<UniqueIdentifier>{8280ecca-24fc-48a2-b7f5-6aca41826b66}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>

View file

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="blocksort.c" />
<ClCompile Include="bzlib.c" />
<ClCompile Include="compress.c" />
<ClCompile Include="crctable.c" />
<ClCompile Include="decompress.c" />
<ClCompile Include="huffman.c" />
<ClCompile Include="randtable.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="bzlib.h" />
<ClInclude Include="bzlib_private.h" />
</ItemGroup>
</Project>

View file

@ -1,61 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="..\include\cubeb\cubeb.h" />
<ClInclude Include="..\src\cubeb_array_queue.h" />
<ClInclude Include="..\src\cubeb_assert.h" />
<ClInclude Include="..\src\cubeb_log.h" />
<ClInclude Include="..\src\cubeb_mixer.h" />
<ClInclude Include="..\src\cubeb_panner.h" />
<ClInclude Include="..\src\cubeb_resampler.h" />
<ClInclude Include="..\src\cubeb_resampler_internal.h" />
<ClInclude Include="..\src\cubeb_ring_array.h" />
<ClInclude Include="..\src\cubeb_ringbuffer.h" />
<ClInclude Include="..\src\cubeb_strings.h" />
<ClInclude Include="..\src\cubeb_utils.h" />
<ClInclude Include="..\src\cubeb_utils_unix.h" />
<ClInclude Include="..\src\cubeb_utils_win.h" />
<ClInclude Include="..\src\cubeb-internal.h" />
<ClInclude Include="..\src\cubeb-speex-resampler.h" />
<ClInclude Include="..\src\speex\arch.h">
<Filter>speex</Filter>
</ClInclude>
<ClInclude Include="..\src\speex\fixed_generic.h">
<Filter>speex</Filter>
</ClInclude>
<ClInclude Include="..\src\speex\resample_neon.h">
<Filter>speex</Filter>
</ClInclude>
<ClInclude Include="..\src\speex\resample_sse.h">
<Filter>speex</Filter>
</ClInclude>
<ClInclude Include="..\src\speex\speex_config_types.h">
<Filter>speex</Filter>
</ClInclude>
<ClInclude Include="..\src\speex\speex_resampler.h">
<Filter>speex</Filter>
</ClInclude>
<ClInclude Include="..\src\speex\stack_alloc.h">
<Filter>speex</Filter>
</ClInclude>
<ClInclude Include="..\msvc\cubeb_export.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\src\cubeb.c" />
<ClCompile Include="..\src\cubeb_log.cpp" />
<ClCompile Include="..\src\cubeb_mixer.cpp" />
<ClCompile Include="..\src\cubeb_panner.cpp" />
<ClCompile Include="..\src\cubeb_resampler.cpp" />
<ClCompile Include="..\src\cubeb_strings.c" />
<ClCompile Include="..\src\cubeb_wasapi.cpp" />
<ClCompile Include="..\src\cubeb_winmm.c" />
<ClCompile Include="..\src\speex\resample.c">
<Filter>speex</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="speex">
<UniqueIdentifier>{caf7c7d0-0918-4299-8423-b287285d6fd0}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>

View file

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="add_scalar.c" />
<ClCompile Include="fe.c" />
<ClCompile Include="ge.c" />
<ClCompile Include="key_exchange.c" />
<ClCompile Include="keypair.c" />
<ClCompile Include="sc.c" />
<ClCompile Include="seed.c" />
<ClCompile Include="sha512.c" />
<ClCompile Include="sign.c" />
<ClCompile Include="verify.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="ed25519.h" />
<ClInclude Include="fe.h" />
<ClInclude Include="fixedint.h" />
<ClInclude Include="ge.h" />
<ClInclude Include="precomp_data.h" />
<ClInclude Include="sc.h" />
<ClInclude Include="sha512.h" />
</ItemGroup>
</Project>

View file

@ -1,55 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="include">
<UniqueIdentifier>{a5756b80-36f2-45f6-b1f1-b67082477376}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\enet\callbacks.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="include\enet\enet.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="include\enet\list.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="include\enet\protocol.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="include\enet\time.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="include\enet\types.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="include\enet\unix.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="include\enet\utility.h">
<Filter>include</Filter>
</ClInclude>
<ClInclude Include="include\enet\win32.h">
<Filter>include</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="callbacks.c" />
<ClCompile Include="compress.c" />
<ClCompile Include="host.c" />
<ClCompile Include="list.c" />
<ClCompile Include="packet.c" />
<ClCompile Include="peer.c" />
<ClCompile Include="protocol.c" />
<ClCompile Include="unix.c" />
<ClCompile Include="win32.c" />
</ItemGroup>
<ItemGroup>
<Text Include="CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE" />
<None Include="README" />
</ItemGroup>
</Project>

View file

@ -1,290 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="glslang\GenericCodeGen\Link.cpp">
<Filter>glslang\GenericCodeGen</Filter>
</ClCompile>
<ClCompile Include="glslang\GenericCodeGen\CodeGen.cpp">
<Filter>glslang\GenericCodeGen</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\preprocessor\PpScanner.cpp">
<Filter>glslang\MachineIndependant\preprocessor</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\preprocessor\PpTokens.cpp">
<Filter>glslang\MachineIndependant\preprocessor</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\preprocessor\Pp.cpp">
<Filter>glslang\MachineIndependant\preprocessor</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\preprocessor\PpAtom.cpp">
<Filter>glslang\MachineIndependant\preprocessor</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\preprocessor\PpContext.cpp">
<Filter>glslang\MachineIndependant\preprocessor</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\attribute.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\linkValidate.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\parseConst.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\ParseHelper.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\PoolAlloc.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\propagateNoContraction.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\reflection.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\RemoveTree.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\Scan.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\ShaderLang.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\SymbolTable.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\Versions.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\Constant.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\glslang_tab.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\InfoSink.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\Initialize.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\Intermediate.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\intermOut.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\IntermTraverse.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\limits.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\OSDependent\Windows\ossource.cpp">
<Filter>glslang\OSDependant\Windows</Filter>
</ClCompile>
<ClCompile Include="SPIRV\disassemble.cpp">
<Filter>SPIRV</Filter>
</ClCompile>
<ClCompile Include="SPIRV\doc.cpp">
<Filter>SPIRV</Filter>
</ClCompile>
<ClCompile Include="SPIRV\GlslangToSpv.cpp">
<Filter>SPIRV</Filter>
</ClCompile>
<ClCompile Include="SPIRV\InReadableOrder.cpp">
<Filter>SPIRV</Filter>
</ClCompile>
<ClCompile Include="SPIRV\Logger.cpp">
<Filter>SPIRV</Filter>
</ClCompile>
<ClCompile Include="SPIRV\SpvBuilder.cpp">
<Filter>SPIRV</Filter>
</ClCompile>
<ClCompile Include="SPIRV\SpvPostProcess.cpp">
<Filter>SPIRV</Filter>
</ClCompile>
<ClCompile Include="SPIRV\SPVRemapper.cpp">
<Filter>SPIRV</Filter>
</ClCompile>
<ClCompile Include="StandAlone\ResourceLimits.cpp">
<Filter>StandAlone</Filter>
</ClCompile>
<ClCompile Include="OGLCompilersDLL\InitializeDll.cpp">
<Filter>OGLCompilersDLL</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\iomapper.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
<ClCompile Include="glslang\MachineIndependent\ParseContextBase.cpp">
<Filter>glslang\MachineIndependant</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="StandAlone\ResourceLimits.h">
<Filter>StandAlone</Filter>
</ClInclude>
<ClInclude Include="glslang\Include\revision.h">
<Filter>glslang\Include</Filter>
</ClInclude>
<ClInclude Include="glslang\Include\ShHandle.h">
<Filter>glslang\Include</Filter>
</ClInclude>
<ClInclude Include="glslang\Include\Types.h">
<Filter>glslang\Include</Filter>
</ClInclude>
<ClInclude Include="glslang\Include\arrays.h">
<Filter>glslang\Include</Filter>
</ClInclude>
<ClInclude Include="glslang\Include\BaseTypes.h">
<Filter>glslang\Include</Filter>
</ClInclude>
<ClInclude Include="glslang\Include\Common.h">
<Filter>glslang\Include</Filter>
</ClInclude>
<ClInclude Include="glslang\Include\ConstantUnion.h">
<Filter>glslang\Include</Filter>
</ClInclude>
<ClInclude Include="glslang\Include\InfoSink.h">
<Filter>glslang\Include</Filter>
</ClInclude>
<ClInclude Include="glslang\Include\InitializeGlobals.h">
<Filter>glslang\Include</Filter>
</ClInclude>
<ClInclude Include="glslang\Include\intermediate.h">
<Filter>glslang\Include</Filter>
</ClInclude>
<ClInclude Include="glslang\Include\PoolAlloc.h">
<Filter>glslang\Include</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\preprocessor\PpTokens.h">
<Filter>glslang\MachineIndependant\preprocessor</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\preprocessor\PpContext.h">
<Filter>glslang\MachineIndependant\preprocessor</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\attribute.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\localintermediate.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\ParseHelper.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\parseVersions.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\propagateNoContraction.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\reflection.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\RemoveTree.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\Scan.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\ScanContext.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\SymbolTable.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\Versions.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\gl_types.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\glslang_tab.cpp.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\Initialize.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
<ClInclude Include="glslang\OSDependent\osinclude.h">
<Filter>glslang\OSDependant</Filter>
</ClInclude>
<ClInclude Include="glslang\Public\ShaderLang.h">
<Filter>glslang\Public</Filter>
</ClInclude>
<ClInclude Include="SPIRV\disassemble.h">
<Filter>SPIRV</Filter>
</ClInclude>
<ClInclude Include="SPIRV\doc.h">
<Filter>SPIRV</Filter>
</ClInclude>
<ClInclude Include="SPIRV\GLSL.std.450.h">
<Filter>SPIRV</Filter>
</ClInclude>
<ClInclude Include="SPIRV\GlslangToSpv.h">
<Filter>SPIRV</Filter>
</ClInclude>
<ClInclude Include="SPIRV\Logger.h">
<Filter>SPIRV</Filter>
</ClInclude>
<ClInclude Include="SPIRV\spirv.hpp">
<Filter>SPIRV</Filter>
</ClInclude>
<ClInclude Include="SPIRV\SpvBuilder.h">
<Filter>SPIRV</Filter>
</ClInclude>
<ClInclude Include="SPIRV\spvIR.h">
<Filter>SPIRV</Filter>
</ClInclude>
<ClInclude Include="SPIRV\SPVRemapper.h">
<Filter>SPIRV</Filter>
</ClInclude>
<ClInclude Include="OGLCompilersDLL\InitializeDll.h">
<Filter>OGLCompilersDLL</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\iomapper.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
<ClInclude Include="glslang\MachineIndependent\LiveTraverser.h">
<Filter>glslang\MachineIndependant</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="glslang">
<UniqueIdentifier>{db97e1d9-0167-4edb-aafa-014e7665f3c5}</UniqueIdentifier>
</Filter>
<Filter Include="glslang\GenericCodeGen">
<UniqueIdentifier>{ae01ec32-293d-4e09-8aea-332c674ef241}</UniqueIdentifier>
</Filter>
<Filter Include="glslang\Include">
<UniqueIdentifier>{db69a576-d7c3-481d-a797-2354bef22bd5}</UniqueIdentifier>
</Filter>
<Filter Include="glslang\MachineIndependant">
<UniqueIdentifier>{b7e827ac-1697-4e77-abe6-52150f596ce5}</UniqueIdentifier>
</Filter>
<Filter Include="glslang\MachineIndependant\preprocessor">
<UniqueIdentifier>{a200048e-0cb6-4956-8fad-bb52028afac8}</UniqueIdentifier>
</Filter>
<Filter Include="glslang\OSDependant">
<UniqueIdentifier>{a0f753df-15b7-4e16-8c6d-8daf3a1e66e5}</UniqueIdentifier>
</Filter>
<Filter Include="glslang\OSDependant\Windows">
<UniqueIdentifier>{6f437e9d-50ed-4718-bebf-04f160e566fc}</UniqueIdentifier>
</Filter>
<Filter Include="glslang\Public">
<UniqueIdentifier>{5e2647de-0d48-444a-8952-faec9336aa04}</UniqueIdentifier>
</Filter>
<Filter Include="SPIRV">
<UniqueIdentifier>{7039de2e-63ef-409d-a895-3c0dd307e201}</UniqueIdentifier>
</Filter>
<Filter Include="OGLCompilersDLL">
<UniqueIdentifier>{8d950cfc-7fb5-4612-b23c-f4d569404955}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="glslang\MachineIndependent\glslang.y">
<Filter>glslang\MachineIndependant</Filter>
</None>
</ItemGroup>
</Project>

View file

@ -1,469 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="api\lzma.h">
<Filter>api</Filter>
</ClInclude>
<ClInclude Include="api\lzma\base.h">
<Filter>api\lzma</Filter>
</ClInclude>
<ClInclude Include="api\lzma\bcj.h">
<Filter>api\lzma</Filter>
</ClInclude>
<ClInclude Include="api\lzma\block.h">
<Filter>api\lzma</Filter>
</ClInclude>
<ClInclude Include="api\lzma\check.h">
<Filter>api\lzma</Filter>
</ClInclude>
<ClInclude Include="api\lzma\container.h">
<Filter>api\lzma</Filter>
</ClInclude>
<ClInclude Include="api\lzma\delta.h">
<Filter>api\lzma</Filter>
</ClInclude>
<ClInclude Include="api\lzma\filter.h">
<Filter>api\lzma</Filter>
</ClInclude>
<ClInclude Include="api\lzma\hardware.h">
<Filter>api\lzma</Filter>
</ClInclude>
<ClInclude Include="api\lzma\index.h">
<Filter>api\lzma</Filter>
</ClInclude>
<ClInclude Include="api\lzma\index_hash.h">
<Filter>api\lzma</Filter>
</ClInclude>
<ClInclude Include="api\lzma\lzma12.h">
<Filter>api\lzma</Filter>
</ClInclude>
<ClInclude Include="api\lzma\stream_flags.h">
<Filter>api\lzma</Filter>
</ClInclude>
<ClInclude Include="api\lzma\version.h">
<Filter>api\lzma</Filter>
</ClInclude>
<ClInclude Include="api\lzma\vli.h">
<Filter>api\lzma</Filter>
</ClInclude>
<ClInclude Include="check\check.h">
<Filter>check</Filter>
</ClInclude>
<ClInclude Include="check\crc_macros.h">
<Filter>check</Filter>
</ClInclude>
<ClInclude Include="check\crc32_table_be.h">
<Filter>check</Filter>
</ClInclude>
<ClInclude Include="check\crc32_table_le.h">
<Filter>check</Filter>
</ClInclude>
<ClInclude Include="check\crc64_table_be.h">
<Filter>check</Filter>
</ClInclude>
<ClInclude Include="check\crc64_table_le.h">
<Filter>check</Filter>
</ClInclude>
<ClInclude Include="common\alone_decoder.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="common\block_buffer_encoder.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="common\block_decoder.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="common\block_encoder.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="common\common.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="common\easy_preset.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="common\filter_common.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="common\filter_decoder.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="common\filter_encoder.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="common\index.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="common\index_encoder.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="common\memcmplen.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="common\outqueue.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="common\stream_decoder.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="common\stream_flags_common.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="delta\delta_common.h">
<Filter>delta</Filter>
</ClInclude>
<ClInclude Include="delta\delta_decoder.h">
<Filter>delta</Filter>
</ClInclude>
<ClInclude Include="delta\delta_encoder.h">
<Filter>delta</Filter>
</ClInclude>
<ClInclude Include="delta\delta_private.h">
<Filter>delta</Filter>
</ClInclude>
<ClInclude Include="lz\lz_decoder.h">
<Filter>lz</Filter>
</ClInclude>
<ClInclude Include="lz\lz_encoder.h">
<Filter>lz</Filter>
</ClInclude>
<ClInclude Include="lz\lz_encoder_hash.h">
<Filter>lz</Filter>
</ClInclude>
<ClInclude Include="lz\lz_encoder_hash_table.h">
<Filter>lz</Filter>
</ClInclude>
<ClInclude Include="lzma\fastpos.h">
<Filter>lzma</Filter>
</ClInclude>
<ClInclude Include="lzma\lzma_common.h">
<Filter>lzma</Filter>
</ClInclude>
<ClInclude Include="lzma\lzma_decoder.h">
<Filter>lzma</Filter>
</ClInclude>
<ClInclude Include="lzma\lzma_encoder.h">
<Filter>lzma</Filter>
</ClInclude>
<ClInclude Include="lzma\lzma_encoder_private.h">
<Filter>lzma</Filter>
</ClInclude>
<ClInclude Include="lzma\lzma2_decoder.h">
<Filter>lzma</Filter>
</ClInclude>
<ClInclude Include="lzma\lzma2_encoder.h">
<Filter>lzma</Filter>
</ClInclude>
<ClInclude Include="rangecoder\price.h">
<Filter>rangecoder</Filter>
</ClInclude>
<ClInclude Include="rangecoder\range_common.h">
<Filter>rangecoder</Filter>
</ClInclude>
<ClInclude Include="rangecoder\range_decoder.h">
<Filter>rangecoder</Filter>
</ClInclude>
<ClInclude Include="rangecoder\range_encoder.h">
<Filter>rangecoder</Filter>
</ClInclude>
<ClInclude Include="simple\simple_coder.h">
<Filter>simple</Filter>
</ClInclude>
<ClInclude Include="simple\simple_decoder.h">
<Filter>simple</Filter>
</ClInclude>
<ClInclude Include="simple\simple_encoder.h">
<Filter>simple</Filter>
</ClInclude>
<ClInclude Include="simple\simple_private.h">
<Filter>simple</Filter>
</ClInclude>
<ClInclude Include="tuklib\mythread.h">
<Filter>tuklib</Filter>
</ClInclude>
<ClInclude Include="tuklib\sysdefs.h">
<Filter>tuklib</Filter>
</ClInclude>
<ClInclude Include="tuklib\tuklib_common.h">
<Filter>tuklib</Filter>
</ClInclude>
<ClInclude Include="tuklib\tuklib_config.h">
<Filter>tuklib</Filter>
</ClInclude>
<ClInclude Include="tuklib\tuklib_cpucores.h">
<Filter>tuklib</Filter>
</ClInclude>
<ClInclude Include="tuklib\tuklib_exit.h">
<Filter>tuklib</Filter>
</ClInclude>
<ClInclude Include="tuklib\tuklib_gettext.h">
<Filter>tuklib</Filter>
</ClInclude>
<ClInclude Include="tuklib\tuklib_integer.h">
<Filter>tuklib</Filter>
</ClInclude>
<ClInclude Include="tuklib\tuklib_mbstr.h">
<Filter>tuklib</Filter>
</ClInclude>
<ClInclude Include="tuklib\tuklib_open_stdxxx.h">
<Filter>tuklib</Filter>
</ClInclude>
<ClInclude Include="tuklib\tuklib_physmem.h">
<Filter>tuklib</Filter>
</ClInclude>
<ClInclude Include="tuklib\tuklib_progname.h">
<Filter>tuklib</Filter>
</ClInclude>
<ClInclude Include="config.h" />
</ItemGroup>
<ItemGroup>
<Filter Include="api">
<UniqueIdentifier>{2aae01e0-4f9a-4abc-b7e8-6622ea252cbe}</UniqueIdentifier>
</Filter>
<Filter Include="api\lzma">
<UniqueIdentifier>{32f50db1-5a2e-4f5b-bcf0-ffb43969287f}</UniqueIdentifier>
</Filter>
<Filter Include="check">
<UniqueIdentifier>{1a60cf76-1d90-40c7-b11d-a5c98f32895d}</UniqueIdentifier>
</Filter>
<Filter Include="common">
<UniqueIdentifier>{ce106295-7acd-4259-9254-5c3e801f11a9}</UniqueIdentifier>
</Filter>
<Filter Include="delta">
<UniqueIdentifier>{36d95fac-7f84-42d2-a432-346d9f9d50e0}</UniqueIdentifier>
</Filter>
<Filter Include="lz">
<UniqueIdentifier>{d4258d74-90ac-4e56-8075-7b2e8f24825f}</UniqueIdentifier>
</Filter>
<Filter Include="lzma">
<UniqueIdentifier>{b517cc3c-86c7-468f-97dd-86fb6d4a4316}</UniqueIdentifier>
</Filter>
<Filter Include="rangecoder">
<UniqueIdentifier>{36b5c9a4-420a-41d6-a0d5-c02255b55696}</UniqueIdentifier>
</Filter>
<Filter Include="simple">
<UniqueIdentifier>{4f97f27d-2499-4492-ab35-edf73da89040}</UniqueIdentifier>
</Filter>
<Filter Include="tuklib">
<UniqueIdentifier>{bd28534b-ffc6-4488-90b3-708ac608e76c}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="check\check.c">
<Filter>check</Filter>
</ClCompile>
<ClCompile Include="check\crc32_fast.c">
<Filter>check</Filter>
</ClCompile>
<ClCompile Include="check\crc32_table.c">
<Filter>check</Filter>
</ClCompile>
<ClCompile Include="check\crc64_fast.c">
<Filter>check</Filter>
</ClCompile>
<ClCompile Include="check\crc64_table.c">
<Filter>check</Filter>
</ClCompile>
<ClCompile Include="check\sha256.c">
<Filter>check</Filter>
</ClCompile>
<ClCompile Include="common\alone_decoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\alone_encoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\auto_decoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\block_buffer_decoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\block_buffer_encoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\block_decoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\block_encoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\block_header_decoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\block_header_encoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\block_util.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\common.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\easy_buffer_encoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\easy_decoder_memusage.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\easy_encoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\easy_encoder_memusage.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\easy_preset.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\filter_buffer_decoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\filter_buffer_encoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\filter_common.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\filter_decoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\filter_encoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\filter_flags_decoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\filter_flags_encoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\hardware_cputhreads.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\hardware_physmem.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\index.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\index_decoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\index_encoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\index_hash.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\outqueue.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\stream_buffer_decoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\stream_buffer_encoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\stream_decoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\stream_encoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\stream_encoder_mt.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\stream_flags_common.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\stream_flags_decoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\stream_flags_encoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\vli_decoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\vli_encoder.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="common\vli_size.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="delta\delta_common.c">
<Filter>delta</Filter>
</ClCompile>
<ClCompile Include="delta\delta_decoder.c">
<Filter>delta</Filter>
</ClCompile>
<ClCompile Include="delta\delta_encoder.c">
<Filter>delta</Filter>
</ClCompile>
<ClCompile Include="lz\lz_decoder.c">
<Filter>lz</Filter>
</ClCompile>
<ClCompile Include="lz\lz_encoder.c">
<Filter>lz</Filter>
</ClCompile>
<ClCompile Include="lz\lz_encoder_mf.c">
<Filter>lz</Filter>
</ClCompile>
<ClCompile Include="lzma\fastpos_table.c">
<Filter>lzma</Filter>
</ClCompile>
<ClCompile Include="lzma\lzma_decoder.c">
<Filter>lzma</Filter>
</ClCompile>
<ClCompile Include="lzma\lzma_encoder.c">
<Filter>lzma</Filter>
</ClCompile>
<ClCompile Include="lzma\lzma_encoder_optimum_fast.c">
<Filter>lzma</Filter>
</ClCompile>
<ClCompile Include="lzma\lzma_encoder_optimum_normal.c">
<Filter>lzma</Filter>
</ClCompile>
<ClCompile Include="lzma\lzma_encoder_presets.c">
<Filter>lzma</Filter>
</ClCompile>
<ClCompile Include="lzma\lzma2_decoder.c">
<Filter>lzma</Filter>
</ClCompile>
<ClCompile Include="lzma\lzma2_encoder.c">
<Filter>lzma</Filter>
</ClCompile>
<ClCompile Include="rangecoder\price_table.c">
<Filter>rangecoder</Filter>
</ClCompile>
<ClCompile Include="simple\simple_coder.c">
<Filter>simple</Filter>
</ClCompile>
<ClCompile Include="simple\simple_decoder.c">
<Filter>simple</Filter>
</ClCompile>
<ClCompile Include="simple\simple_encoder.c">
<Filter>simple</Filter>
</ClCompile>
<ClCompile Include="tuklib\tuklib_cpucores.c">
<Filter>tuklib</Filter>
</ClCompile>
<ClCompile Include="tuklib\tuklib_exit.c">
<Filter>tuklib</Filter>
</ClCompile>
<ClCompile Include="tuklib\tuklib_mbstr_fw.c">
<Filter>tuklib</Filter>
</ClCompile>
<ClCompile Include="tuklib\tuklib_mbstr_width.c">
<Filter>tuklib</Filter>
</ClCompile>
<ClCompile Include="tuklib\tuklib_open_stdxxx.c">
<Filter>tuklib</Filter>
</ClCompile>
<ClCompile Include="tuklib\tuklib_physmem.c">
<Filter>tuklib</Filter>
</ClCompile>
<ClCompile Include="tuklib\tuklib_progname.c">
<Filter>tuklib</Filter>
</ClCompile>
</ItemGroup>
</Project>

View file

@ -1,73 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="google">
<UniqueIdentifier>{ad5488a0-1616-4cee-ad0d-11f3e2b48032}</UniqueIdentifier>
</Filter>
<Filter Include="zlib">
<UniqueIdentifier>{d1a913eb-382b-4a23-9947-8f3f49da7368}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\config.h" />
<ClInclude Include="src\zlib\zconf.h">
<Filter>zlib</Filter>
</ClInclude>
<ClInclude Include="src\zlib\zlib.h">
<Filter>zlib</Filter>
</ClInclude>
<ClInclude Include="src\addrcache.h" />
<ClInclude Include="src\blockhash.h" />
<ClInclude Include="src\checksum.h" />
<ClInclude Include="src\codetable.h" />
<ClInclude Include="src\decodetable.h" />
<ClInclude Include="src\headerparser.h" />
<ClInclude Include="src\logging.h" />
<ClInclude Include="src\rolling_hash.h" />
<ClInclude Include="src\unique_ptr.h" />
<ClInclude Include="src\varint_bigendian.h" />
<ClInclude Include="src\vcdiff_defs.h" />
<ClInclude Include="src\vcdiffengine.h" />
<ClInclude Include="src\compile_assert.h" />
<ClInclude Include="src\google\codetablewriter_interface.h">
<Filter>google</Filter>
</ClInclude>
<ClInclude Include="src\google\encodetable.h">
<Filter>google</Filter>
</ClInclude>
<ClInclude Include="src\google\format_extension_flags.h">
<Filter>google</Filter>
</ClInclude>
<ClInclude Include="src\google\jsonwriter.h">
<Filter>google</Filter>
</ClInclude>
<ClInclude Include="src\google\output_string.h">
<Filter>google</Filter>
</ClInclude>
<ClInclude Include="src\google\vcdecoder.h">
<Filter>google</Filter>
</ClInclude>
<ClInclude Include="src\google\vcencoder.h">
<Filter>google</Filter>
</ClInclude>
<ClInclude Include="src\instruction_map.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\zlib\adler32.c">
<Filter>zlib</Filter>
</ClCompile>
<ClCompile Include="src\addrcache.cc" />
<ClCompile Include="src\blockhash.cc" />
<ClCompile Include="src\codetable.cc" />
<ClCompile Include="src\decodetable.cc" />
<ClCompile Include="src\headerparser.cc" />
<ClCompile Include="src\logging.cc" />
<ClCompile Include="src\varint_bigendian.cc" />
<ClCompile Include="src\vcdecoder.cc" />
<ClCompile Include="src\vcdiffengine.cc" />
<ClCompile Include="src\vcencoder.cc" />
<ClCompile Include="src\jsonwriter.cc" />
<ClCompile Include="src\encodetable.cc" />
<ClCompile Include="src\instruction_map.cc" />
</ItemGroup>
</Project>

View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="picojson.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="picojson.cpp" />
</ItemGroup>
</Project>

View file

@ -1,172 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="lib\common\debug.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="lib\common\entropy_common.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="lib\common\error_private.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="lib\common\fse_decompress.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="lib\common\pool.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="lib\common\threading.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="lib\common\xxhash.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="lib\common\zstd_common.c">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="lib\decompress\huf_decompress.c">
<Filter>decompress</Filter>
</ClCompile>
<ClCompile Include="lib\decompress\zstd_ddict.c">
<Filter>decompress</Filter>
</ClCompile>
<ClCompile Include="lib\decompress\zstd_decompress.c">
<Filter>decompress</Filter>
</ClCompile>
<ClCompile Include="lib\decompress\zstd_decompress_block.c">
<Filter>decompress</Filter>
</ClCompile>
<ClCompile Include="lib\compress\fse_compress.c">
<Filter>compress</Filter>
</ClCompile>
<ClCompile Include="lib\compress\hist.c">
<Filter>compress</Filter>
</ClCompile>
<ClCompile Include="lib\compress\huf_compress.c">
<Filter>compress</Filter>
</ClCompile>
<ClCompile Include="lib\compress\zstd_compress.c">
<Filter>compress</Filter>
</ClCompile>
<ClCompile Include="lib\compress\zstd_compress_literals.c">
<Filter>compress</Filter>
</ClCompile>
<ClCompile Include="lib\compress\zstd_compress_sequences.c">
<Filter>compress</Filter>
</ClCompile>
<ClCompile Include="lib\compress\zstd_double_fast.c">
<Filter>compress</Filter>
</ClCompile>
<ClCompile Include="lib\compress\zstd_fast.c">
<Filter>compress</Filter>
</ClCompile>
<ClCompile Include="lib\compress\zstd_lazy.c">
<Filter>compress</Filter>
</ClCompile>
<ClCompile Include="lib\compress\zstd_ldm.c">
<Filter>compress</Filter>
</ClCompile>
<ClCompile Include="lib\compress\zstd_opt.c">
<Filter>compress</Filter>
</ClCompile>
<ClCompile Include="lib\compress\zstdmt_compress.c">
<Filter>compress</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="lib\zstd.h" />
<ClInclude Include="lib\common\debug.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="lib\common\error_private.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="lib\common\pool.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="lib\common\threading.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="lib\common\xxhash.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="lib\common\bitstream.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="lib\common\compiler.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="lib\common\cpu.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="lib\common\fse.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="lib\common\huf.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="lib\common\mem.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="lib\common\zstd_errors.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="lib\common\zstd_internal.h">
<Filter>common</Filter>
</ClInclude>
<ClInclude Include="lib\decompress\zstd_ddict.h">
<Filter>decompress</Filter>
</ClInclude>
<ClInclude Include="lib\decompress\zstd_decompress_block.h">
<Filter>decompress</Filter>
</ClInclude>
<ClInclude Include="lib\decompress\zstd_decompress_internal.h">
<Filter>decompress</Filter>
</ClInclude>
<ClInclude Include="lib\compress\hist.h">
<Filter>compress</Filter>
</ClInclude>
<ClInclude Include="lib\compress\zstd_compress_internal.h">
<Filter>compress</Filter>
</ClInclude>
<ClInclude Include="lib\compress\zstd_compress_literals.h">
<Filter>compress</Filter>
</ClInclude>
<ClInclude Include="lib\compress\zstd_compress_sequences.h">
<Filter>compress</Filter>
</ClInclude>
<ClInclude Include="lib\compress\zstd_cwksp.h">
<Filter>compress</Filter>
</ClInclude>
<ClInclude Include="lib\compress\zstd_double_fast.h">
<Filter>compress</Filter>
</ClInclude>
<ClInclude Include="lib\compress\zstd_fast.h">
<Filter>compress</Filter>
</ClInclude>
<ClInclude Include="lib\compress\zstd_lazy.h">
<Filter>compress</Filter>
</ClInclude>
<ClInclude Include="lib\compress\zstd_ldm.h">
<Filter>compress</Filter>
</ClInclude>
<ClInclude Include="lib\compress\zstd_opt.h">
<Filter>compress</Filter>
</ClInclude>
<ClInclude Include="lib\compress\zstdmt_compress.h">
<Filter>compress</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="common">
<UniqueIdentifier>{e5afedd6-70b2-4294-b99d-e46a6ea9524c}</UniqueIdentifier>
</Filter>
<Filter Include="decompress">
<UniqueIdentifier>{09a75e83-2919-4d9e-9b05-26773de1e6bc}</UniqueIdentifier>
</Filter>
<Filter Include="compress">
<UniqueIdentifier>{f84516ac-36c5-446d-a33f-58b78ba358f6}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>