From f9bfb22761ce245be0681bec065d04388f586b72 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 10 Sep 2022 03:16:34 -0700 Subject: Toaster: project file fix --- plugins/Toaster/Toaster.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/Toaster/Toaster.vcxproj b/plugins/Toaster/Toaster.vcxproj index 2955731d50..d965f82ed2 100644 --- a/plugins/Toaster/Toaster.vcxproj +++ b/plugins/Toaster/Toaster.vcxproj @@ -48,12 +48,12 @@ - $(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);$(WindowsSDK80Path)\Include\um;$(WindowsSDK80Path)\Include\shared;$(WindowsSDK80Path)\Include\winrt; + $(VC_LibraryPath_x86);$(WindowsSDK80Path)\lib\winv6.3\um\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_x64);$(ProgramFiles)\Windows Kits\8.1\lib\winv6.3\um\x64; + $(VC_IncludePath);$(WindowsSDK80Path)\Include\um;$(WindowsSDK80Path)\Include\shared;$(WindowsSDK80Path)\Include\winrt; + $(VC_LibraryPath_x64);$(WindowsSDK80Path)\lib\winv6.3\um\x64; -- cgit v1.2.3