1.1 --- a/Clients/Idle/SharpDisplayClientIdle.csproj Wed Feb 03 17:34:59 2016 +0100
1.2 +++ b/Clients/Idle/SharpDisplayClientIdle.csproj Thu Feb 04 20:11:31 2016 +0100
1.3 @@ -32,6 +32,18 @@
1.4 <ErrorReport>prompt</ErrorReport>
1.5 <WarningLevel>4</WarningLevel>
1.6 </PropertyGroup>
1.7 + <PropertyGroup>
1.8 + <SignManifests>true</SignManifests>
1.9 + </PropertyGroup>
1.10 + <PropertyGroup>
1.11 + <ManifestCertificateThumbprint>5BAED0690B4D99A5D9E89E562A8B9A2BE342929E</ManifestCertificateThumbprint>
1.12 + </PropertyGroup>
1.13 + <PropertyGroup>
1.14 + <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
1.15 + </PropertyGroup>
1.16 + <PropertyGroup>
1.17 + <NoWin32Manifest>true</NoWin32Manifest>
1.18 + </PropertyGroup>
1.19 <ItemGroup>
1.20 <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
1.21 <HintPath>..\..\packages\SharpLibDisplay.0.2.5\lib\net40\SharpLibDisplay.dll</HintPath>
1.22 @@ -80,6 +92,7 @@
1.23 <DependentUpon>Settings.settings</DependentUpon>
1.24 <DesignTimeSharedInput>True</DesignTimeSharedInput>
1.25 </Compile>
1.26 + <None Include="SharpDisplayManager_TemporaryKey.pfx" />
1.27 </ItemGroup>
1.28 <ItemGroup>
1.29 <None Include="App.config" />
2.1 --- a/Server/SharpDisplayManager.csproj Wed Feb 03 17:34:59 2016 +0100
2.2 +++ b/Server/SharpDisplayManager.csproj Thu Feb 04 20:11:31 2016 +0100
2.3 @@ -34,7 +34,7 @@
2.4 <WebPage>index.htm</WebPage>
2.5 <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
2.6 <ApplicationRevision>0</ApplicationRevision>
2.7 - <ApplicationVersion>0.8.5.0</ApplicationVersion>
2.8 + <ApplicationVersion>0.8.6.0</ApplicationVersion>
2.9 <UseApplicationTrust>false</UseApplicationTrust>
2.10 <CreateDesktopShortcut>true</CreateDesktopShortcut>
2.11 <PublishWizardCompleted>true</PublishWizardCompleted>