diff -r 10ee615ca557 -r 5afacd2a8cde make/vs/davcommon/davcommon.vcxproj
--- a/make/vs/davcommon/davcommon.vcxproj	Mon Oct 28 16:45:18 2024 +0100
+++ b/make/vs/davcommon/davcommon.vcxproj	Tue Oct 29 16:03:19 2024 +0100
@@ -140,11 +140,11 @@
   <ItemGroup>
     <ClCompile Include="..\..\..\dav\assistant.c" />
     <ClCompile Include="..\..\..\dav\config.c" />
+    <ClCompile Include="..\..\..\dav\connect.c" />
     <ClCompile Include="..\..\..\dav\db.c" />
     <ClCompile Include="..\..\..\dav\error.c" />
     <ClCompile Include="..\..\..\dav\finfo.c" />
     <ClCompile Include="..\..\..\dav\libxattr.c" />
-    <ClCompile Include="..\..\..\dav\pwd.c" />
     <ClCompile Include="..\..\..\dav\system.c" />
     <ClCompile Include="..\..\..\dav\tags.c" />
     <ClCompile Include="..\..\..\dav\tar.c" />
@@ -153,11 +153,11 @@
   <ItemGroup>
     <ClInclude Include="..\..\..\dav\assistant.h" />
     <ClInclude Include="..\..\..\dav\config.h" />
+    <ClInclude Include="..\..\..\dav\connect.h" />
     <ClInclude Include="..\..\..\dav\db.h" />
     <ClInclude Include="..\..\..\dav\error.h" />
     <ClInclude Include="..\..\..\dav\finfo.h" />
     <ClInclude Include="..\..\..\dav\libxattr.h" />
-    <ClInclude Include="..\..\..\dav\pwd.h" />
     <ClInclude Include="..\..\..\dav\sopt.h" />
     <ClInclude Include="..\..\..\dav\system.h" />
     <ClInclude Include="..\..\..\dav\tags.h" />