|
18 | 18 | <IsWebBootstrapper>false</IsWebBootstrapper> |
19 | 19 | <NuGetPackageImportStamp> |
20 | 20 | </NuGetPackageImportStamp> |
| 21 | + <TargetFrameworkProfile /> |
21 | 22 | <PublishUrl>publish\</PublishUrl> |
22 | 23 | <Install>true</Install> |
23 | 24 | <InstallFrom>Disk</InstallFrom> |
|
32 | 33 | <ErrorReportUrl>https://github.com/LionelJouin/PiP-Tool</ErrorReportUrl> |
33 | 34 | <ProductName>PiP-Tool</ProductName> |
34 | 35 | <PublisherName>Lionel Jouin</PublisherName> |
| 36 | + <WebPage>publish.htm</WebPage> |
| 37 | + <AutorunEnabled>true</AutorunEnabled> |
35 | 38 | <ApplicationRevision>0</ApplicationRevision> |
36 | | - <ApplicationVersion>1.1.2.0</ApplicationVersion> |
| 39 | + <ApplicationVersion>1.2.0.0</ApplicationVersion> |
37 | 40 | <UseApplicationTrust>false</UseApplicationTrust> |
| 41 | + <PublishWizardCompleted>true</PublishWizardCompleted> |
38 | 42 | <BootstrapperEnabled>true</BootstrapperEnabled> |
39 | | - <TargetFrameworkProfile /> |
40 | 43 | </PropertyGroup> |
41 | 44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
42 | 45 | <PlatformTarget>x64</PlatformTarget> |
|
65 | 68 | <PropertyGroup> |
66 | 69 | <ApplicationManifest>app.manifest</ApplicationManifest> |
67 | 70 | </PropertyGroup> |
| 71 | + <PropertyGroup> |
| 72 | + <ManifestCertificateThumbprint>1328EB709EFCD66BC26EF70085DABC2D44F072E5</ManifestCertificateThumbprint> |
| 73 | + </PropertyGroup> |
| 74 | + <PropertyGroup> |
| 75 | + <ManifestKeyFile>PiP-Tool_TemporaryKey.pfx</ManifestKeyFile> |
| 76 | + </PropertyGroup> |
| 77 | + <PropertyGroup> |
| 78 | + <GenerateManifests>true</GenerateManifests> |
| 79 | + </PropertyGroup> |
| 80 | + <PropertyGroup> |
| 81 | + <SignManifests>true</SignManifests> |
| 82 | + </PropertyGroup> |
68 | 83 | <ItemGroup> |
69 | 84 | <Reference Include="Accessibility" /> |
70 | 85 | <Reference Include="CommonServiceLocator, Version=2.0.3.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL"> |
|
294 | 309 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
295 | 310 | </None> |
296 | 311 | <None Include="packages.config" /> |
| 312 | + <None Include="PiP-Tool_TemporaryKey.pfx" /> |
297 | 313 | <None Include="Properties\Settings.settings"> |
298 | 314 | <Generator>SettingsSingleFileGenerator</Generator> |
299 | 315 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
0 commit comments