From 0a710bea8b8b030a6a64cbb89087aa3258bd4761 Mon Sep 17 00:00:00 2001 From: Elias Fierke Date: Mon, 1 Jun 2026 12:28:59 +0200 Subject: [PATCH] [chore:] window icon integration --- MainWindow.axaml | 2 +- MessageBox.axaml | 2 +- spplus.csproj | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/MainWindow.axaml b/MainWindow.axaml index aad6f88..8293063 100644 --- a/MainWindow.axaml +++ b/MainWindow.axaml @@ -3,7 +3,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" - x:Class="spplus.MainWindow" WindowState="Maximized" + x:Class="spplus.MainWindow" WindowState="Maximized" Icon="res/logo.ico" Title="spplus"> diff --git a/MessageBox.axaml b/MessageBox.axaml index eb215f7..c94fe35 100644 --- a/MessageBox.axaml +++ b/MessageBox.axaml @@ -2,7 +2,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - mc:Ignorable="d" SizeToContent="WidthAndHeight" + mc:Ignorable="d" SizeToContent="WidthAndHeight" Icon="res/logo.ico" x:Class="spplus.MessageBox" WindowStartupLocation="CenterScreen" Title="MessageBox"> diff --git a/spplus.csproj b/spplus.csproj index 0463f13..54dbe3b 100644 --- a/spplus.csproj +++ b/spplus.csproj @@ -19,4 +19,16 @@ + + + + + PreserveNewest + + + + PreserveNewest + + +