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 @@
diff --git a/IFCGeoRefCheckerGUI/Readme.txt b/IFCGeoRefCheckerGUI/Readme.txt
new file mode 100644
index 0000000..be92a4a
--- /dev/null
+++ b/IFCGeoRefCheckerGUI/Readme.txt
@@ -0,0 +1,6 @@
+For Running the IFCGeoRefChecker application it is required to have a Version of
+Windows Desktop Runtime Version 6.0 or greater installed on your Computer
+
+The runtime can be downloaded here:
+https://dotnet.microsoft.com/en-us/download/dotnet/6.0
+