MiniDisplay NuGet upgrade to v1.1.8
authorStephaneLenclud
Sat, 26 Sep 2015 11:56:49 +0200
changeset 16622b327842add
parent 165 0179211efa6d
child 167 d2295c186ce1
MiniDisplay NuGet upgrade to v1.1.8
Client/SharpDisplayClient.csproj
Server/SharpDisplayManager.csproj
Server/packages.config
     1.1 --- a/Client/SharpDisplayClient.csproj	Sat Sep 26 00:48:58 2015 +0200
     1.2 +++ b/Client/SharpDisplayClient.csproj	Sat Sep 26 11:56:49 2015 +0200
     1.3 @@ -52,7 +52,7 @@
     1.4    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     1.5      <DebugSymbols>true</DebugSymbols>
     1.6      <OutputPath>..\bin\x86\Debug\</OutputPath>
     1.7 -	<BaseIntermediateOutputPath>..\bin\x86\Debug\obj</BaseIntermediateOutputPath>
     1.8 +    <BaseIntermediateOutputPath>..\bin\x86\Debug\obj</BaseIntermediateOutputPath>
     1.9      <DefineConstants>DEBUG;TRACE</DefineConstants>
    1.10      <DebugType>full</DebugType>
    1.11      <PlatformTarget>x86</PlatformTarget>
    1.12 @@ -62,7 +62,7 @@
    1.13    </PropertyGroup>
    1.14    <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    1.15      <OutputPath>..\bin\x86\Release\</OutputPath>
    1.16 -	<BaseIntermediateOutputPath>..\bin\x86\Release\obj</BaseIntermediateOutputPath>
    1.17 +    <BaseIntermediateOutputPath>..\bin\x86\Release\obj</BaseIntermediateOutputPath>
    1.18      <DefineConstants>TRACE</DefineConstants>
    1.19      <Optimize>true</Optimize>
    1.20      <DebugType>pdbonly</DebugType>
    1.21 @@ -128,7 +128,6 @@
    1.22        <DependentUpon>Settings.settings</DependentUpon>
    1.23        <DesignTimeSharedInput>True</DesignTimeSharedInput>
    1.24      </Compile>
    1.25 -    <None Include="SharpDisplayManager_TemporaryKey.pfx" />
    1.26    </ItemGroup>
    1.27    <ItemGroup>
    1.28      <None Include="App.config" />
     2.1 --- a/Server/SharpDisplayManager.csproj	Sat Sep 26 00:48:58 2015 +0200
     2.2 +++ b/Server/SharpDisplayManager.csproj	Sat Sep 26 11:56:49 2015 +0200
     2.3 @@ -115,7 +115,7 @@
     2.4      </Reference>
     2.5      <Reference Include="Microsoft.VisualBasic" />
     2.6      <Reference Include="MiniDisplayInterop, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
     2.7 -      <HintPath>..\packages\LibMiniDisplay.1.1.7\lib\net20\MiniDisplayInterop.dll</HintPath>
     2.8 +      <HintPath>..\packages\LibMiniDisplay.1.1.8\lib\net20\MiniDisplayInterop.dll</HintPath>
     2.9        <Private>True</Private>
    2.10      </Reference>
    2.11      <Reference Include="NAudio, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
    2.12 @@ -283,12 +283,12 @@
    2.13      </Content>
    2.14    </ItemGroup>
    2.15    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    2.16 -  <Import Project="..\packages\LibMiniDisplay.1.1.7\build\LibMiniDisplay.targets" Condition="Exists('..\packages\LibMiniDisplay.1.1.7\build\LibMiniDisplay.targets')" />
    2.17 +  <Import Project="..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets" Condition="Exists('..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets')" />
    2.18    <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
    2.19      <PropertyGroup>
    2.20        <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
    2.21      </PropertyGroup>
    2.22 -    <Error Condition="!Exists('..\packages\LibMiniDisplay.1.1.7\build\LibMiniDisplay.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibMiniDisplay.1.1.7\build\LibMiniDisplay.targets'))" />
    2.23 +    <Error Condition="!Exists('..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets'))" />
    2.24    </Target>
    2.25    <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    2.26         Other similar extension points exist, see Microsoft.Common.targets.
     3.1 --- a/Server/packages.config	Sat Sep 26 00:48:58 2015 +0200
     3.2 +++ b/Server/packages.config	Sat Sep 26 11:56:49 2015 +0200
     3.3 @@ -1,6 +1,6 @@
     3.4  <?xml version="1.0" encoding="utf-8"?>
     3.5  <packages>
     3.6 -  <package id="LibMiniDisplay" version="1.1.7" targetFramework="net46" />
     3.7 +  <package id="LibMiniDisplay" version="1.1.8" targetFramework="net46" />
     3.8    <package id="NAudio" version="1.7.3" targetFramework="net45" />
     3.9    <package id="SharpLibHid" version="1.2.1" targetFramework="net45" />
    3.10    <package id="SharpLibWin32" version="0.0.7" targetFramework="net45" />