From f27fbe387bede98cf64d7fd7fb3dcff1ba60279d Mon Sep 17 00:00:00 2001 From: watcherhd Date: Thu, 27 Apr 2017 00:40:08 +0300 Subject: build toaster in MSVS 2017 (and not only in 2013) --- plugins/Toaster/Toaster.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/Toaster') diff --git a/plugins/Toaster/Toaster.vcxproj b/plugins/Toaster/Toaster.vcxproj index 32718b8da4..867dd0bee0 100644 --- a/plugins/Toaster/Toaster.vcxproj +++ b/plugins/Toaster/Toaster.vcxproj @@ -27,12 +27,12 @@ - $(VC_IncludePath);$(WindowsSdk_IncludePath); - $(VC_LibraryPath_x86);$(WindowsSdk_LibraryPath_x86); + $(VC_IncludePath);$(ProgramFiles)\Windows Kits\8.1\Include\um;$(ProgramFiles)\Windows Kits\8.1\Include\shared;$(ProgramFiles)\Windows Kits\8.1\Include\winrt; + $(VC_LibraryPath_x86);$(ProgramFiles)\Windows Kits\8.1\lib\winv6.3\um\x86; - $(VC_IncludePath);$(WindowsSdk_IncludePath); - $(VC_LibraryPath_x64);$(WindowsSdk_LibraryPath_x64); + $(VC_IncludePath);$(ProgramFiles)\Windows Kits\8.1\Include\um;$(ProgramFiles)\Windows Kits\8.1\Include\shared;$(ProgramFiles)\Windows Kits\8.1\Include\winrt; + $(VC_LibraryPath_x64);$(ProgramFiles)\Windows Kits\8.1\lib\winv6.3\um\x64; -- cgit v1.2.3