diff --git a/SharpPusher/PusherIcon.ico b/SharpPusher/Assets/PusherIcon.ico similarity index 100% rename from SharpPusher/PusherIcon.ico rename to SharpPusher/Assets/PusherIcon.ico diff --git a/SharpPusher/SharpPusher.csproj b/SharpPusher/SharpPusher.csproj index 1523dbf..c33f52e 100644 --- a/SharpPusher/SharpPusher.csproj +++ b/SharpPusher/SharpPusher.csproj @@ -7,12 +7,18 @@ Coding-Enthusiast Autarkysoft 0.11.0 + Assets\PusherIcon.ico + + + + + - + \ No newline at end of file diff --git a/SharpPusher/Views/MainWindow.axaml b/SharpPusher/Views/MainWindow.axaml index 3349089..a10596e 100644 --- a/SharpPusher/Views/MainWindow.axaml +++ b/SharpPusher/Views/MainWindow.axaml @@ -5,6 +5,7 @@ xmlns:vm="clr-namespace:SharpPusher.ViewModels;assembly=SharpPusher" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="650" x:Class="SharpPusher.Views.MainWindow" + Icon="/Assets/PusherIcon.ico" Height="650" Width="800" FontSize="14"