diff --git a/CVS History Viewer.sln b/CVS History Viewer.sln
index 7db84a2..66f8a1c 100644
--- a/CVS History Viewer.sln
+++ b/CVS History Viewer.sln
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.28307.168
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CVS History Viewer", "CVS History Viewer\CVS History Viewer.csproj", "{8F95ECA1-9EB2-4D79-B596-5EEBE5F1A1A2}"
EndProject
diff --git a/CVS History Viewer/CVS History Viewer.csproj b/CVS History Viewer/CVS History Viewer.csproj
index dc07a7e..dcc073a 100644
--- a/CVS History Viewer/CVS History Viewer.csproj
+++ b/CVS History Viewer/CVS History Viewer.csproj
@@ -82,6 +82,7 @@
+
@@ -92,6 +93,9 @@
CrashReport.xaml
+
+ SettingsUI.xaml
+
MSBuild:Compile
Designer
@@ -112,6 +116,10 @@
Designer
MSBuild:Compile
+
+ Designer
+ MSBuild:Compile
+
@@ -131,6 +139,9 @@
ResXFileCodeGenerator
Resources.Designer.cs
+
+ .editorconfig
+
SettingsSingleFileGenerator
diff --git a/CVS History Viewer/MainWindow.xaml b/CVS History Viewer/MainWindow.xaml
index 7e14443..de14e47 100644
--- a/CVS History Viewer/MainWindow.xaml
+++ b/CVS History Viewer/MainWindow.xaml
@@ -6,6 +6,15 @@
xmlns:local="clr-namespace:CVS_History_Viewer"
mc:Ignorable="d"
Title="CVS History Viewer" Name="MWindow" Height="800" Width="1280" Loaded="Window_Loaded" ContentRendered="Window_ContentRendered" Style="{StaticResource CustomChrome}" WindowStartupLocation="CenterScreen" Icon="Resources/Images/icon.ico">
+
+
+
+
+
+
+
+
+
@@ -21,6 +30,7 @@
+