Fixing binaries output paths.
authorStephaneLenclud
Sat, 26 Sep 2015 00:20:31 +0200
changeset 1630c5930689ea1
parent 162 15aa52fe5795
child 164 77b34f307c85
Fixing binaries output paths.
Client/SharpDisplayClient.csproj
Interface/SharpDisplayInterface.csproj
PowerManager/PowerManager.vcxproj
Server/SharpDisplayManager.csproj
     1.1 --- a/Client/SharpDisplayClient.csproj	Fri Sep 25 19:25:35 2015 +0200
     1.2 +++ b/Client/SharpDisplayClient.csproj	Sat Sep 26 00:20:31 2015 +0200
     1.3 @@ -51,7 +51,8 @@
     1.4    </PropertyGroup>
     1.5    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     1.6      <DebugSymbols>true</DebugSymbols>
     1.7 -    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
     1.8 +    <OutputPath>..\bin\x86\Debug\</OutputPath>
     1.9 +	<BaseIntermediateOutputPath>..\bin\x86\Debug\obj</BaseIntermediateOutputPath>
    1.10      <DefineConstants>DEBUG;TRACE</DefineConstants>
    1.11      <DebugType>full</DebugType>
    1.12      <PlatformTarget>x86</PlatformTarget>
    1.13 @@ -60,7 +61,8 @@
    1.14      <Prefer32Bit>false</Prefer32Bit>
    1.15    </PropertyGroup>
    1.16    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    1.17 -    <OutputPath>bin\x86\Release\</OutputPath>
    1.18 +    <OutputPath>..\bin\x86\Release\</OutputPath>
    1.19 +	<BaseIntermediateOutputPath>..\bin\x86\Release\obj</BaseIntermediateOutputPath>
    1.20      <DefineConstants>TRACE</DefineConstants>
    1.21      <Optimize>true</Optimize>
    1.22      <DebugType>pdbonly</DebugType>
     2.1 --- a/Interface/SharpDisplayInterface.csproj	Fri Sep 25 19:25:35 2015 +0200
     2.2 +++ b/Interface/SharpDisplayInterface.csproj	Sat Sep 26 00:20:31 2015 +0200
     2.3 @@ -34,7 +34,8 @@
     2.4    </PropertyGroup>
     2.5    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     2.6      <DebugSymbols>true</DebugSymbols>
     2.7 -    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
     2.8 +    <OutputPath>..\bin\x86\Debug\</OutputPath>
     2.9 +	<BaseIntermediateOutputPath>..\bin\x86\Debug\obj</BaseIntermediateOutputPath>
    2.10      <DefineConstants>DEBUG;TRACE</DefineConstants>
    2.11      <DebugType>full</DebugType>
    2.12      <PlatformTarget>x86</PlatformTarget>
    2.13 @@ -43,7 +44,8 @@
    2.14      <Prefer32Bit>false</Prefer32Bit>
    2.15    </PropertyGroup>
    2.16    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    2.17 -    <OutputPath>bin\x86\Release\</OutputPath>
    2.18 +    <OutputPath>..\bin\x86\Release\</OutputPath>
    2.19 +	<BaseIntermediateOutputPath>..\bin\x86\Release\obj</BaseIntermediateOutputPath>
    2.20      <DefineConstants>TRACE</DefineConstants>
    2.21      <Optimize>true</Optimize>
    2.22      <DebugType>pdbonly</DebugType>
     3.1 --- a/PowerManager/PowerManager.vcxproj	Fri Sep 25 19:25:35 2015 +0200
     3.2 +++ b/PowerManager/PowerManager.vcxproj	Sat Sep 26 00:20:31 2015 +0200
     3.3 @@ -74,12 +74,16 @@
     3.4    <PropertyGroup Label="UserMacros" />
     3.5    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     3.6      <LinkIncremental>true</LinkIncremental>
     3.7 +    <OutDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\</OutDir>
     3.8 +    <IntDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\obj\</IntDir>
     3.9    </PropertyGroup>
    3.10    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    3.11      <LinkIncremental>true</LinkIncremental>
    3.12    </PropertyGroup>
    3.13    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    3.14      <LinkIncremental>false</LinkIncremental>
    3.15 +    <OutDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\</OutDir>
    3.16 +    <IntDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\obj\</IntDir>
    3.17    </PropertyGroup>
    3.18    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    3.19      <LinkIncremental>false</LinkIncremental>
     4.1 --- a/Server/SharpDisplayManager.csproj	Fri Sep 25 19:25:35 2015 +0200
     4.2 +++ b/Server/SharpDisplayManager.csproj	Sat Sep 26 00:20:31 2015 +0200
     4.3 @@ -38,7 +38,7 @@
     4.4      <UseApplicationTrust>false</UseApplicationTrust>
     4.5      <CreateDesktopShortcut>true</CreateDesktopShortcut>
     4.6      <PublishWizardCompleted>true</PublishWizardCompleted>
     4.7 -    <BootstrapperEnabled>true</BootstrapperEnabled>
     4.8 +    <BootstrapperEnabled>true</BootstrapperEnabled>	
     4.9    </PropertyGroup>
    4.10    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    4.11      <PlatformTarget>AnyCPU</PlatformTarget>
    4.12 @@ -63,7 +63,8 @@
    4.13    </PropertyGroup>
    4.14    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    4.15      <DebugSymbols>true</DebugSymbols>
    4.16 -    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
    4.17 +    <OutputPath>..\bin\x86\Debug\</OutputPath>
    4.18 +	<BaseIntermediateOutputPath>..\bin\x86\Debug\obj</BaseIntermediateOutputPath>
    4.19      <DefineConstants>DEBUG;TRACE</DefineConstants>
    4.20      <DebugType>full</DebugType>
    4.21      <PlatformTarget>x86</PlatformTarget>
    4.22 @@ -73,7 +74,8 @@
    4.23      <UseVSHostingProcess>true</UseVSHostingProcess>
    4.24    </PropertyGroup>
    4.25    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    4.26 -    <OutputPath>bin\x86\Release\</OutputPath>
    4.27 +    <OutputPath>..\bin\x86\Release\</OutputPath>
    4.28 +	<BaseIntermediateOutputPath>..\bin\x86\Release\obj</BaseIntermediateOutputPath>
    4.29      <DefineConstants>TRACE</DefineConstants>
    4.30      <Optimize>true</Optimize>
    4.31      <DebugType>pdbonly</DebugType>