Skip to content

Commit 32e9e0c

Browse files
committed
new icon
1 parent 41466ee commit 32e9e0c

6 files changed

Lines changed: 18 additions & 1 deletion

File tree

docs/favicon.ico

33.7 KB
Binary file not shown.

docs/favicon.psd

247 KB
Binary file not shown.

src/Properties/launchSettings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"profiles": {
3+
"ScreenSaverParticles": {
4+
"commandName": "Project",
5+
"commandLineArgs": "/s"
6+
}
7+
}
8+
}

src/ScreenSaverParticles.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>
88
<ImplicitUsings>enable</ImplicitUsings>
9+
<ApplicationIcon>favicon.ico</ApplicationIcon>
10+
<Title>Screensaver Particles</Title>
11+
<Authors>Mixel Te</Authors>
12+
<AssemblyVersion>1.3</AssemblyVersion>
13+
<Configurations>Debug;Release;Debug s</Configurations>
914
</PropertyGroup>
1015

16+
<ItemGroup>
17+
<Content Include="favicon.ico" />
18+
</ItemGroup>
19+
1120
<ItemGroup>
1221
<PackageReference Include="GameOverlay.Net" Version="4.3.1" />
1322
</ItemGroup>

src/ScreenSaverParticles.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
4-
VisualStudioVersion = 17.13.35818.85 d17.13
4+
VisualStudioVersion = 17.13.35818.85
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenSaverParticles", "ScreenSaverParticles.csproj", "{BF72A7D4-7696-4FE8-BA20-FC44F35BC433}"
77
EndProject

src/favicon.ico

33.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)