diff --git a/vc17/otclient.vcxproj b/vc17/otclient.vcxproj
index 160444192..311e3ec1c 100644
--- a/vc17/otclient.vcxproj
+++ b/vc17/otclient.vcxproj
@@ -154,11 +154,13 @@
true
true
- vcpkg_installed
+
+
x86-windows
- vcpkg_installed
+
+
x64-windows
diff --git a/vc17/settings.props b/vc17/settings.props
index 3d429b7b6..c33ea7994 100644
--- a/vc17/settings.props
+++ b/vc17/settings.props
@@ -17,6 +17,7 @@
advapi32.lib;
+ avrt.lib;
crypt32.lib;
dbghelp.lib;
gdi32.lib;
@@ -44,6 +45,7 @@
advapi32.lib;
+ avrt.lib;
discord-rpc.lib;
dbghelp.lib;
gdi32.lib;
diff --git a/vcpkg.json b/vcpkg.json
index 30c2388fb..c5fcec74d 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -36,5 +36,5 @@
"platform": "windows"
}
],
- "builtin-baseline":"c82f74667287d3dc386bce81e44964370c91a289"
+ "builtin-baseline":"b322364f06308bdd24823f9d8f03fe0cc86fd46f"
}