diff --git a/Source/LogDashboard/LogDashboard.UI/App.config b/Source/LogDashboard.UI/App.config similarity index 100% rename from Source/LogDashboard/LogDashboard.UI/App.config rename to Source/LogDashboard.UI/App.config diff --git a/Source/LogDashboard/LogDashboard.UI/App.xaml b/Source/LogDashboard.UI/App.xaml similarity index 100% rename from Source/LogDashboard/LogDashboard.UI/App.xaml rename to Source/LogDashboard.UI/App.xaml diff --git a/Source/LogDashboard/LogDashboard.UI/App.xaml.cs b/Source/LogDashboard.UI/App.xaml.cs similarity index 100% rename from Source/LogDashboard/LogDashboard.UI/App.xaml.cs rename to Source/LogDashboard.UI/App.xaml.cs diff --git a/Source/LogDashboard/LogDashboard.UI/Helpers/UnsafeNative.cs b/Source/LogDashboard.UI/Helpers/UnsafeNative.cs similarity index 100% rename from Source/LogDashboard/LogDashboard.UI/Helpers/UnsafeNative.cs rename to Source/LogDashboard.UI/Helpers/UnsafeNative.cs diff --git a/Source/LogDashboard/LogDashboard.UI/LogDashboard.UI.csproj b/Source/LogDashboard.UI/LogDashboard.UI.csproj similarity index 100% rename from Source/LogDashboard/LogDashboard.UI/LogDashboard.UI.csproj rename to Source/LogDashboard.UI/LogDashboard.UI.csproj diff --git a/Source/LogDashboard/LogDashboard.UI/Properties/Settings.Designer.cs b/Source/LogDashboard.UI/Properties/Settings.Designer.cs similarity index 100% rename from Source/LogDashboard/LogDashboard.UI/Properties/Settings.Designer.cs rename to Source/LogDashboard.UI/Properties/Settings.Designer.cs diff --git a/Source/LogDashboard/LogDashboard.UI/Properties/Settings.settings b/Source/LogDashboard.UI/Properties/Settings.settings similarity index 100% rename from Source/LogDashboard/LogDashboard.UI/Properties/Settings.settings rename to Source/LogDashboard.UI/Properties/Settings.settings diff --git a/Source/LogDashboard/LogDashboard.UI/Resources/LogDashboard.ico b/Source/LogDashboard.UI/Resources/LogDashboard.ico similarity index 100% rename from Source/LogDashboard/LogDashboard.UI/Resources/LogDashboard.ico rename to Source/LogDashboard.UI/Resources/LogDashboard.ico diff --git a/Source/LogDashboard/LogDashboard.UI/Resources/Resource1.Designer.cs b/Source/LogDashboard.UI/Resources/Resource1.Designer.cs similarity index 100% rename from Source/LogDashboard/LogDashboard.UI/Resources/Resource1.Designer.cs rename to Source/LogDashboard.UI/Resources/Resource1.Designer.cs diff --git a/Source/LogDashboard/LogDashboard.UI/Resources/Resource1.resx b/Source/LogDashboard.UI/Resources/Resource1.resx similarity index 100% rename from Source/LogDashboard/LogDashboard.UI/Resources/Resource1.resx rename to Source/LogDashboard.UI/Resources/Resource1.resx diff --git a/Source/LogDashboard/LogDashboard.UI/Resources/rt_logo_30h.png b/Source/LogDashboard.UI/Resources/rt_logo_30h.png similarity index 100% rename from Source/LogDashboard/LogDashboard.UI/Resources/rt_logo_30h.png rename to Source/LogDashboard.UI/Resources/rt_logo_30h.png diff --git a/Source/LogDashboard/LogDashboard.UI/View/MainWindow.xaml b/Source/LogDashboard.UI/View/MainWindow.xaml similarity index 100% rename from Source/LogDashboard/LogDashboard.UI/View/MainWindow.xaml rename to Source/LogDashboard.UI/View/MainWindow.xaml diff --git a/Source/LogDashboard/LogDashboard.UI/View/MainWindow.xaml.cs b/Source/LogDashboard.UI/View/MainWindow.xaml.cs similarity index 100% rename from Source/LogDashboard/LogDashboard.UI/View/MainWindow.xaml.cs rename to Source/LogDashboard.UI/View/MainWindow.xaml.cs diff --git a/Source/LogDashboard/LogDashboard.UI/ViewModel/MainWindowViewModel.cs b/Source/LogDashboard.UI/ViewModel/MainWindowViewModel.cs similarity index 100% rename from Source/LogDashboard/LogDashboard.UI/ViewModel/MainWindowViewModel.cs rename to Source/LogDashboard.UI/ViewModel/MainWindowViewModel.cs diff --git a/Source/LogDashboard/LogDashboard.UI/ViewModel/ViewModelLocator.cs b/Source/LogDashboard.UI/ViewModel/ViewModelLocator.cs similarity index 100% rename from Source/LogDashboard/LogDashboard.UI/ViewModel/ViewModelLocator.cs rename to Source/LogDashboard.UI/ViewModel/ViewModelLocator.cs diff --git a/Source/LogDashboard/LogDashboard.sln b/Source/LogDashboard.sln similarity index 100% rename from Source/LogDashboard/LogDashboard.sln rename to Source/LogDashboard.sln diff --git a/Source/LogDashboard/LogDashboard.sln.licenseheader b/Source/LogDashboard.sln.licenseheader similarity index 100% rename from Source/LogDashboard/LogDashboard.sln.licenseheader rename to Source/LogDashboard.sln.licenseheader diff --git a/Source/LogDashboard/LogDashboard/Converters/CountToVisibilityConverter.cs b/Source/LogDashboard/Converters/CountToVisibilityConverter.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Converters/CountToVisibilityConverter.cs rename to Source/LogDashboard/Converters/CountToVisibilityConverter.cs diff --git a/Source/LogDashboard/LogDashboard/Converters/DataConverter.cs b/Source/LogDashboard/Converters/DataConverter.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Converters/DataConverter.cs rename to Source/LogDashboard/Converters/DataConverter.cs diff --git a/Source/LogDashboard/LogDashboard/Converters/LoggerDisplayConverter.cs b/Source/LogDashboard/Converters/LoggerDisplayConverter.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Converters/LoggerDisplayConverter.cs rename to Source/LogDashboard/Converters/LoggerDisplayConverter.cs diff --git a/Source/LogDashboard/LogDashboard/Converters/MaxLengthConverter.cs b/Source/LogDashboard/Converters/MaxLengthConverter.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Converters/MaxLengthConverter.cs rename to Source/LogDashboard/Converters/MaxLengthConverter.cs diff --git a/Source/LogDashboard/LogDashboard/Converters/ProgressStateConverter.cs b/Source/LogDashboard/Converters/ProgressStateConverter.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Converters/ProgressStateConverter.cs rename to Source/LogDashboard/Converters/ProgressStateConverter.cs diff --git a/Source/LogDashboard/LogDashboard/Converters/TreeViewLineConverter.cs b/Source/LogDashboard/Converters/TreeViewLineConverter.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Converters/TreeViewLineConverter.cs rename to Source/LogDashboard/Converters/TreeViewLineConverter.cs diff --git a/Source/LogDashboard/LogDashboard/Helpers/AsyncObservableCollection.cs b/Source/LogDashboard/Helpers/AsyncObservableCollection.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Helpers/AsyncObservableCollection.cs rename to Source/LogDashboard/Helpers/AsyncObservableCollection.cs diff --git a/Source/LogDashboard/LogDashboard/Helpers/BindableSelectedItemBehavior.cs b/Source/LogDashboard/Helpers/BindableSelectedItemBehavior.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Helpers/BindableSelectedItemBehavior.cs rename to Source/LogDashboard/Helpers/BindableSelectedItemBehavior.cs diff --git a/Source/LogDashboard/LogDashboard/Helpers/EnumerationExtension.cs b/Source/LogDashboard/Helpers/EnumerationExtension.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Helpers/EnumerationExtension.cs rename to Source/LogDashboard/Helpers/EnumerationExtension.cs diff --git a/Source/LogDashboard/LogDashboard/Helpers/ExtensionMethods.cs b/Source/LogDashboard/Helpers/ExtensionMethods.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Helpers/ExtensionMethods.cs rename to Source/LogDashboard/Helpers/ExtensionMethods.cs diff --git a/Source/LogDashboard/LogDashboard/Helpers/FileWatcher.cs b/Source/LogDashboard/Helpers/FileWatcher.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Helpers/FileWatcher.cs rename to Source/LogDashboard/Helpers/FileWatcher.cs diff --git a/Source/LogDashboard/LogDashboard/Helpers/SearchableTextControl.cs b/Source/LogDashboard/Helpers/SearchableTextControl.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Helpers/SearchableTextControl.cs rename to Source/LogDashboard/Helpers/SearchableTextControl.cs diff --git a/Source/LogDashboard/LogDashboard/Helpers/StringExtensions.cs b/Source/LogDashboard/Helpers/StringExtensions.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Helpers/StringExtensions.cs rename to Source/LogDashboard/Helpers/StringExtensions.cs diff --git a/Source/LogDashboard/LogDashboard/Helpers/TVIExtender.cs b/Source/LogDashboard/Helpers/TVIExtender.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Helpers/TVIExtender.cs rename to Source/LogDashboard/Helpers/TVIExtender.cs diff --git a/Source/LogDashboard/LogDashboard/Helpers/TypeConverter.cs b/Source/LogDashboard/Helpers/TypeConverter.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Helpers/TypeConverter.cs rename to Source/LogDashboard/Helpers/TypeConverter.cs diff --git a/Source/LogDashboard/LogDashboard/Helpers/UnsafeNative.cs b/Source/LogDashboard/Helpers/UnsafeNative.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Helpers/UnsafeNative.cs rename to Source/LogDashboard/Helpers/UnsafeNative.cs diff --git a/Source/LogDashboard/LogDashboard/LogDashboard.csproj b/Source/LogDashboard/LogDashboard.csproj similarity index 100% rename from Source/LogDashboard/LogDashboard/LogDashboard.csproj rename to Source/LogDashboard/LogDashboard.csproj diff --git a/Source/LogDashboard/LogDashboard/Model/CheckBoxId.cs b/Source/LogDashboard/Model/CheckBoxId.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Model/CheckBoxId.cs rename to Source/LogDashboard/Model/CheckBoxId.cs diff --git a/Source/LogDashboard/LogDashboard/Model/DashboardLogLevel.cs b/Source/LogDashboard/Model/DashboardLogLevel.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Model/DashboardLogLevel.cs rename to Source/LogDashboard/Model/DashboardLogLevel.cs diff --git a/Source/LogDashboard/LogDashboard/Model/IgnoredIPAddress.cs b/Source/LogDashboard/Model/IgnoredIPAddress.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Model/IgnoredIPAddress.cs rename to Source/LogDashboard/Model/IgnoredIPAddress.cs diff --git a/Source/LogDashboard/LogDashboard/Model/ImportLogFile.cs b/Source/LogDashboard/Model/ImportLogFile.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Model/ImportLogFile.cs rename to Source/LogDashboard/Model/ImportLogFile.cs diff --git a/Source/LogDashboard/LogDashboard/Model/ImportTemplateParameters.cs b/Source/LogDashboard/Model/ImportTemplateParameters.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Model/ImportTemplateParameters.cs rename to Source/LogDashboard/Model/ImportTemplateParameters.cs diff --git a/Source/LogDashboard/LogDashboard/Model/LogMessage.cs b/Source/LogDashboard/Model/LogMessage.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Model/LogMessage.cs rename to Source/LogDashboard/Model/LogMessage.cs diff --git a/Source/LogDashboard/LogDashboard/Model/LogTemplate.cs b/Source/LogDashboard/Model/LogTemplate.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Model/LogTemplate.cs rename to Source/LogDashboard/Model/LogTemplate.cs diff --git a/Source/LogDashboard/LogDashboard/Model/LogTemplateItem.cs b/Source/LogDashboard/Model/LogTemplateItem.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Model/LogTemplateItem.cs rename to Source/LogDashboard/Model/LogTemplateItem.cs diff --git a/Source/LogDashboard/LogDashboard/Model/LogTemplateItemInfo.cs b/Source/LogDashboard/Model/LogTemplateItemInfo.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Model/LogTemplateItemInfo.cs rename to Source/LogDashboard/Model/LogTemplateItemInfo.cs diff --git a/Source/LogDashboard/LogDashboard/Model/Node.cs b/Source/LogDashboard/Model/Node.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Model/Node.cs rename to Source/LogDashboard/Model/Node.cs diff --git a/Source/LogDashboard/LogDashboard/Model/Receiver.cs b/Source/LogDashboard/Model/Receiver.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Model/Receiver.cs rename to Source/LogDashboard/Model/Receiver.cs diff --git a/Source/LogDashboard/LogDashboard/Model/ReceiverSetting.cs b/Source/LogDashboard/Model/ReceiverSetting.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Model/ReceiverSetting.cs rename to Source/LogDashboard/Model/ReceiverSetting.cs diff --git a/Source/LogDashboard/LogDashboard/Model/ReleaseNotes.cs b/Source/LogDashboard/Model/ReleaseNotes.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Model/ReleaseNotes.cs rename to Source/LogDashboard/Model/ReleaseNotes.cs diff --git a/Source/LogDashboard/LogDashboard/Model/Settings.cs b/Source/LogDashboard/Model/Settings.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Model/Settings.cs rename to Source/LogDashboard/Model/Settings.cs diff --git a/Source/LogDashboard/LogDashboard/Model/Theme.cs b/Source/LogDashboard/Model/Theme.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Model/Theme.cs rename to Source/LogDashboard/Model/Theme.cs diff --git a/Source/LogDashboard/LogDashboard/Parsers/DebugMonitor.cs b/Source/LogDashboard/Parsers/DebugMonitor.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Parsers/DebugMonitor.cs rename to Source/LogDashboard/Parsers/DebugMonitor.cs diff --git a/Source/LogDashboard/LogDashboard/Parsers/DebugMonitorParser.cs b/Source/LogDashboard/Parsers/DebugMonitorParser.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Parsers/DebugMonitorParser.cs rename to Source/LogDashboard/Parsers/DebugMonitorParser.cs diff --git a/Source/LogDashboard/LogDashboard/Parsers/ErrorLoggerPacketsParser.cs b/Source/LogDashboard/Parsers/ErrorLoggerPacketsParser.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Parsers/ErrorLoggerPacketsParser.cs rename to Source/LogDashboard/Parsers/ErrorLoggerPacketsParser.cs diff --git a/Source/LogDashboard/LogDashboard/Parsers/Mailslot.cs b/Source/LogDashboard/Parsers/Mailslot.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Parsers/Mailslot.cs rename to Source/LogDashboard/Parsers/Mailslot.cs diff --git a/Source/LogDashboard/LogDashboard/Parsers/PacketsParser.cs b/Source/LogDashboard/Parsers/PacketsParser.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Parsers/PacketsParser.cs rename to Source/LogDashboard/Parsers/PacketsParser.cs diff --git a/Source/LogDashboard/LogDashboard/Parsers/UDPPacketsParser.cs b/Source/LogDashboard/Parsers/UDPPacketsParser.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Parsers/UDPPacketsParser.cs rename to Source/LogDashboard/Parsers/UDPPacketsParser.cs diff --git a/Source/LogDashboard/LogDashboard/Parsers/WCFPacketsParser.cs b/Source/LogDashboard/Parsers/WCFPacketsParser.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Parsers/WCFPacketsParser.cs rename to Source/LogDashboard/Parsers/WCFPacketsParser.cs diff --git a/Source/LogDashboard/LogDashboard/ReleaseNotes.xml b/Source/LogDashboard/ReleaseNotes.xml similarity index 100% rename from Source/LogDashboard/LogDashboard/ReleaseNotes.xml rename to Source/LogDashboard/ReleaseNotes.xml diff --git a/Source/LogDashboard/LogDashboard/Resources/LogDashboard.ico b/Source/LogDashboard/Resources/LogDashboard.ico similarity index 100% rename from Source/LogDashboard/LogDashboard/Resources/LogDashboard.ico rename to Source/LogDashboard/Resources/LogDashboard.ico diff --git a/Source/LogDashboard/LogDashboard/Resources/Resource1.Designer.cs b/Source/LogDashboard/Resources/Resource1.Designer.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Resources/Resource1.Designer.cs rename to Source/LogDashboard/Resources/Resource1.Designer.cs diff --git a/Source/LogDashboard/LogDashboard/Resources/Resource1.resx b/Source/LogDashboard/Resources/Resource1.resx similarity index 100% rename from Source/LogDashboard/LogDashboard/Resources/Resource1.resx rename to Source/LogDashboard/Resources/Resource1.resx diff --git a/Source/LogDashboard/LogDashboard/Resources/Settings.png b/Source/LogDashboard/Resources/Settings.png similarity index 100% rename from Source/LogDashboard/LogDashboard/Resources/Settings.png rename to Source/LogDashboard/Resources/Settings.png diff --git a/Source/LogDashboard/LogDashboard/Service/ITRSInfoServiceHost.cs b/Source/LogDashboard/Service/ITRSInfoServiceHost.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Service/ITRSInfoServiceHost.cs rename to Source/LogDashboard/Service/ITRSInfoServiceHost.cs diff --git a/Source/LogDashboard/LogDashboard/Service/ITestInfoService.cs b/Source/LogDashboard/Service/ITestInfoService.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Service/ITestInfoService.cs rename to Source/LogDashboard/Service/ITestInfoService.cs diff --git a/Source/LogDashboard/LogDashboard/Service/TRSInfoServiceHost.cs b/Source/LogDashboard/Service/TRSInfoServiceHost.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Service/TRSInfoServiceHost.cs rename to Source/LogDashboard/Service/TRSInfoServiceHost.cs diff --git a/Source/LogDashboard/LogDashboard/Service/TestInfoService.cs b/Source/LogDashboard/Service/TestInfoService.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Service/TestInfoService.cs rename to Source/LogDashboard/Service/TestInfoService.cs diff --git a/Source/LogDashboard/LogDashboard/Styles/DrawingImages.xaml b/Source/LogDashboard/Styles/DrawingImages.xaml similarity index 100% rename from Source/LogDashboard/LogDashboard/Styles/DrawingImages.xaml rename to Source/LogDashboard/Styles/DrawingImages.xaml diff --git a/Source/LogDashboard/LogDashboard/Styles/Styles.xaml b/Source/LogDashboard/Styles/Styles.xaml similarity index 100% rename from Source/LogDashboard/LogDashboard/Styles/Styles.xaml rename to Source/LogDashboard/Styles/Styles.xaml diff --git a/Source/LogDashboard/LogDashboard/Validators/IPValidation.cs b/Source/LogDashboard/Validators/IPValidation.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Validators/IPValidation.cs rename to Source/LogDashboard/Validators/IPValidation.cs diff --git a/Source/LogDashboard/LogDashboard/Validators/PortNumberValidation.cs b/Source/LogDashboard/Validators/PortNumberValidation.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/Validators/PortNumberValidation.cs rename to Source/LogDashboard/Validators/PortNumberValidation.cs diff --git a/Source/LogDashboard/LogDashboard/View/ImportLogsProcessDialog.xaml b/Source/LogDashboard/View/ImportLogsProcessDialog.xaml similarity index 100% rename from Source/LogDashboard/LogDashboard/View/ImportLogsProcessDialog.xaml rename to Source/LogDashboard/View/ImportLogsProcessDialog.xaml diff --git a/Source/LogDashboard/LogDashboard/View/ImportLogsProcessDialog.xaml.cs b/Source/LogDashboard/View/ImportLogsProcessDialog.xaml.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/View/ImportLogsProcessDialog.xaml.cs rename to Source/LogDashboard/View/ImportLogsProcessDialog.xaml.cs diff --git a/Source/LogDashboard/LogDashboard/View/LogDashboardCtrl.xaml b/Source/LogDashboard/View/LogDashboardCtrl.xaml similarity index 100% rename from Source/LogDashboard/LogDashboard/View/LogDashboardCtrl.xaml rename to Source/LogDashboard/View/LogDashboardCtrl.xaml diff --git a/Source/LogDashboard/LogDashboard/View/LogDashboardCtrl.xaml.cs b/Source/LogDashboard/View/LogDashboardCtrl.xaml.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/View/LogDashboardCtrl.xaml.cs rename to Source/LogDashboard/View/LogDashboardCtrl.xaml.cs diff --git a/Source/LogDashboard/LogDashboard/View/LogImportTemplateDialog.xaml b/Source/LogDashboard/View/LogImportTemplateDialog.xaml similarity index 100% rename from Source/LogDashboard/LogDashboard/View/LogImportTemplateDialog.xaml rename to Source/LogDashboard/View/LogImportTemplateDialog.xaml diff --git a/Source/LogDashboard/LogDashboard/View/LogImportTemplateDialog.xaml.cs b/Source/LogDashboard/View/LogImportTemplateDialog.xaml.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/View/LogImportTemplateDialog.xaml.cs rename to Source/LogDashboard/View/LogImportTemplateDialog.xaml.cs diff --git a/Source/LogDashboard/LogDashboard/View/ReleaseNotesDialog.xaml b/Source/LogDashboard/View/ReleaseNotesDialog.xaml similarity index 100% rename from Source/LogDashboard/LogDashboard/View/ReleaseNotesDialog.xaml rename to Source/LogDashboard/View/ReleaseNotesDialog.xaml diff --git a/Source/LogDashboard/LogDashboard/View/ReleaseNotesDialog.xaml.cs b/Source/LogDashboard/View/ReleaseNotesDialog.xaml.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/View/ReleaseNotesDialog.xaml.cs rename to Source/LogDashboard/View/ReleaseNotesDialog.xaml.cs diff --git a/Source/LogDashboard/LogDashboard/View/SearchResult.xaml b/Source/LogDashboard/View/SearchResult.xaml similarity index 100% rename from Source/LogDashboard/LogDashboard/View/SearchResult.xaml rename to Source/LogDashboard/View/SearchResult.xaml diff --git a/Source/LogDashboard/LogDashboard/View/SearchResult.xaml.cs b/Source/LogDashboard/View/SearchResult.xaml.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/View/SearchResult.xaml.cs rename to Source/LogDashboard/View/SearchResult.xaml.cs diff --git a/Source/LogDashboard/LogDashboard/View/SelectTimeIntervalDialog.xaml b/Source/LogDashboard/View/SelectTimeIntervalDialog.xaml similarity index 100% rename from Source/LogDashboard/LogDashboard/View/SelectTimeIntervalDialog.xaml rename to Source/LogDashboard/View/SelectTimeIntervalDialog.xaml diff --git a/Source/LogDashboard/LogDashboard/View/SelectTimeIntervalDialog.xaml.cs b/Source/LogDashboard/View/SelectTimeIntervalDialog.xaml.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/View/SelectTimeIntervalDialog.xaml.cs rename to Source/LogDashboard/View/SelectTimeIntervalDialog.xaml.cs diff --git a/Source/LogDashboard/LogDashboard/View/SelectTimestampDialog.xaml b/Source/LogDashboard/View/SelectTimestampDialog.xaml similarity index 100% rename from Source/LogDashboard/LogDashboard/View/SelectTimestampDialog.xaml rename to Source/LogDashboard/View/SelectTimestampDialog.xaml diff --git a/Source/LogDashboard/LogDashboard/View/SelectTimestampDialog.xaml.cs b/Source/LogDashboard/View/SelectTimestampDialog.xaml.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/View/SelectTimestampDialog.xaml.cs rename to Source/LogDashboard/View/SelectTimestampDialog.xaml.cs diff --git a/Source/LogDashboard/LogDashboard/View/SettingsCtrl.xaml b/Source/LogDashboard/View/SettingsCtrl.xaml similarity index 100% rename from Source/LogDashboard/LogDashboard/View/SettingsCtrl.xaml rename to Source/LogDashboard/View/SettingsCtrl.xaml diff --git a/Source/LogDashboard/LogDashboard/View/SettingsCtrl.xaml.cs b/Source/LogDashboard/View/SettingsCtrl.xaml.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/View/SettingsCtrl.xaml.cs rename to Source/LogDashboard/View/SettingsCtrl.xaml.cs diff --git a/Source/LogDashboard/LogDashboard/View/SettingsWindow.xaml b/Source/LogDashboard/View/SettingsWindow.xaml similarity index 100% rename from Source/LogDashboard/LogDashboard/View/SettingsWindow.xaml rename to Source/LogDashboard/View/SettingsWindow.xaml diff --git a/Source/LogDashboard/LogDashboard/View/SettingsWindow.xaml.cs b/Source/LogDashboard/View/SettingsWindow.xaml.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/View/SettingsWindow.xaml.cs rename to Source/LogDashboard/View/SettingsWindow.xaml.cs diff --git a/Source/LogDashboard/LogDashboard/View/SidebarTreeView.xaml b/Source/LogDashboard/View/SidebarTreeView.xaml similarity index 100% rename from Source/LogDashboard/LogDashboard/View/SidebarTreeView.xaml rename to Source/LogDashboard/View/SidebarTreeView.xaml diff --git a/Source/LogDashboard/LogDashboard/View/SidebarTreeView.xaml.cs b/Source/LogDashboard/View/SidebarTreeView.xaml.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/View/SidebarTreeView.xaml.cs rename to Source/LogDashboard/View/SidebarTreeView.xaml.cs diff --git a/Source/LogDashboard/LogDashboard/ViewModel/ImportLogsProcessViewModel.cs b/Source/LogDashboard/ViewModel/ImportLogsProcessViewModel.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/ViewModel/ImportLogsProcessViewModel.cs rename to Source/LogDashboard/ViewModel/ImportLogsProcessViewModel.cs diff --git a/Source/LogDashboard/LogDashboard/ViewModel/LogDashViewModelLocator.cs b/Source/LogDashboard/ViewModel/LogDashViewModelLocator.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/ViewModel/LogDashViewModelLocator.cs rename to Source/LogDashboard/ViewModel/LogDashViewModelLocator.cs diff --git a/Source/LogDashboard/LogDashboard/ViewModel/LogDashboardViewModel.cs b/Source/LogDashboard/ViewModel/LogDashboardViewModel.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/ViewModel/LogDashboardViewModel.cs rename to Source/LogDashboard/ViewModel/LogDashboardViewModel.cs diff --git a/Source/LogDashboard/LogDashboard/ViewModel/LogImportTemplateViewModel.cs b/Source/LogDashboard/ViewModel/LogImportTemplateViewModel.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/ViewModel/LogImportTemplateViewModel.cs rename to Source/LogDashboard/ViewModel/LogImportTemplateViewModel.cs diff --git a/Source/LogDashboard/LogDashboard/ViewModel/ReleaseNotesViewModel.cs b/Source/LogDashboard/ViewModel/ReleaseNotesViewModel.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/ViewModel/ReleaseNotesViewModel.cs rename to Source/LogDashboard/ViewModel/ReleaseNotesViewModel.cs diff --git a/Source/LogDashboard/LogDashboard/ViewModel/SearchResultViewModel.cs b/Source/LogDashboard/ViewModel/SearchResultViewModel.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/ViewModel/SearchResultViewModel.cs rename to Source/LogDashboard/ViewModel/SearchResultViewModel.cs diff --git a/Source/LogDashboard/LogDashboard/ViewModel/SelectTimeIntervalViewModel.cs b/Source/LogDashboard/ViewModel/SelectTimeIntervalViewModel.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/ViewModel/SelectTimeIntervalViewModel.cs rename to Source/LogDashboard/ViewModel/SelectTimeIntervalViewModel.cs diff --git a/Source/LogDashboard/LogDashboard/ViewModel/SettingsViewModel.cs b/Source/LogDashboard/ViewModel/SettingsViewModel.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/ViewModel/SettingsViewModel.cs rename to Source/LogDashboard/ViewModel/SettingsViewModel.cs diff --git a/Source/LogDashboard/LogDashboard/ViewModel/SidebarTreeViewModel.cs b/Source/LogDashboard/ViewModel/SidebarTreeViewModel.cs similarity index 100% rename from Source/LogDashboard/LogDashboard/ViewModel/SidebarTreeViewModel.cs rename to Source/LogDashboard/ViewModel/SidebarTreeViewModel.cs diff --git a/Source/LogDashboard/Nuget/TSRealPackages/commonservicelocator.2.0.2.nupkg b/Source/Nuget/TSRealPackages/commonservicelocator.2.0.2.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/commonservicelocator.2.0.2.nupkg rename to Source/Nuget/TSRealPackages/commonservicelocator.2.0.2.nupkg diff --git a/Source/LogDashboard/Nuget/TSRealPackages/controlzex.4.4.0.nupkg b/Source/Nuget/TSRealPackages/controlzex.4.4.0.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/controlzex.4.4.0.nupkg rename to Source/Nuget/TSRealPackages/controlzex.4.4.0.nupkg diff --git a/Source/LogDashboard/Nuget/TSRealPackages/mahapps.metro.2.4.10.nupkg b/Source/Nuget/TSRealPackages/mahapps.metro.2.4.10.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/mahapps.metro.2.4.10.nupkg rename to Source/Nuget/TSRealPackages/mahapps.metro.2.4.10.nupkg diff --git a/Source/LogDashboard/Nuget/TSRealPackages/mahapps.metro.resources.0.6.1.nupkg b/Source/Nuget/TSRealPackages/mahapps.metro.resources.0.6.1.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/mahapps.metro.resources.0.6.1.nupkg rename to Source/Nuget/TSRealPackages/mahapps.metro.resources.0.6.1.nupkg diff --git a/Source/LogDashboard/Nuget/TSRealPackages/microsoft.xaml.behaviors.wpf.1.1.19.nupkg b/Source/Nuget/TSRealPackages/microsoft.xaml.behaviors.wpf.1.1.19.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/microsoft.xaml.behaviors.wpf.1.1.19.nupkg rename to Source/Nuget/TSRealPackages/microsoft.xaml.behaviors.wpf.1.1.19.nupkg diff --git a/Source/LogDashboard/Nuget/TSRealPackages/mvvmlight.5.4.1.1.nupkg b/Source/Nuget/TSRealPackages/mvvmlight.5.4.1.1.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/mvvmlight.5.4.1.1.nupkg rename to Source/Nuget/TSRealPackages/mvvmlight.5.4.1.1.nupkg diff --git a/Source/LogDashboard/Nuget/TSRealPackages/mvvmlightlibs.5.4.1.1.nupkg b/Source/Nuget/TSRealPackages/mvvmlightlibs.5.4.1.1.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/mvvmlightlibs.5.4.1.1.nupkg rename to Source/Nuget/TSRealPackages/mvvmlightlibs.5.4.1.1.nupkg diff --git a/Source/LogDashboard/Nuget/TSRealPackages/nlog.5.0.0.nupkg b/Source/Nuget/TSRealPackages/nlog.5.0.0.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/nlog.5.0.0.nupkg rename to Source/Nuget/TSRealPackages/nlog.5.0.0.nupkg diff --git a/Source/LogDashboard/Nuget/TSRealPackages/raytheon.configuration.2.6.1.nupkg b/Source/Nuget/TSRealPackages/raytheon.configuration.2.6.1.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/raytheon.configuration.2.6.1.nupkg rename to Source/Nuget/TSRealPackages/raytheon.configuration.2.6.1.nupkg diff --git a/Source/LogDashboard/Nuget/TSRealPackages/system.buffers.4.5.1.nupkg b/Source/Nuget/TSRealPackages/system.buffers.4.5.1.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/system.buffers.4.5.1.nupkg rename to Source/Nuget/TSRealPackages/system.buffers.4.5.1.nupkg diff --git a/Source/LogDashboard/Nuget/TSRealPackages/system.memory.4.5.5.nupkg b/Source/Nuget/TSRealPackages/system.memory.4.5.5.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/system.memory.4.5.5.nupkg rename to Source/Nuget/TSRealPackages/system.memory.4.5.5.nupkg diff --git a/Source/LogDashboard/Nuget/TSRealPackages/system.numerics.vectors.4.5.0.nupkg b/Source/Nuget/TSRealPackages/system.numerics.vectors.4.5.0.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/system.numerics.vectors.4.5.0.nupkg rename to Source/Nuget/TSRealPackages/system.numerics.vectors.4.5.0.nupkg diff --git a/Source/LogDashboard/Nuget/TSRealPackages/system.resources.extensions.8.0.0.nupkg b/Source/Nuget/TSRealPackages/system.resources.extensions.8.0.0.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/system.resources.extensions.8.0.0.nupkg rename to Source/Nuget/TSRealPackages/system.resources.extensions.8.0.0.nupkg diff --git a/Source/LogDashboard/Nuget/TSRealPackages/system.runtime.compilerservices.unsafe.4.5.3.nupkg b/Source/Nuget/TSRealPackages/system.runtime.compilerservices.unsafe.4.5.3.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/system.runtime.compilerservices.unsafe.4.5.3.nupkg rename to Source/Nuget/TSRealPackages/system.runtime.compilerservices.unsafe.4.5.3.nupkg diff --git a/Source/LogDashboard/Nuget/TSRealPackages/windowsapicodepack-core.1.1.1.nupkg b/Source/Nuget/TSRealPackages/windowsapicodepack-core.1.1.1.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/windowsapicodepack-core.1.1.1.nupkg rename to Source/Nuget/TSRealPackages/windowsapicodepack-core.1.1.1.nupkg diff --git a/Source/LogDashboard/Nuget/TSRealPackages/windowsapicodepack-shell.1.1.1.nupkg b/Source/Nuget/TSRealPackages/windowsapicodepack-shell.1.1.1.nupkg similarity index 100% rename from Source/LogDashboard/Nuget/TSRealPackages/windowsapicodepack-shell.1.1.1.nupkg rename to Source/Nuget/TSRealPackages/windowsapicodepack-shell.1.1.1.nupkg diff --git a/Source/LogDashboard/README.md b/Source/README.md similarity index 100% rename from Source/LogDashboard/README.md rename to Source/README.md diff --git a/Source/LogDashboard/nuget.config b/Source/nuget.config similarity index 100% rename from Source/LogDashboard/nuget.config rename to Source/nuget.config