UNIXworkcode

<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Filter Include="Header"> <UniqueIdentifier>{93481EC0-13B8-4FDD-877F-D9A4B4964A2F}</UniqueIdentifier> <Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions> </Filter> <Filter Include="Source"> <UniqueIdentifier>{1EB2A087-F9E5-4DD7-8B0C-6916FDD1121F}</UniqueIdentifier> <Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions> </Filter> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\tests\test_allocator.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\test_buffer.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\test_compare.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\test_hash_key.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\test_hash_map.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\test_iterator.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\test_json.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\test_list.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\test_kv_list.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\test_mempool.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\test_printf.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\test_properties.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\test_string.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\test_szmul.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\test_tree.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\test_streams.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\ucxtest.c"> <Filter>Source</Filter> </ClCompile> <ClCompile Include="..\..\tests\util_allocator.c"> <Filter>Source</Filter> </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\tests\util_allocator.h"> <Filter>Header</Filter> </ClInclude> </ItemGroup> </Project>