Index: Core/Gui/src/Core.Gui/Core.Gui.csproj
===================================================================
diff -u -r34219ecd23ac9062bbada84f001cafe8899a2cd9 -rcf6a8a632e8f790a5bf3f25ab54d80ca0c91bc74
--- Core/Gui/src/Core.Gui/Core.Gui.csproj (.../Core.Gui.csproj) (revision 34219ecd23ac9062bbada84f001cafe8899a2cd9)
+++ Core/Gui/src/Core.Gui/Core.Gui.csproj (.../Core.Gui.csproj) (revision cf6a8a632e8f790a5bf3f25ab54d80ca0c91bc74)
@@ -45,6 +45,10 @@
MSBuild:CompileDesigner
+
+ MSBuild:Compile
+ Designer
+ MSBuild:CompileDesigner
Index: Core/Gui/src/Core.Gui/Forms/MainWindow/StartScreen.xaml
===================================================================
diff -u
--- Core/Gui/src/Core.Gui/Forms/MainWindow/StartScreen.xaml (revision 0)
+++ Core/Gui/src/Core.Gui/Forms/MainWindow/StartScreen.xaml (revision cf6a8a632e8f790a5bf3f25ab54d80ca0c91bc74)
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: Core/Gui/src/Core.Gui/Forms/MainWindow/StartScreen.xaml.cs
===================================================================
diff -u
--- Core/Gui/src/Core.Gui/Forms/MainWindow/StartScreen.xaml.cs (revision 0)
+++ Core/Gui/src/Core.Gui/Forms/MainWindow/StartScreen.xaml.cs (revision cf6a8a632e8f790a5bf3f25ab54d80ca0c91bc74)
@@ -0,0 +1,39 @@
+// Copyright (C) Stichting Deltares 2021. All rights reserved.
+//
+// This file is part of Riskeer.
+//
+// Riskeer is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using MahApps.Metro.Controls;
+
+namespace Core.Gui.Forms.MainWindow
+{
+ ///
+ /// Interaction logic for .
+ ///
+ public partial class StartScreen : MetroWindow
+ {
+ ///
+ /// Creates a new instance of .
+ ///
+ public StartScreen()
+ {
+ InitializeComponent();
+ }
+ }
+}
\ No newline at end of file
Index: Core/Gui/src/Core.Gui/Style/DeltaresGeneralStyle.xaml
===================================================================
diff -u -r5c202d52a79aed02ad53d49527630f4b6730bc4c -rcf6a8a632e8f790a5bf3f25ab54d80ca0c91bc74
--- Core/Gui/src/Core.Gui/Style/DeltaresGeneralStyle.xaml (.../DeltaresGeneralStyle.xaml) (revision 5c202d52a79aed02ad53d49527630f4b6730bc4c)
+++ Core/Gui/src/Core.Gui/Style/DeltaresGeneralStyle.xaml (.../DeltaresGeneralStyle.xaml) (revision cf6a8a632e8f790a5bf3f25ab54d80ca0c91bc74)
@@ -70,6 +70,15 @@
+
+