msvc/libucx/libucx.vcxproj

changeset 1396
533ed620fd73
parent 1021
1f22de6977a1
--- a/msvc/libucx/libucx.vcxproj	Thu Sep 25 14:49:26 2025 +0200
+++ b/msvc/libucx/libucx.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" />

mercurial