1.1 --- a/Server/SharpDisplayManager.csproj Fri Oct 30 16:45:33 2015 +0100
1.2 +++ b/Server/SharpDisplayManager.csproj Sun Nov 22 23:46:52 2015 +0100
1.3 @@ -102,9 +102,7 @@
1.4 <PropertyGroup>
1.5 <StartupObject>SharpDisplayManager.Program</StartupObject>
1.6 </PropertyGroup>
1.7 - <PropertyGroup>
1.8 - <ApplicationManifest>Resources\app.manifest</ApplicationManifest>
1.9 - </PropertyGroup>
1.10 + <PropertyGroup />
1.11 <PropertyGroup>
1.12 <TargetZone>LocalIntranet</TargetZone>
1.13 </PropertyGroup>
1.14 @@ -123,7 +121,7 @@
1.15 <HintPath>..\packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
1.16 </Reference>
1.17 <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
1.18 - <HintPath>..\packages\SharpLibDisplay.0.0.2\lib\net40\SharpLibDisplay.dll</HintPath>
1.19 + <HintPath>..\packages\SharpLibDisplay.0.1.2\lib\net40\SharpLibDisplay.dll</HintPath>
1.20 <Private>True</Private>
1.21 </Reference>
1.22 <Reference Include="SharpLibHid">
1.23 @@ -201,9 +199,8 @@
1.24 <DependentUpon>Resources.resx</DependentUpon>
1.25 <DesignTime>True</DesignTime>
1.26 </Compile>
1.27 - <None Include="Resources\app.manifest">
1.28 - <SubType>Designer</SubType>
1.29 - </None>
1.30 + <None Include="App.config" />
1.31 + <None Include="app.manifest" />
1.32 <None Include="packages.config" />
1.33 <None Include="Properties\Settings.settings">
1.34 <Generator>SettingsSingleFileGenerator</Generator>
1.35 @@ -218,9 +215,6 @@
1.36 <None Include="SharpDisplayManager_TemporaryKey.pfx" />
1.37 </ItemGroup>
1.38 <ItemGroup>
1.39 - <None Include="Resources\App.config" />
1.40 - </ItemGroup>
1.41 - <ItemGroup>
1.42 <ProjectReference Include="..\Client\SharpDisplayClient.csproj">
1.43 <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
1.44 <Name>SharpDisplayClient</Name>