ClickOnce setup.
authorsl
Sun, 11 Jan 2015 15:44:12 +0100
changeset 8438e39df95b0a
parent 83 150c4a9d7e26
child 85 9c4a78195ac4
ClickOnce setup.
Binaries/MiniDisplay.dll
Client/SharpDisplayClient.csproj
Server/SharpDisplayManager.csproj
Server/SharpDisplayManager_TemporaryKey.pfx
SharpDisplayManager.sln
     1.1 Binary file Binaries/MiniDisplay.dll has changed
     2.1 --- a/Client/SharpDisplayClient.csproj	Sat Dec 27 21:52:14 2014 +0100
     2.2 +++ b/Client/SharpDisplayClient.csproj	Sun Jan 11 15:44:12 2015 +0100
     2.3 @@ -12,6 +12,21 @@
     2.4      <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     2.5      <FileAlignment>512</FileAlignment>
     2.6      <TargetFrameworkProfile />
     2.7 +    <PublishUrl>publish\</PublishUrl>
     2.8 +    <Install>true</Install>
     2.9 +    <InstallFrom>Disk</InstallFrom>
    2.10 +    <UpdateEnabled>false</UpdateEnabled>
    2.11 +    <UpdateMode>Foreground</UpdateMode>
    2.12 +    <UpdateInterval>7</UpdateInterval>
    2.13 +    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    2.14 +    <UpdatePeriodically>false</UpdatePeriodically>
    2.15 +    <UpdateRequired>false</UpdateRequired>
    2.16 +    <MapFileExtensions>true</MapFileExtensions>
    2.17 +    <ApplicationRevision>0</ApplicationRevision>
    2.18 +    <ApplicationVersion>0.1.0.%2a</ApplicationVersion>
    2.19 +    <IsWebBootstrapper>false</IsWebBootstrapper>
    2.20 +    <UseApplicationTrust>false</UseApplicationTrust>
    2.21 +    <BootstrapperEnabled>true</BootstrapperEnabled>
    2.22    </PropertyGroup>
    2.23    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    2.24      <PlatformTarget>AnyCPU</PlatformTarget>
    2.25 @@ -54,6 +69,18 @@
    2.26      <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    2.27      <Prefer32Bit>false</Prefer32Bit>
    2.28    </PropertyGroup>
    2.29 +  <PropertyGroup>
    2.30 +    <SignManifests>true</SignManifests>
    2.31 +  </PropertyGroup>
    2.32 +  <PropertyGroup>
    2.33 +    <ManifestCertificateThumbprint>70A149AB9F89E507D9411D109553BE22455895D6</ManifestCertificateThumbprint>
    2.34 +  </PropertyGroup>
    2.35 +  <PropertyGroup>
    2.36 +    <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
    2.37 +  </PropertyGroup>
    2.38 +  <PropertyGroup>
    2.39 +    <NoWin32Manifest>true</NoWin32Manifest>
    2.40 +  </PropertyGroup>
    2.41    <ItemGroup>
    2.42      <Reference Include="System" />
    2.43      <Reference Include="System.Core" />
    2.44 @@ -99,6 +126,7 @@
    2.45        <DependentUpon>Settings.settings</DependentUpon>
    2.46        <DesignTimeSharedInput>True</DesignTimeSharedInput>
    2.47      </Compile>
    2.48 +    <None Include="SharpDisplayManager_TemporaryKey.pfx" />
    2.49    </ItemGroup>
    2.50    <ItemGroup>
    2.51      <None Include="App.config" />
    2.52 @@ -109,6 +137,23 @@
    2.53        <Name>SharpDisplayInterface</Name>
    2.54      </ProjectReference>
    2.55    </ItemGroup>
    2.56 +  <ItemGroup>
    2.57 +    <BootstrapperPackage Include=".NETFramework,Version=v4.5">
    2.58 +      <Visible>False</Visible>
    2.59 +      <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
    2.60 +      <Install>true</Install>
    2.61 +    </BootstrapperPackage>
    2.62 +    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
    2.63 +      <Visible>False</Visible>
    2.64 +      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
    2.65 +      <Install>false</Install>
    2.66 +    </BootstrapperPackage>
    2.67 +    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
    2.68 +      <Visible>False</Visible>
    2.69 +      <ProductName>.NET Framework 3.5 SP1</ProductName>
    2.70 +      <Install>false</Install>
    2.71 +    </BootstrapperPackage>
    2.72 +  </ItemGroup>
    2.73    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    2.74    <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    2.75         Other similar extension points exist, see Microsoft.Common.targets.
     3.1 --- a/Server/SharpDisplayManager.csproj	Sat Dec 27 21:52:14 2014 +0100
     3.2 +++ b/Server/SharpDisplayManager.csproj	Sun Jan 11 15:44:12 2015 +0100
     3.3 @@ -12,20 +12,24 @@
     3.4      <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     3.5      <FileAlignment>512</FileAlignment>
     3.6      <TargetFrameworkProfile />
     3.7 -    <PublishUrl>publish\</PublishUrl>
     3.8 +    <IsWebBootstrapper>true</IsWebBootstrapper>
     3.9 +    <PublishUrl>publish/</PublishUrl>
    3.10      <Install>true</Install>
    3.11 -    <InstallFrom>Disk</InstallFrom>
    3.12 -    <UpdateEnabled>false</UpdateEnabled>
    3.13 +    <InstallFrom>Web</InstallFrom>
    3.14 +    <UpdateEnabled>true</UpdateEnabled>
    3.15      <UpdateMode>Foreground</UpdateMode>
    3.16      <UpdateInterval>7</UpdateInterval>
    3.17      <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    3.18      <UpdatePeriodically>false</UpdatePeriodically>
    3.19      <UpdateRequired>false</UpdateRequired>
    3.20      <MapFileExtensions>true</MapFileExtensions>
    3.21 -    <ApplicationRevision>0</ApplicationRevision>
    3.22 -    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    3.23 -    <IsWebBootstrapper>false</IsWebBootstrapper>
    3.24 +    <InstallUrl>http://publish.slions.net/SharpDisplayManager/</InstallUrl>
    3.25 +    <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
    3.26 +    <WebPage>publish.htm</WebPage>
    3.27 +    <ApplicationRevision>7</ApplicationRevision>
    3.28 +    <ApplicationVersion>0.1.0.%2a</ApplicationVersion>
    3.29      <UseApplicationTrust>false</UseApplicationTrust>
    3.30 +    <PublishWizardCompleted>true</PublishWizardCompleted>
    3.31      <BootstrapperEnabled>true</BootstrapperEnabled>
    3.32    </PropertyGroup>
    3.33    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    3.34 @@ -69,6 +73,18 @@
    3.35      <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    3.36      <Prefer32Bit>false</Prefer32Bit>
    3.37    </PropertyGroup>
    3.38 +  <PropertyGroup>
    3.39 +    <SignManifests>true</SignManifests>
    3.40 +  </PropertyGroup>
    3.41 +  <PropertyGroup>
    3.42 +    <ManifestCertificateThumbprint>70A149AB9F89E507D9411D109553BE22455895D6</ManifestCertificateThumbprint>
    3.43 +  </PropertyGroup>
    3.44 +  <PropertyGroup>
    3.45 +    <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
    3.46 +  </PropertyGroup>
    3.47 +  <PropertyGroup>
    3.48 +    <GenerateManifests>true</GenerateManifests>
    3.49 +  </PropertyGroup>
    3.50    <ItemGroup>
    3.51      <Reference Include="Microsoft.VisualBasic" />
    3.52      <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
    3.53 @@ -128,6 +144,7 @@
    3.54        <DependentUpon>Settings.settings</DependentUpon>
    3.55        <DesignTimeSharedInput>True</DesignTimeSharedInput>
    3.56      </Compile>
    3.57 +    <None Include="SharpDisplayManager_TemporaryKey.pfx" />
    3.58    </ItemGroup>
    3.59    <ItemGroup>
    3.60      <None Include="App.config" />
    3.61 @@ -164,6 +181,9 @@
    3.62        <Install>true</Install>
    3.63      </BootstrapperPackage>
    3.64    </ItemGroup>
    3.65 +  <ItemGroup>
    3.66 +    <Content Include="MiniDisplay.dll" />
    3.67 +  </ItemGroup>
    3.68    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    3.69    <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    3.70         Other similar extension points exist, see Microsoft.Common.targets.
     4.1 Binary file Server/SharpDisplayManager_TemporaryKey.pfx has changed
     5.1 --- a/SharpDisplayManager.sln	Sat Dec 27 21:52:14 2014 +0100
     5.2 +++ b/SharpDisplayManager.sln	Sun Jan 11 15:44:12 2015 +0100
     5.3 @@ -29,14 +29,16 @@
     5.4  		{7EE64074-8CDB-4448-B40C-81B75D6B31CD}.Debug|x86.Build.0 = Debug|x86
     5.5  		{7EE64074-8CDB-4448-B40C-81B75D6B31CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
     5.6  		{7EE64074-8CDB-4448-B40C-81B75D6B31CD}.Release|Any CPU.Build.0 = Release|Any CPU
     5.7 -		{7EE64074-8CDB-4448-B40C-81B75D6B31CD}.Release|x86.ActiveCfg = Release|Any CPU
     5.8 +		{7EE64074-8CDB-4448-B40C-81B75D6B31CD}.Release|x86.ActiveCfg = Release|x86
     5.9 +		{7EE64074-8CDB-4448-B40C-81B75D6B31CD}.Release|x86.Build.0 = Release|x86
    5.10  		{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    5.11  		{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
    5.12  		{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}.Debug|x86.ActiveCfg = Debug|x86
    5.13  		{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}.Debug|x86.Build.0 = Debug|x86
    5.14  		{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
    5.15  		{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}.Release|Any CPU.Build.0 = Release|Any CPU
    5.16 -		{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}.Release|x86.ActiveCfg = Release|Any CPU
    5.17 +		{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}.Release|x86.ActiveCfg = Release|x86
    5.18 +		{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}.Release|x86.Build.0 = Release|x86
    5.19  	EndGlobalSection
    5.20  	GlobalSection(SolutionProperties) = preSolution
    5.21  		HideSolutionNode = FALSE