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>