--- a/make/vs/ucx/ucx.vcxproj Sun Oct 01 09:23:47 2023 +0200 +++ b/make/vs/ucx/ucx.vcxproj Sun Oct 01 12:08:09 2023 +0200 @@ -134,7 +134,6 @@ <ItemGroup> <ClCompile Include="..\..\..\ucx\allocator.c" /> <ClCompile Include="..\..\..\ucx\array_list.c" /> - <ClCompile Include="..\..\..\ucx\basic_mempool.c" /> <ClCompile Include="..\..\..\ucx\buffer.c" /> <ClCompile Include="..\..\..\ucx\compare.c" /> <ClCompile Include="..\..\..\ucx\hash_key.c" /> @@ -142,15 +141,14 @@ <ClCompile Include="..\..\..\ucx\linked_list.c" /> <ClCompile Include="..\..\..\ucx\list.c" /> <ClCompile Include="..\..\..\ucx\map.c" /> + <ClCompile Include="..\..\..\ucx\mempool.c" /> <ClCompile Include="..\..\..\ucx\printf.c" /> <ClCompile Include="..\..\..\ucx\string.c" /> - <ClCompile Include="..\..\..\ucx\tree.c" /> <ClCompile Include="..\..\..\ucx\utils.c" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\..\ucx\cx\allocator.h" /> <ClInclude Include="..\..\..\ucx\cx\array_list.h" /> - <ClInclude Include="..\..\..\ucx\cx\basic_mempool.h" /> <ClInclude Include="..\..\..\ucx\cx\buffer.h" /> <ClInclude Include="..\..\..\ucx\cx\collection.h" /> <ClInclude Include="..\..\..\ucx\cx\common.h" /> @@ -164,7 +162,6 @@ <ClInclude Include="..\..\..\ucx\cx\mempool.h" /> <ClInclude Include="..\..\..\ucx\cx\printf.h" /> <ClInclude Include="..\..\..\ucx\cx\string.h" /> - <ClInclude Include="..\..\..\ucx\cx\tree.h" /> <ClInclude Include="..\..\..\ucx\cx\utils.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />