diff --git a/seafile-client.vcxproj b/seafile-client.vcxproj
index b3f0b23a..d15ac38b 100644
--- a/seafile-client.vcxproj
+++ b/seafile-client.vcxproj
@@ -1,4 +1,4 @@
-
+
@@ -397,7 +397,7 @@
SEAFILE_CLIENT_VERSION=9.0.3;HAVE_SHIBBOLETH_SUPPORT;SEAFILE_CLIENT_HAS_CRASH_REPORTER;WIN32_LEAN_AND_MEAN;QUAZIP_BUILD;%(PreprocessorDefinitions)
$(ProjectDir)..\libsearpc\lib;$(ProjectDir)..\seafile;$(ProjectDir)..\breakpad\src;$(ProjectDir)third_party\quazip;$(ProjectDir)third_party\QtAwesome;$(ProjectDir)third_party\WinSparkle-0.5.3\include;$(ProjectDir)src;$(ProjectDir);%(AdditionalIncludeDirectories)
- stdcpp14
+ stdcpp17
wininet.lib;urlmon.lib;psapi.lib;ws2_32.lib;shlwapi.lib;mpr.lib;crypt32.lib;libsearpc.lib;quazip.lib;common.lib;crash_generation_client.lib;exception_handler.lib;rpcrt4.lib;onecoreuap.lib;onecore.lib;winspool.lib;cldapi.lib;%(AdditionalDependencies)
@@ -410,14 +410,19 @@ for /f "delims=. " %%a in ('dir /b /a-d /o-d "%FolderName%\*.ts"') do (
)
+
+
+ stdcpp17
+
+
- Qt 5.13.1-64bit
- core;network;gui;widgets;webengine;webenginewidgets
+ Qt 6.5.2
+ core;gui;network;widgets;core5compat;webenginecore;webenginewidgets
debug
- Qt5.15.1-64bit
- core;network;gui;widgets;webengine;webenginewidgets
+ Qt 6.5.2
+ core;gui;network;widgets;core5compat;webenginecore;webenginewidgets
release
true
@@ -456,4 +461,4 @@ for /f "delims=. " %%a in ('dir /b /a-d /o-d "%FolderName%\*.ts"') do (
-
+
\ No newline at end of file
diff --git a/seafile-client.vcxproj.user b/seafile-client.vcxproj.user
deleted file mode 100644
index f946a906..00000000
--- a/seafile-client.vcxproj.user
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
- 2021-12-07T09:24:56.0813750Z
-
-
\ No newline at end of file
diff --git a/third_party/quazip/quazip.vcxproj b/third_party/quazip/quazip.vcxproj
index 2b0054fb..2a76da64 100644
--- a/third_party/quazip/quazip.vcxproj
+++ b/third_party/quazip/quazip.vcxproj
@@ -80,13 +80,23 @@
$(ProjectDir)$(Platform)\$(Configuration)\
+
+
+ stdcpp17
+
+
+
+
+ stdcpp17
+
+
- Qt 5.13.1-64bit
+ Qt 6.5.2
core
debug
- Qt5.15.1-64bit
+ Qt 6.5.2
core
debug
@@ -127,4 +137,4 @@
-
+
\ No newline at end of file