PowerManager/PowerManager.vcxproj
changeset 163 0c5930689ea1
parent 159 e7c8c2b500bd
     1.1 --- a/PowerManager/PowerManager.vcxproj	Fri Sep 25 19:25:35 2015 +0200
     1.2 +++ b/PowerManager/PowerManager.vcxproj	Sat Sep 26 00:20:31 2015 +0200
     1.3 @@ -74,12 +74,16 @@
     1.4    <PropertyGroup Label="UserMacros" />
     1.5    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     1.6      <LinkIncremental>true</LinkIncremental>
     1.7 +    <OutDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\</OutDir>
     1.8 +    <IntDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\obj\</IntDir>
     1.9    </PropertyGroup>
    1.10    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    1.11      <LinkIncremental>true</LinkIncremental>
    1.12    </PropertyGroup>
    1.13    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    1.14      <LinkIncremental>false</LinkIncremental>
    1.15 +    <OutDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\</OutDir>
    1.16 +    <IntDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\obj\</IntDir>
    1.17    </PropertyGroup>
    1.18    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    1.19      <LinkIncremental>false</LinkIncremental>