Interface/SharpDisplayInterface.csproj
changeset 163 0c5930689ea1
parent 159 e7c8c2b500bd
     1.1 --- a/Interface/SharpDisplayInterface.csproj	Fri Sep 25 19:25:35 2015 +0200
     1.2 +++ b/Interface/SharpDisplayInterface.csproj	Sat Sep 26 00:20:31 2015 +0200
     1.3 @@ -34,7 +34,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 @@ -43,7 +44,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>