-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathClickOnce.props
More file actions
27 lines (27 loc) · 1.17 KB
/
ClickOnce.props
File metadata and controls
27 lines (27 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project>
<PropertyGroup Condition="'$(PublishRoot)' != ''">
<PublishRoot>w:</PublishRoot>
<IsWebBootstrapper>true</IsWebBootstrapper>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<TargetCulture>en</TargetCulture>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<MapFileExtensions>true</MapFileExtensions>
<PublisherName>Wurm Online tools</PublisherName>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
<SignManifests>true</SignManifests>
<TargetZone>LocalIntranet</TargetZone>
<GenerateManifests>true</GenerateManifests>
<ManifestCertificateThumbprint>207C042038E37D4A6117AF49815E92D0166A5CFF</ManifestCertificateThumbprint>
<ManifestKeyFile>Wurm_Online_Tools.pfx</ManifestKeyFile>
</PropertyGroup>
</Project>