|
12 | 12 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 | 14 | <TargetFrameworkProfile />
|
| 15 | + <IsWebBootstrapper>true</IsWebBootstrapper> |
| 16 | + <PublishUrl>C:\publish\dp2SIPClient\v1\</PublishUrl> |
| 17 | + <Install>true</Install> |
| 18 | + <InstallFrom>Web</InstallFrom> |
| 19 | + <UpdateEnabled>true</UpdateEnabled> |
| 20 | + <UpdateMode>Background</UpdateMode> |
| 21 | + <UpdateInterval>7</UpdateInterval> |
| 22 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 23 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 24 | + <UpdateRequired>false</UpdateRequired> |
| 25 | + <MapFileExtensions>true</MapFileExtensions> |
| 26 | + <InstallUrl>http://dp2003.com/dp2SIPClient/v1/</InstallUrl> |
| 27 | + <UpdateUrl>http://dp2003.com/dp2SIPClient/v1/</UpdateUrl> |
| 28 | + <ProductName>dp2SIPClient</ProductName> |
| 29 | + <PublisherName>DigitalPlatform</PublisherName> |
| 30 | + <CreateWebPageOnPublish>true</CreateWebPageOnPublish> |
| 31 | + <WebPage>publish.htm</WebPage> |
| 32 | + <OpenBrowserOnPublish>false</OpenBrowserOnPublish> |
| 33 | + <ApplicationRevision>6</ApplicationRevision> |
| 34 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 35 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 36 | + <CreateDesktopShortcut>true</CreateDesktopShortcut> |
| 37 | + <PublishWizardCompleted>true</PublishWizardCompleted> |
| 38 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
15 | 39 | </PropertyGroup>
|
16 | 40 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
17 | 41 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
37 | 61 | <PropertyGroup>
|
38 | 62 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
39 | 63 | </PropertyGroup>
|
| 64 | + <PropertyGroup> |
| 65 | + <ManifestCertificateThumbprint>6AF85AEF3D710EA412E3251FB895A45EE1B11018</ManifestCertificateThumbprint> |
| 66 | + </PropertyGroup> |
| 67 | + <PropertyGroup> |
| 68 | + <ManifestKeyFile>代码签名证书-2020.p12</ManifestKeyFile> |
| 69 | + </PropertyGroup> |
| 70 | + <PropertyGroup> |
| 71 | + <GenerateManifests>true</GenerateManifests> |
| 72 | + </PropertyGroup> |
| 73 | + <PropertyGroup> |
| 74 | + <SignManifests>true</SignManifests> |
| 75 | + </PropertyGroup> |
| 76 | + <PropertyGroup> |
| 77 | + <ManifestTimestampUrl>http://timestamp.digicert.com</ManifestTimestampUrl> |
| 78 | + </PropertyGroup> |
40 | 79 | <ItemGroup>
|
41 | 80 | <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
42 | 81 | <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
|
|
124 | 163 | <DesignTime>True</DesignTime>
|
125 | 164 | </Compile>
|
126 | 165 | <None Include="app.config" />
|
| 166 | + <None Include="dp2SIPClient_TemporaryKey.pfx" /> |
127 | 167 | <None Include="packages.config" />
|
128 | 168 | <None Include="Properties\Settings.settings">
|
129 | 169 | <Generator>SettingsSingleFileGenerator</Generator>
|
|
134 | 174 | <DependentUpon>Settings.settings</DependentUpon>
|
135 | 175 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
136 | 176 | </Compile>
|
| 177 | + <None Include="代码签名证书-2020.p12" /> |
137 | 178 | </ItemGroup>
|
138 | 179 | <ItemGroup>
|
139 | 180 | <Content Include="delete.txt" />
|
|
168 | 209 | <Name>DigitalPlatform.SIP</Name>
|
169 | 210 | </ProjectReference>
|
170 | 211 | </ItemGroup>
|
| 212 | + <ItemGroup> |
| 213 | + <BootstrapperPackage Include=".NETFramework,Version=v4.6.1"> |
| 214 | + <Visible>False</Visible> |
| 215 | + <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName> |
| 216 | + <Install>true</Install> |
| 217 | + </BootstrapperPackage> |
| 218 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 219 | + <Visible>False</Visible> |
| 220 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 221 | + <Install>false</Install> |
| 222 | + </BootstrapperPackage> |
| 223 | + </ItemGroup> |
171 | 224 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
172 | 225 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
173 | 226 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments