Client/SharpDisplayClient.csproj
changeset 84 38e39df95b0a
parent 43 86aad774b532
child 159 e7c8c2b500bd
     1.1 --- a/Client/SharpDisplayClient.csproj	Sat Dec 27 21:52:14 2014 +0100
     1.2 +++ b/Client/SharpDisplayClient.csproj	Sun Jan 11 15:44:12 2015 +0100
     1.3 @@ -12,6 +12,21 @@
     1.4      <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     1.5      <FileAlignment>512</FileAlignment>
     1.6      <TargetFrameworkProfile />
     1.7 +    <PublishUrl>publish\</PublishUrl>
     1.8 +    <Install>true</Install>
     1.9 +    <InstallFrom>Disk</InstallFrom>
    1.10 +    <UpdateEnabled>false</UpdateEnabled>
    1.11 +    <UpdateMode>Foreground</UpdateMode>
    1.12 +    <UpdateInterval>7</UpdateInterval>
    1.13 +    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    1.14 +    <UpdatePeriodically>false</UpdatePeriodically>
    1.15 +    <UpdateRequired>false</UpdateRequired>
    1.16 +    <MapFileExtensions>true</MapFileExtensions>
    1.17 +    <ApplicationRevision>0</ApplicationRevision>
    1.18 +    <ApplicationVersion>0.1.0.%2a</ApplicationVersion>
    1.19 +    <IsWebBootstrapper>false</IsWebBootstrapper>
    1.20 +    <UseApplicationTrust>false</UseApplicationTrust>
    1.21 +    <BootstrapperEnabled>true</BootstrapperEnabled>
    1.22    </PropertyGroup>
    1.23    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    1.24      <PlatformTarget>AnyCPU</PlatformTarget>
    1.25 @@ -54,6 +69,18 @@
    1.26      <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    1.27      <Prefer32Bit>false</Prefer32Bit>
    1.28    </PropertyGroup>
    1.29 +  <PropertyGroup>
    1.30 +    <SignManifests>true</SignManifests>
    1.31 +  </PropertyGroup>
    1.32 +  <PropertyGroup>
    1.33 +    <ManifestCertificateThumbprint>70A149AB9F89E507D9411D109553BE22455895D6</ManifestCertificateThumbprint>
    1.34 +  </PropertyGroup>
    1.35 +  <PropertyGroup>
    1.36 +    <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
    1.37 +  </PropertyGroup>
    1.38 +  <PropertyGroup>
    1.39 +    <NoWin32Manifest>true</NoWin32Manifest>
    1.40 +  </PropertyGroup>
    1.41    <ItemGroup>
    1.42      <Reference Include="System" />
    1.43      <Reference Include="System.Core" />
    1.44 @@ -99,6 +126,7 @@
    1.45        <DependentUpon>Settings.settings</DependentUpon>
    1.46        <DesignTimeSharedInput>True</DesignTimeSharedInput>
    1.47      </Compile>
    1.48 +    <None Include="SharpDisplayManager_TemporaryKey.pfx" />
    1.49    </ItemGroup>
    1.50    <ItemGroup>
    1.51      <None Include="App.config" />
    1.52 @@ -109,6 +137,23 @@
    1.53        <Name>SharpDisplayInterface</Name>
    1.54      </ProjectReference>
    1.55    </ItemGroup>
    1.56 +  <ItemGroup>
    1.57 +    <BootstrapperPackage Include=".NETFramework,Version=v4.5">
    1.58 +      <Visible>False</Visible>
    1.59 +      <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
    1.60 +      <Install>true</Install>
    1.61 +    </BootstrapperPackage>
    1.62 +    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
    1.63 +      <Visible>False</Visible>
    1.64 +      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
    1.65 +      <Install>false</Install>
    1.66 +    </BootstrapperPackage>
    1.67 +    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
    1.68 +      <Visible>False</Visible>
    1.69 +      <ProductName>.NET Framework 3.5 SP1</ProductName>
    1.70 +      <Install>false</Install>
    1.71 +    </BootstrapperPackage>
    1.72 +  </ItemGroup>
    1.73    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    1.74    <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    1.75         Other similar extension points exist, see Microsoft.Common.targets.