Client/SharpDisplayClient.csproj
changeset 171 151e11cac3b2
parent 166 22b327842add
child 172 5be2191d4be3
     1.1 --- a/Client/SharpDisplayClient.csproj	Tue Sep 29 18:38:36 2015 +0200
     1.2 +++ b/Client/SharpDisplayClient.csproj	Fri Oct 30 16:45:33 2015 +0100
     1.3 @@ -84,6 +84,10 @@
     1.4      <NoWin32Manifest>true</NoWin32Manifest>
     1.5    </PropertyGroup>
     1.6    <ItemGroup>
     1.7 +    <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
     1.8 +      <HintPath>..\packages\SharpLibDisplay.0.0.2\lib\net40\SharpLibDisplay.dll</HintPath>
     1.9 +      <Private>True</Private>
    1.10 +    </Reference>
    1.11      <Reference Include="System" />
    1.12      <Reference Include="System.Core" />
    1.13      <Reference Include="System.ServiceModel" />
    1.14 @@ -97,7 +101,6 @@
    1.15      <Reference Include="System.Xml" />
    1.16    </ItemGroup>
    1.17    <ItemGroup>
    1.18 -    <Compile Include="Client.cs" />
    1.19      <Compile Include="MainForm.cs">
    1.20        <SubType>Form</SubType>
    1.21      </Compile>
    1.22 @@ -119,6 +122,7 @@
    1.23        <DependentUpon>Resources.resx</DependentUpon>
    1.24        <DesignTime>True</DesignTime>
    1.25      </Compile>
    1.26 +    <None Include="packages.config" />
    1.27      <None Include="Properties\Settings.settings">
    1.28        <Generator>SettingsSingleFileGenerator</Generator>
    1.29        <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    1.30 @@ -133,12 +137,6 @@
    1.31      <None Include="App.config" />
    1.32    </ItemGroup>
    1.33    <ItemGroup>
    1.34 -    <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
    1.35 -      <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
    1.36 -      <Name>SharpDisplayInterface</Name>
    1.37 -    </ProjectReference>
    1.38 -  </ItemGroup>
    1.39 -  <ItemGroup>
    1.40      <BootstrapperPackage Include=".NETFramework,Version=v4.5">
    1.41        <Visible>False</Visible>
    1.42        <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>