diff --git a/libsearpc.vcxproj b/libsearpc.vcxproj
index 3d46151..1107174 100644
--- a/libsearpc.vcxproj
+++ b/libsearpc.vcxproj
@@ -75,6 +75,9 @@
$(ProjectDir)$(Platform)\$(Configuration)\
+
+ true
+
WIN32;_DEBUG;_WINDOWS;LIBSEARPC_EXPORTS;%(PreprocessorDefinitions)
@@ -107,11 +110,13 @@
LIBSEARPC_EXPORTS;WIN32
+ $(ProjectDir)vcpkg_installed\x64-windows\x64-windows\include\glib-2.0;$(ProjectDir)vcpkg_installed\x64-windows\x64-windows\lib\glib-2.0\include;%(AdditionalIncludeDirectories)
LIBSEARPC_EXPORTS;WIN32
+ $(ProjectDir)vcpkg_installed\x64-windows\x64-windows\include\glib-2.0;$(ProjectDir)vcpkg_installed\x64-windows\x64-windows\lib\glib-2.0\include;%(AdditionalIncludeDirectories)
diff --git a/vcpkg.json b/vcpkg.json
new file mode 100644
index 0000000..2f289ec
--- /dev/null
+++ b/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "builtin-baseline": "f63682b9182187131b564c1395e4ac8ecb0c5ea8",
+ "dependencies": [
+ "glib",
+ "jansson",
+ "pthreads"
+ ],
+ "overrides": [
+ {
+ "name": "jansson",
+ "version": "2.12-1"
+ },
+ {
+ "name": "pthreads",
+ "version": "3.0.0-4"
+ }
+ ]
+}