diff --git a/r5dev/r5dev.vcxproj b/r5dev/r5dev.vcxproj index 2382d54d..f2b70e96 100644 --- a/r5dev/r5dev.vcxproj +++ b/r5dev/r5dev.vcxproj @@ -83,12 +83,12 @@ true $(SolutionDir)external\detours\include;$(SolutionDir)external\imgui\include;$(SolutionDir)external\spdlog\include;$(SolutionDir)r5dev\include;$(IncludePath) - $(SolutionDir)external\detours\lib.X64;$(LibraryPath) + $(SolutionDir)external\detours\libs;$(LibraryPath) false $(SolutionDir)external\detours\include;$(SolutionDir)external\imgui\include;$(SolutionDir)external\spdlog\include;$(SolutionDir)r5dev\include;$(IncludePath) - $(SolutionDir)external\detours\lib.X64;$(LibraryPath) + $(SolutionDir)external\detours\libs;$(LibraryPath) diff --git a/r5launcher/r5launcher.vcxproj b/r5launcher/r5launcher.vcxproj index 2f49ad31..7b79654a 100644 --- a/r5launcher/r5launcher.vcxproj +++ b/r5launcher/r5launcher.vcxproj @@ -82,12 +82,12 @@ true $(SolutionDir)external\detours\include;$(IncludePath) - $(SolutionDir)external\detours\lib.X64;$(LibraryPath) + $(SolutionDir)external\detours\libs;$(LibraryPath) false $(SolutionDir)external\detours\include;$(IncludePath) - $(SolutionDir)external\detours\lib.X64;$(LibraryPath) + $(SolutionDir)external\detours\libs;$(LibraryPath)