Skip to content

Commit c034931

Browse files
committed
Version 1.0.1
1 parent 575c178 commit c034931

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

MapEditor/MapEditor.csproj

+29-4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<Deterministic>true</Deterministic>
14+
<IsWebBootstrapper>false</IsWebBootstrapper>
15+
<TargetFrameworkProfile />
1416
<PublishUrl>publish\</PublishUrl>
1517
<Install>true</Install>
1618
<InstallFrom>Disk</InstallFrom>
@@ -20,13 +22,20 @@
2022
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
2123
<UpdatePeriodically>false</UpdatePeriodically>
2224
<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>
2534
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
26-
<IsWebBootstrapper>false</IsWebBootstrapper>
2735
<UseApplicationTrust>false</UseApplicationTrust>
36+
<CreateDesktopShortcut>true</CreateDesktopShortcut>
37+
<PublishWizardCompleted>true</PublishWizardCompleted>
2838
<BootstrapperEnabled>true</BootstrapperEnabled>
29-
<TargetFrameworkProfile />
3039
</PropertyGroup>
3140
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3241
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -48,6 +57,21 @@
4857
<ErrorReport>prompt</ErrorReport>
4958
<WarningLevel>4</WarningLevel>
5059
</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>
5175
<ItemGroup>
5276
<Reference Include="bunifu_ui_v1.52">
5377
<HintPath>Resources\bunifu_ui_v1.52.dll</HintPath>
@@ -111,6 +135,7 @@
111135
<DesignTime>True</DesignTime>
112136
</Compile>
113137
<None Include="app.config" />
138+
<None Include="MapEditor_TemporaryKey.pfx" />
114139
<None Include="packages.config" />
115140
<None Include="Properties\Settings.settings">
116141
<Generator>SettingsSingleFileGenerator</Generator>
16.5 KB
Binary file not shown.
657 KB
Binary file not shown.

0 commit comments

Comments
 (0)