Fixing output obj paths.
Adding reference to MiniDisplay.dll as link for ClickOnce to pick it up.
1.1 --- a/Server/SharpDisplayManager.csproj Sat Sep 26 00:20:31 2015 +0200
1.2 +++ b/Server/SharpDisplayManager.csproj Sat Sep 26 00:34:12 2015 +0200
1.3 @@ -38,7 +38,7 @@
1.4 <UseApplicationTrust>false</UseApplicationTrust>
1.5 <CreateDesktopShortcut>true</CreateDesktopShortcut>
1.6 <PublishWizardCompleted>true</PublishWizardCompleted>
1.7 - <BootstrapperEnabled>true</BootstrapperEnabled>
1.8 + <BootstrapperEnabled>true</BootstrapperEnabled>
1.9 </PropertyGroup>
1.10 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1.11 <PlatformTarget>AnyCPU</PlatformTarget>
1.12 @@ -64,7 +64,7 @@
1.13 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
1.14 <DebugSymbols>true</DebugSymbols>
1.15 <OutputPath>..\bin\x86\Debug\</OutputPath>
1.16 - <BaseIntermediateOutputPath>..\bin\x86\Debug\obj</BaseIntermediateOutputPath>
1.17 + <BaseIntermediateOutputPath>..\bin\x86\Debug\obj</BaseIntermediateOutputPath>
1.18 <DefineConstants>DEBUG;TRACE</DefineConstants>
1.19 <DebugType>full</DebugType>
1.20 <PlatformTarget>x86</PlatformTarget>
1.21 @@ -75,7 +75,7 @@
1.22 </PropertyGroup>
1.23 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
1.24 <OutputPath>..\bin\x86\Release\</OutputPath>
1.25 - <BaseIntermediateOutputPath>..\bin\x86\Release\obj</BaseIntermediateOutputPath>
1.26 + <BaseIntermediateOutputPath>..\bin\x86\Release\obj</BaseIntermediateOutputPath>
1.27 <DefineConstants>TRACE</DefineConstants>
1.28 <Optimize>true</Optimize>
1.29 <DebugType>pdbonly</DebugType>
1.30 @@ -114,7 +114,6 @@
1.31 <SpecificVersion>False</SpecificVersion>
1.32 </Reference>
1.33 <Reference Include="Microsoft.VisualBasic" />
1.34 - <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
1.35 <Reference Include="MiniDisplayInterop, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
1.36 <HintPath>..\packages\LibMiniDisplay.1.1.7\lib\net20\MiniDisplayInterop.dll</HintPath>
1.37 <Private>True</Private>
1.38 @@ -276,6 +275,9 @@
1.39 </COMReference>
1.40 </ItemGroup>
1.41 <ItemGroup>
1.42 + <Content Include="..\bin\x86\Release\MiniDisplay.dll">
1.43 + <Link>MiniDisplay.dll</Link>
1.44 + </Content>
1.45 <Content Include="libcec.dll">
1.46 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1.47 </Content>