W32 VS projects: unified output and intermediate directories

This commit is contained in:
Evgeny Grin (Karlson2k)
2023-05-24 14:18:21 +03:00
parent b7379c1cb5
commit b5e991f0dd
+1 -5
View File
@@ -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>