--- a/msvc/libucx_dll/libucx_dll.vcxproj Thu Sep 25 14:49:26 2025 +0200 +++ b/msvc/libucx_dll/libucx_dll.vcxproj Thu Sep 25 14:49:48 2025 +0200 @@ -32,6 +32,7 @@ <ClInclude Include="..\..\src\cx\linked_list.h" /> <ClInclude Include="..\..\src\cx\list.h" /> <ClInclude Include="..\..\src\cx\map.h" /> + <ClInclude Include="..\..\src\cx\kv_list.h" /> <ClInclude Include="..\..\src\cx\mempool.h" /> <ClInclude Include="..\..\src\cx\printf.h" /> <ClInclude Include="..\..\src\cx\properties.h" /> @@ -52,6 +53,7 @@ <ClCompile Include="..\..\src\linked_list.c" /> <ClCompile Include="..\..\src\list.c" /> <ClCompile Include="..\..\src\map.c" /> + <ClCompile Include="..\..\src\kv_list.c" /> <ClCompile Include="..\..\src\mempool.c" /> <ClCompile Include="..\..\src\printf.c" /> <ClCompile Include="..\..\src\properties.c" />