From 86cd7332f69a555492e1fe51aa05b47e31d661f4 Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Sat, 30 Oct 2021 20:13:47 +0200 Subject: [PATCH] Use ProjectDir instead of SolutionDir --- src/Prospect.Agent/Prospect.Agent.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Prospect.Agent/Prospect.Agent.vcxproj b/src/Prospect.Agent/Prospect.Agent.vcxproj index b2a52f0..4c664a4 100644 --- a/src/Prospect.Agent/Prospect.Agent.vcxproj +++ b/src/Prospect.Agent/Prospect.Agent.vcxproj @@ -47,13 +47,13 @@ true - $(SolutionDir)Prospect.Launcher\ + $(ProjectDir)..\Prospect.Launcher\ $(ProjectDir)bin\intermediate\$(Platform)\$(Configuration)\ $(LibraryPath) false - $(SolutionDir)Prospect.Launcher\ + $(ProjectDir)..\Prospect.Launcher\ $(ProjectDir)bin\intermediate\$(Platform)\$(Configuration)\ $(LibraryPath)