Skip to content

Commit 9d0e3e4

Browse files
committed
added icon to main
1 parent bd8bdcc commit 9d0e3e4

File tree

5 files changed

+608
-3
lines changed

5 files changed

+608
-3
lines changed

EduToolkit/EduToolkit.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<UpdatePeriodically>false</UpdatePeriodically>
2424
<UpdateRequired>false</UpdateRequired>
2525
<MapFileExtensions>true</MapFileExtensions>
26-
<ApplicationRevision>0</ApplicationRevision>
26+
<ApplicationRevision>1</ApplicationRevision>
2727
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
2828
<UseApplicationTrust>false</UseApplicationTrust>
2929
<PublishWizardCompleted>true</PublishWizardCompleted>
@@ -60,6 +60,9 @@
6060
<PropertyGroup>
6161
<SignManifests>true</SignManifests>
6262
</PropertyGroup>
63+
<PropertyGroup>
64+
<ApplicationIcon>EduToolkit.ico</ApplicationIcon>
65+
</PropertyGroup>
6366
<ItemGroup>
6467
<Reference Include="System" />
6568
<Reference Include="System.Core" />
@@ -136,6 +139,8 @@
136139
<Install>false</Install>
137140
</BootstrapperPackage>
138141
</ItemGroup>
139-
<ItemGroup />
142+
<ItemGroup>
143+
<Content Include="EduToolkit.ico" />
144+
</ItemGroup>
140145
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
141146
</Project>

EduToolkit/EduToolkit.ico

34.6 KB
Binary file not shown.

EduToolkit/ToolkitSelector.Designer.cs

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

0 commit comments

Comments
 (0)