Published v0.10.2.0.
1.1 --- a/Clients/Idle/Properties/Resources.Designer.cs Fri Jul 29 14:46:30 2016 +0200
1.2 +++ b/Clients/Idle/Properties/Resources.Designer.cs Sun Jul 31 12:03:52 2016 +0200
1.3 @@ -39,7 +39,7 @@
1.4 internal static global::System.Resources.ResourceManager ResourceManager {
1.5 get {
1.6 if (object.ReferenceEquals(resourceMan, null)) {
1.7 - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SharpDisplayIdleClient.Properties.Resources", typeof(Resources).Assembly);
1.8 + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SharpDisplayClientIdle.Properties.Resources", typeof(Resources).Assembly);
1.9 resourceMan = temp;
1.10 }
1.11 return resourceMan;
2.1 --- a/Clients/Idle/Properties/Settings.Designer.cs Fri Jul 29 14:46:30 2016 +0200
2.2 +++ b/Clients/Idle/Properties/Settings.Designer.cs Sun Jul 31 12:03:52 2016 +0200
2.3 @@ -12,7 +12,7 @@
2.4
2.5
2.6 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2.7 - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
2.8 + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
2.9 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
2.10
2.11 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
3.1 --- a/Clients/Idle/SharpDisplayClientIdle.csproj Fri Jul 29 14:46:30 2016 +0200
3.2 +++ b/Clients/Idle/SharpDisplayClientIdle.csproj Sun Jul 31 12:03:52 2016 +0200
3.3 @@ -7,8 +7,8 @@
3.4 <ProjectGuid>{A76579E5-AA8D-45A3-99E1-239A5C030A78}</ProjectGuid>
3.5 <OutputType>WinExe</OutputType>
3.6 <AppDesignerFolder>Properties</AppDesignerFolder>
3.7 - <RootNamespace>SharpDisplayIdleClient</RootNamespace>
3.8 - <AssemblyName>SharpDisplayIdleClient</AssemblyName>
3.9 + <RootNamespace>SharpDisplayClientIdle</RootNamespace>
3.10 + <AssemblyName>SharpDisplayClientIdle</AssemblyName>
3.11 <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
3.12 <FileAlignment>512</FileAlignment>
3.13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
4.1 --- a/Clients/Message/SharpDisplayClientMessage.csproj Fri Jul 29 14:46:30 2016 +0200
4.2 +++ b/Clients/Message/SharpDisplayClientMessage.csproj Sun Jul 31 12:03:52 2016 +0200
4.3 @@ -32,6 +32,18 @@
4.4 <ErrorReport>prompt</ErrorReport>
4.5 <WarningLevel>4</WarningLevel>
4.6 </PropertyGroup>
4.7 + <PropertyGroup>
4.8 + <SignManifests>true</SignManifests>
4.9 + </PropertyGroup>
4.10 + <PropertyGroup>
4.11 + <ManifestCertificateThumbprint>5BAED0690B4D99A5D9E89E562A8B9A2BE342929E</ManifestCertificateThumbprint>
4.12 + </PropertyGroup>
4.13 + <PropertyGroup>
4.14 + <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
4.15 + </PropertyGroup>
4.16 + <PropertyGroup>
4.17 + <NoWin32Manifest>true</NoWin32Manifest>
4.18 + </PropertyGroup>
4.19 <ItemGroup>
4.20 <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
4.21 <HintPath>..\..\packages\SharpLibDisplay.0.2.5\lib\net40\SharpLibDisplay.dll</HintPath>
4.22 @@ -80,6 +92,7 @@
4.23 <DependentUpon>Settings.settings</DependentUpon>
4.24 <DesignTimeSharedInput>True</DesignTimeSharedInput>
4.25 </Compile>
4.26 + <None Include="SharpDisplayManager_TemporaryKey.pfx" />
4.27 </ItemGroup>
4.28 <ItemGroup>
4.29 <None Include="App.config" />
5.1 --- a/Clients/Test/Properties/Resources.Designer.cs Fri Jul 29 14:46:30 2016 +0200
5.2 +++ b/Clients/Test/Properties/Resources.Designer.cs Sun Jul 31 12:03:52 2016 +0200
5.3 @@ -8,7 +8,7 @@
5.4 // </auto-generated>
5.5 //------------------------------------------------------------------------------
5.6
5.7 -namespace SharpDisplayClient.Properties {
5.8 +namespace SharpDisplayClientTest.Properties {
5.9 using System;
5.10
5.11
5.12 @@ -39,7 +39,7 @@
5.13 internal static global::System.Resources.ResourceManager ResourceManager {
5.14 get {
5.15 if (object.ReferenceEquals(resourceMan, null)) {
5.16 - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SharpDisplayClient.Properties.Resources", typeof(Resources).Assembly);
5.17 + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SharpDisplayClientTest.Properties.Resources", typeof(Resources).Assembly);
5.18 resourceMan = temp;
5.19 }
5.20 return resourceMan;
6.1 --- a/Clients/Test/Properties/Settings.Designer.cs Fri Jul 29 14:46:30 2016 +0200
6.2 +++ b/Clients/Test/Properties/Settings.Designer.cs Sun Jul 31 12:03:52 2016 +0200
6.3 @@ -8,7 +8,7 @@
6.4 // </auto-generated>
6.5 //------------------------------------------------------------------------------
6.6
6.7 -namespace SharpDisplayClient.Properties {
6.8 +namespace SharpDisplayClientTest.Properties {
6.9
6.10
6.11 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
7.1 --- a/Clients/Test/SharpDisplayClientTest.csproj Fri Jul 29 14:46:30 2016 +0200
7.2 +++ b/Clients/Test/SharpDisplayClientTest.csproj Sun Jul 31 12:03:52 2016 +0200
7.3 @@ -7,11 +7,12 @@
7.4 <ProjectGuid>{7EE64074-8CDB-4448-B40C-81B75D6B31CD}</ProjectGuid>
7.5 <OutputType>WinExe</OutputType>
7.6 <AppDesignerFolder>Properties</AppDesignerFolder>
7.7 - <RootNamespace>SharpDisplayClient</RootNamespace>
7.8 - <AssemblyName>SharpDisplayClient</AssemblyName>
7.9 + <RootNamespace>SharpDisplayClientTest</RootNamespace>
7.10 + <AssemblyName>SharpDisplayClientTest</AssemblyName>
7.11 <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
7.12 <FileAlignment>512</FileAlignment>
7.13 <TargetFrameworkProfile />
7.14 + <IsWebBootstrapper>false</IsWebBootstrapper>
7.15 <PublishUrl>publish\</PublishUrl>
7.16 <Install>true</Install>
7.17 <InstallFrom>Disk</InstallFrom>
7.18 @@ -24,7 +25,6 @@
7.19 <MapFileExtensions>true</MapFileExtensions>
7.20 <ApplicationRevision>0</ApplicationRevision>
7.21 <ApplicationVersion>0.1.0.%2a</ApplicationVersion>
7.22 - <IsWebBootstrapper>false</IsWebBootstrapper>
7.23 <UseApplicationTrust>false</UseApplicationTrust>
7.24 <BootstrapperEnabled>true</BootstrapperEnabled>
7.25 </PropertyGroup>
8.1 --- a/Server/SharpDisplayManager.csproj Fri Jul 29 14:46:30 2016 +0200
8.2 +++ b/Server/SharpDisplayManager.csproj Sun Jul 31 12:03:52 2016 +0200
8.3 @@ -34,7 +34,7 @@
8.4 <WebPage>index.htm</WebPage>
8.5 <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
8.6 <ApplicationRevision>0</ApplicationRevision>
8.7 - <ApplicationVersion>0.10.0.0</ApplicationVersion>
8.8 + <ApplicationVersion>0.10.2.0</ApplicationVersion>
8.9 <UseApplicationTrust>false</UseApplicationTrust>
8.10 <CreateDesktopShortcut>true</CreateDesktopShortcut>
8.11 <PublishWizardCompleted>true</PublishWizardCompleted>