Skip to content

Commit 016d72e

Browse files
author
Casper
committed
Fixes
1 parent 7e568eb commit 016d72e

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

HourBoostr/HourBoostr.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,15 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<PropertyGroup>
35-
<ApplicationIcon>Fasticon-Hand-Draw-Iphone-Clock.ico</ApplicationIcon>
35+
<ApplicationIcon>AppIcon.ico</ApplicationIcon>
3636
</PropertyGroup>
3737
<PropertyGroup>
3838
<StartupObject />
3939
</PropertyGroup>
40+
<PropertyGroup>
41+
<Win32Resource>
42+
</Win32Resource>
43+
</PropertyGroup>
4044
<ItemGroup>
4145
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4246
<SpecificVersion>False</SpecificVersion>
@@ -74,6 +78,7 @@
7478
</ItemGroup>
7579
<ItemGroup>
7680
<Content Include="Ampeross-Qetto-2-Timer.ico" />
81+
<Content Include="AppIcon.ico" />
7782
<Content Include="Fasticon-Hand-Draw-Iphone-Clock.ico" />
7883
<None Include="Resources\icon.ico" />
7984
</ItemGroup>

HourBoostr/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.2.0.0")]
36+
[assembly: AssemblyFileVersion("1.2.0.0")]

0 commit comments

Comments
 (0)