Skip to content

Commit d38ba31

Browse files
committed
Add new icon, rename executable to "FlashpointManager"
1 parent dc18bfc commit d38ba31

8 files changed

Lines changed: 2166 additions & 6239 deletions

FlashpointIcon.ico

-366 KB
Binary file not shown.

FlashpointManager.csproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
88
<ProjectGuid>{3A52CEC9-3EEC-4ED4-8E21-51635A08AC38}</ProjectGuid>
99
<OutputType>WinExe</OutputType>
10-
<RootNamespace>FlashpointInstaller</RootNamespace>
11-
<AssemblyName>FlashpointInstaller</AssemblyName>
10+
<RootNamespace>FlashpointManager</RootNamespace>
11+
<AssemblyName>FlashpointManager</AssemblyName>
1212
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@@ -65,7 +65,7 @@
6565
<SignManifests>true</SignManifests>
6666
</PropertyGroup>
6767
<PropertyGroup>
68-
<ApplicationIcon>FlashpointIcon.ico</ApplicationIcon>
68+
<ApplicationIcon>FlashpointManager.ico</ApplicationIcon>
6969
</PropertyGroup>
7070
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
7171
<DebugSymbols>true</DebugSymbols>
@@ -87,6 +87,9 @@
8787
<ErrorReport>prompt</ErrorReport>
8888
<Prefer32Bit>true</Prefer32Bit>
8989
</PropertyGroup>
90+
<PropertyGroup>
91+
<NoWin32Manifest>true</NoWin32Manifest>
92+
</PropertyGroup>
9093
<ItemGroup>
9194
<Reference Include="Costura, Version=5.7.0.0, Culture=neutral, processorArchitecture=MSIL">
9295
<HintPath>packages\Costura.Fody.5.7.0\lib\netstandard1.0\Costura.dll</HintPath>
@@ -317,6 +320,7 @@
317320
<Compile Include="Properties\Resources.Designer.cs">
318321
<AutoGen>True</AutoGen>
319322
<DependentUpon>Resources.resx</DependentUpon>
323+
<DesignTime>True</DesignTime>
320324
</Compile>
321325
<EmbeddedResource Include="src\Forms\UpdateCheck.resx">
322326
<DependentUpon>UpdateCheck.cs</DependentUpon>
@@ -359,7 +363,7 @@
359363
</BootstrapperPackage>
360364
</ItemGroup>
361365
<ItemGroup>
362-
<Content Include="FlashpointIcon.ico" />
366+
<Content Include="FlashpointManager.ico" />
363367
</ItemGroup>
364368
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
365369
<Import Project="packages\Fody.6.5.5\build\Fody.targets" Condition="Exists('packages\Fody.6.5.5\build\Fody.targets')" />

FlashpointManager.ico

128 KB
Binary file not shown.

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("FlashpointInstaller")]
8+
[assembly: AssemblyTitle("FlashpointManager")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("FlashpointInstaller")]
12+
[assembly: AssemblyProduct("FlashpointManager")]
1313
[assembly: AssemblyCopyright("Copyright © 2022")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]

Properties/Resources.Designer.cs

Lines changed: 19 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Properties/Settings.Designer.cs

Lines changed: 9 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Forms/MainDownload.Designer.cs

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)