Use ProjectDir instead of SolutionDir

This commit is contained in:
AeonLucid
2021-10-30 20:13:47 +02:00
parent 1744ae25ca
commit 86cd7332f6
+2 -2
View File
@@ -47,13 +47,13 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)Prospect.Launcher\</OutDir>
<OutDir>$(ProjectDir)..\Prospect.Launcher\</OutDir>
<IntDir>$(ProjectDir)bin\intermediate\$(Platform)\$(Configuration)\</IntDir>
<LibraryPath>$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>$(SolutionDir)Prospect.Launcher\</OutDir>
<OutDir>$(ProjectDir)..\Prospect.Launcher\</OutDir>
<IntDir>$(ProjectDir)bin\intermediate\$(Platform)\$(Configuration)\</IntDir>
<LibraryPath>$(LibraryPath)</LibraryPath>
</PropertyGroup>