|
12 | 12 | <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 | 14 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
15 |
| - <PublishUrl>publish\</PublishUrl> |
| 15 | + <IsWebBootstrapper>true</IsWebBootstrapper> |
| 16 | + <PublishUrl>C:\Users\dkrei\Desktop\PraiseTheSave\</PublishUrl> |
16 | 17 | <Install>true</Install>
|
17 |
| - <InstallFrom>Disk</InstallFrom> |
18 |
| - <UpdateEnabled>false</UpdateEnabled> |
| 18 | + <InstallFrom>Web</InstallFrom> |
| 19 | + <UpdateEnabled>true</UpdateEnabled> |
19 | 20 | <UpdateMode>Foreground</UpdateMode>
|
20 | 21 | <UpdateInterval>7</UpdateInterval>
|
21 | 22 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
22 | 23 | <UpdatePeriodically>false</UpdatePeriodically>
|
23 | 24 | <UpdateRequired>false</UpdateRequired>
|
24 | 25 | <MapFileExtensions>true</MapFileExtensions>
|
25 |
| - <ApplicationRevision>0</ApplicationRevision> |
| 26 | + <InstallUrl>https://github.com/lucidlemon/PraiseTheSave/</InstallUrl> |
| 27 | + <CreateWebPageOnPublish>true</CreateWebPageOnPublish> |
| 28 | + <WebPage>publish.htm</WebPage> |
| 29 | + <ApplicationRevision>1</ApplicationRevision> |
26 | 30 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
27 |
| - <IsWebBootstrapper>false</IsWebBootstrapper> |
28 | 31 | <UseApplicationTrust>false</UseApplicationTrust>
|
| 32 | + <PublishWizardCompleted>true</PublishWizardCompleted> |
29 | 33 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
30 | 34 | </PropertyGroup>
|
31 | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
47 | 51 | <ErrorReport>prompt</ErrorReport>
|
48 | 52 | <WarningLevel>4</WarningLevel>
|
49 | 53 | </PropertyGroup>
|
| 54 | + <PropertyGroup> |
| 55 | + <ManifestCertificateThumbprint>5C3C8CB2FB7D07BE15A83574C2DB49C482F18B09</ManifestCertificateThumbprint> |
| 56 | + </PropertyGroup> |
| 57 | + <PropertyGroup> |
| 58 | + <ManifestKeyFile>PraiseTheSave_TemporaryKey.pfx</ManifestKeyFile> |
| 59 | + </PropertyGroup> |
| 60 | + <PropertyGroup> |
| 61 | + <GenerateManifests>true</GenerateManifests> |
| 62 | + </PropertyGroup> |
| 63 | + <PropertyGroup> |
| 64 | + <SignManifests>true</SignManifests> |
| 65 | + </PropertyGroup> |
| 66 | + <PropertyGroup> |
| 67 | + <ApplicationIcon>sunbro_logo.ico</ApplicationIcon> |
| 68 | + </PropertyGroup> |
| 69 | + <PropertyGroup /> |
50 | 70 | <ItemGroup>
|
51 | 71 | <Reference Include="Ionic.Zip, Version=1.9.8.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
|
52 | 72 | <HintPath>..\packages\DotNetZip.1.9.8\lib\net20\Ionic.Zip.dll</HintPath>
|
|
86 | 106 | <DependentUpon>Resources.resx</DependentUpon>
|
87 | 107 | </Compile>
|
88 | 108 | <None Include="packages.config" />
|
| 109 | + <None Include="PraiseTheSave_TemporaryKey.pfx" /> |
89 | 110 | <None Include="Properties\Settings.settings">
|
90 | 111 | <Generator>SettingsSingleFileGenerator</Generator>
|
91 | 112 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
111 | 132 | <Install>false</Install>
|
112 | 133 | </BootstrapperPackage>
|
113 | 134 | </ItemGroup>
|
| 135 | + <ItemGroup> |
| 136 | + <Content Include="sunbro_logo.ico" /> |
| 137 | + </ItemGroup> |
114 | 138 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
115 | 139 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
116 | 140 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments