Skip to content

Commit 939cee8

Browse files
committed
fixed missing control buttons, and added icons
1 parent a050fd7 commit 939cee8

6 files changed

Lines changed: 247 additions & 233 deletions

File tree

CustomSims3Launcher/App.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Application
2+
x:Class="CustomSims3Launcher.App"
23
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
34
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
45
xmlns:local="clr-namespace:CustomSims3Launcher"

CustomSims3Launcher/CustomSims3Launcher.csproj

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,21 @@
55
<TargetFramework>net6.0-windows</TargetFramework>
66
<Nullable>enable</Nullable>
77
<UseWPF>true</UseWPF>
8+
<ApplicationIcon>The Sims 3.ico</ApplicationIcon>
89
</PropertyGroup>
910

1011
<ItemGroup>
11-
<PackageReference Include="WPF-UI" Version="1.2.7" />
12+
<None Remove="The Sims 3.png" />
13+
</ItemGroup>
14+
15+
<ItemGroup>
16+
<Content Include="The Sims 3.ico" />
17+
</ItemGroup>
18+
19+
<ItemGroup>
20+
<Resource Include="The Sims 3.png">
21+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
22+
</Resource>
1223
</ItemGroup>
1324

1425
</Project>

0 commit comments

Comments
 (0)