mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
W32 VS projects: unified output and intermediate directories
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user