From 5e863519fdfa5beff3f34cbcce73878ff61501cd Mon Sep 17 00:00:00 2001 From: Tim Kaiser Date: Tue, 28 Mar 2023 14:07:38 +0200 Subject: [PATCH] set application icon and add readme --- IFCGeoRefCheckerGUI/IFCGeoRefCheckerGUI.csproj | 11 +++++++++++ IFCGeoRefCheckerGUI/MainWindowAllInOne.xaml | 4 ++-- IFCGeoRefCheckerGUI/Readme.txt | 6 ++++++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 IFCGeoRefCheckerGUI/Readme.txt diff --git a/IFCGeoRefCheckerGUI/IFCGeoRefCheckerGUI.csproj b/IFCGeoRefCheckerGUI/IFCGeoRefCheckerGUI.csproj index ce4b577..2112684 100644 --- a/IFCGeoRefCheckerGUI/IFCGeoRefCheckerGUI.csproj +++ b/IFCGeoRefCheckerGUI/IFCGeoRefCheckerGUI.csproj @@ -6,6 +6,7 @@ enable true true + images\DD-BIM-ICON.ico @@ -13,6 +14,10 @@ + + + + @@ -29,6 +34,12 @@ + + + Always + + + diff --git a/IFCGeoRefCheckerGUI/MainWindowAllInOne.xaml b/IFCGeoRefCheckerGUI/MainWindowAllInOne.xaml index a9cd660..32c6661 100644 --- a/IFCGeoRefCheckerGUI/MainWindowAllInOne.xaml +++ b/IFCGeoRefCheckerGUI/MainWindowAllInOne.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:IFCGeoRefCheckerGUI" xmlns:vm="clr-namespace:IFCGeoRefCheckerGUI.ViewModels" x:Class="IFCGeoRefCheckerGUI.MainWindowAllInOne" - mc:Ignorable="d" Icon="/IFCGeorefCheckerGUI;component/images/DD-BIM-ICON.ico" + mc:Ignorable="d" Title="IfcGeoRefChecker" Height="750" Width="650" MinWidth="650" MinHeight="750" > @@ -145,7 +145,7 @@