--- a/make/vs/ucx/ucx.vcxproj Wed Oct 30 10:14:47 2024 +0100 +++ b/make/vs/ucx/ucx.vcxproj Wed Oct 30 11:07:52 2024 +0100 @@ -138,12 +138,15 @@ <ClCompile Include="..\..\..\ucx\compare.c" /> <ClCompile Include="..\..\..\ucx\hash_key.c" /> <ClCompile Include="..\..\..\ucx\hash_map.c" /> + <ClCompile Include="..\..\..\ucx\iterator.c" /> <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\szmul.c" /> + <ClCompile Include="..\..\..\ucx\tree.c" /> <ClCompile Include="..\..\..\ucx\utils.c" /> </ItemGroup> <ItemGroup> @@ -162,6 +165,8 @@ <ClInclude Include="..\..\..\ucx\cx\mempool.h" /> <ClInclude Include="..\..\..\ucx\cx\printf.h" /> <ClInclude Include="..\..\..\ucx\cx\string.h" /> + <ClInclude Include="..\..\..\ucx\cx\test.h" /> + <ClInclude Include="..\..\..\ucx\cx\tree.h" /> <ClInclude Include="..\..\..\ucx\cx\utils.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />