Skip to content

Commit 213425d

Browse files
committed
changed bg colour
added icon
1 parent 0517fb6 commit 213425d

File tree

5 files changed

+1669
-5
lines changed

5 files changed

+1669
-5
lines changed

CS2 Server Picker/CS2 Server Picker.csproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
<Nullable>enable</Nullable>
88
<UseWindowsForms>true</UseWindowsForms>
99
<ImplicitUsings>enable</ImplicitUsings>
10+
<ApplicationIcon>e1bd06c3f8089e7552aa0552cb387c92.ico</ApplicationIcon>
11+
<SignAssembly>False</SignAssembly>
12+
</PropertyGroup>
13+
14+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
15+
<DebugType>none</DebugType>
16+
</PropertyGroup>
17+
18+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
19+
<DebugType>none</DebugType>
1020
</PropertyGroup>
1121

1222
<ItemGroup>
@@ -21,6 +31,10 @@
2131
</COMReference>
2232
</ItemGroup>
2333

34+
<ItemGroup>
35+
<Content Include="e1bd06c3f8089e7552aa0552cb387c92.ico" />
36+
</ItemGroup>
37+
2438
<ItemGroup>
2539
<Compile Update="Properties\Settings.Designer.cs">
2640
<DesignTimeSharedInput>True</DesignTimeSharedInput>

CS2 Server Picker/UI/MainForm.Designer.cs

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

0 commit comments

Comments
 (0)