commit 36c7101c533691a8775adf361ef0822e90587cac
parent f924cbde38392056bc3c82aba3169ef004e59491
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Mon, 1 May 2023 14:57:24 +0300
W32 VS projects: unified output and intermediate directories
Diffstat:
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/w32/common/common-build-settings.vcxproj b/w32/common/common-build-settings.vcxproj
@@ -9,11 +9,7 @@
<PropertyGroup>
<IncludePath>$(SolutionDir);$(MhdW32Common);$(MhdSrc)include;$(IncludePath)</IncludePath>
</PropertyGroup>
- <PropertyGroup Condition="'$(Platform)'=='Win32'">
- <IntDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</IntDir>
- <OutDir>$(SolutionDir)Output\</OutDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Platform)'=='x64'">
+ <PropertyGroup>
<IntDir>$(SolutionDir)$(ProjectName)\$(Configuration)\$(Platform)\</IntDir>
<OutDir>$(SolutionDir)Output\$(Platform)\</OutDir>
</PropertyGroup>