From 94cc974416e7ff84c64332f0aff02d0616a63b92 Mon Sep 17 00:00:00 2001 From: Tim Uebelhoer <tim.uebelhoer@rwth-aachen.de> Date: Tue, 12 Dec 2017 16:57:39 +0100 Subject: [PATCH] Updated build paths --- AdidatCLI/AdidatCLI/AdidatCLI.vcxproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AdidatCLI/AdidatCLI/AdidatCLI.vcxproj b/AdidatCLI/AdidatCLI/AdidatCLI.vcxproj index 96ff90f..6ea0ec1 100644 --- a/AdidatCLI/AdidatCLI/AdidatCLI.vcxproj +++ b/AdidatCLI/AdidatCLI/AdidatCLI.vcxproj @@ -75,15 +75,21 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LinkIncremental>true</LinkIncremental> + <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir> + <IntDir>$(Platform)\$(Configuration)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>true</LinkIncremental> + <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> + <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir> + <IntDir>$(Platform)\$(Configuration)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> + <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> -- GitLab