Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit a2aceab

Browse files
author
Mikko Uuksulainen
committed
Added icons for Gui and Cli.
1 parent 8d85f28 commit a2aceab

File tree

8 files changed

+6188
-1
lines changed

8 files changed

+6188
-1
lines changed

RM2k2XP.Cli/RM2k2XP.Cli.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
35+
<PropertyGroup>
36+
<ApplicationIcon>icon_256x256_cli.ico</ApplicationIcon>
37+
</PropertyGroup>
3538
<ItemGroup>
3639
<Reference Include="CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
3740
<HintPath>..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</HintPath>
@@ -61,6 +64,9 @@
6164
<Name>RM2k2XP.Converters</Name>
6265
</ProjectReference>
6366
</ItemGroup>
67+
<ItemGroup>
68+
<Content Include="icon_256x256_cli.ico" />
69+
</ItemGroup>
6470
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6571
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6672
Other similar extension points exist, see Microsoft.Common.targets.

RM2k2XP.Cli/icon_256x256_cli.ico

361 KB
Binary file not shown.

RM2k2XP.Gui/MainForm.Designer.cs

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

RM2k2XP.Gui/MainForm.resx

Lines changed: 6174 additions & 1 deletion
Large diffs are not rendered by default.

RM2k2XP.Gui/RM2k2XP.Gui.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
35+
<PropertyGroup>
36+
<ApplicationIcon>icon_256x256.ico</ApplicationIcon>
37+
</PropertyGroup>
3538
<ItemGroup>
3639
<Reference Include="System" />
3740
<Reference Include="System.Core" />
@@ -94,6 +97,9 @@
9497
<Name>RM2k2XP.Converters</Name>
9598
</ProjectReference>
9699
</ItemGroup>
100+
<ItemGroup>
101+
<Content Include="icon_256x256.ico" />
102+
</ItemGroup>
97103
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
98104
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
99105
Other similar extension points exist, see Microsoft.Common.targets.

RM2k2XP.Gui/icon_256x256.ico

361 KB
Binary file not shown.

RM2k2XP.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{
1313
ProjectSection(SolutionItems) = preProject
1414
Resources\charset_icon.png = Resources\charset_icon.png
1515
Resources\chipset_icon.png = Resources\chipset_icon.png
16+
Resources\icon_256x256.pdn = Resources\icon_256x256.pdn
1617
EndProjectSection
1718
EndProject
1819
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deploy", "Deploy", "{400154D9-8EF0-4A25-BF76-01443A149232}"

Resources/icon_256x256.pdn

14.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)