|
11 | 11 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
12 | 12 | <FileAlignment>512</FileAlignment>
|
13 | 13 | <Deterministic>true</Deterministic>
|
| 14 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 15 | + <TargetFrameworkProfile /> |
14 | 16 | <PublishUrl>publish\</PublishUrl>
|
15 | 17 | <Install>true</Install>
|
16 | 18 | <InstallFrom>Disk</InstallFrom>
|
|
20 | 22 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
21 | 23 | <UpdatePeriodically>false</UpdatePeriodically>
|
22 | 24 | <UpdateRequired>false</UpdateRequired>
|
23 |
| - <MapFileExtensions>true</MapFileExtensions> |
24 |
| - <ApplicationRevision>0</ApplicationRevision> |
| 25 | + <MapFileExtensions>false</MapFileExtensions> |
| 26 | + <SupportUrl>https://github.com/tvc12/MapEditor</SupportUrl> |
| 27 | + <ErrorReportUrl>https://github.com/tvc12/MapEditor/issues/new</ErrorReportUrl> |
| 28 | + <TargetCulture>en</TargetCulture> |
| 29 | + <ProductName>Map Editor</ProductName> |
| 30 | + <PublisherName>Map Editor</PublisherName> |
| 31 | + <OpenBrowserOnPublish>false</OpenBrowserOnPublish> |
| 32 | + <AutorunEnabled>true</AutorunEnabled> |
| 33 | + <ApplicationRevision>2</ApplicationRevision> |
25 | 34 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
26 |
| - <IsWebBootstrapper>false</IsWebBootstrapper> |
27 | 35 | <UseApplicationTrust>false</UseApplicationTrust>
|
| 36 | + <CreateDesktopShortcut>true</CreateDesktopShortcut> |
| 37 | + <PublishWizardCompleted>true</PublishWizardCompleted> |
28 | 38 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
29 |
| - <TargetFrameworkProfile /> |
30 | 39 | </PropertyGroup>
|
31 | 40 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
32 | 41 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
48 | 57 | <ErrorReport>prompt</ErrorReport>
|
49 | 58 | <WarningLevel>4</WarningLevel>
|
50 | 59 | </PropertyGroup>
|
| 60 | + <PropertyGroup> |
| 61 | + <ManifestCertificateThumbprint>3FE1103C6499B9D2E53E93D2B3635644ED5B9E57</ManifestCertificateThumbprint> |
| 62 | + </PropertyGroup> |
| 63 | + <PropertyGroup> |
| 64 | + <ManifestKeyFile>MapEditor_TemporaryKey.pfx</ManifestKeyFile> |
| 65 | + </PropertyGroup> |
| 66 | + <PropertyGroup> |
| 67 | + <GenerateManifests>true</GenerateManifests> |
| 68 | + </PropertyGroup> |
| 69 | + <PropertyGroup> |
| 70 | + <SignManifests>true</SignManifests> |
| 71 | + </PropertyGroup> |
| 72 | + <PropertyGroup> |
| 73 | + <ApplicationIcon>Resources\icon.ico</ApplicationIcon> |
| 74 | + </PropertyGroup> |
51 | 75 | <ItemGroup>
|
52 | 76 | <Reference Include="bunifu_ui_v1.52">
|
53 | 77 | <HintPath>Resources\bunifu_ui_v1.52.dll</HintPath>
|
|
111 | 135 | <DesignTime>True</DesignTime>
|
112 | 136 | </Compile>
|
113 | 137 | <None Include="app.config" />
|
| 138 | + <None Include="MapEditor_TemporaryKey.pfx" /> |
114 | 139 | <None Include="packages.config" />
|
115 | 140 | <None Include="Properties\Settings.settings">
|
116 | 141 | <Generator>SettingsSingleFileGenerator</Generator>
|
|
0 commit comments