Index: Application/Riskeer/src/Application.Riskeer.Migration.Console/app.config =================================================================== diff -u -r245a900dbdc2bf53675f6d855652c4f7f9dadb09 -r1b53b144acc8a3a2826b63f0d841e4c123a8b461 --- Application/Riskeer/src/Application.Riskeer.Migration.Console/app.config (.../app.config) (revision 245a900dbdc2bf53675f6d855652c4f7f9dadb09) +++ Application/Riskeer/src/Application.Riskeer.Migration.Console/app.config (.../app.config) (revision 1b53b144acc8a3a2826b63f0d841e4c123a8b461) @@ -27,7 +27,7 @@ - + \ No newline at end of file Index: Application/Riskeer/src/Application.Riskeer/App.xaml =================================================================== diff -u -r427a91f1ad8c50f579bfec0318dea50732ecec30 -r1b53b144acc8a3a2826b63f0d841e4c123a8b461 --- Application/Riskeer/src/Application.Riskeer/App.xaml (.../App.xaml) (revision 427a91f1ad8c50f579bfec0318dea50732ecec30) +++ Application/Riskeer/src/Application.Riskeer/App.xaml (.../App.xaml) (revision 1b53b144acc8a3a2826b63f0d841e4c123a8b461) @@ -26,9 +26,6 @@ Startup="OnStartup" ShutdownMode="OnLastWindowClose"> - - - Index: Application/Riskeer/src/Application.Riskeer/Application.Riskeer.csproj =================================================================== diff -u -r296ee70057d389fa859842f501cebd60eb3c4405 -r1b53b144acc8a3a2826b63f0d841e4c123a8b461 --- Application/Riskeer/src/Application.Riskeer/Application.Riskeer.csproj (.../Application.Riskeer.csproj) (revision 296ee70057d389fa859842f501cebd60eb3c4405) +++ Application/Riskeer/src/Application.Riskeer/Application.Riskeer.csproj (.../Application.Riskeer.csproj) (revision 1b53b144acc8a3a2826b63f0d841e4c123a8b461) @@ -76,7 +76,6 @@ - Index: Application/Riskeer/src/Application.Riskeer/app.config =================================================================== diff -u -r245a900dbdc2bf53675f6d855652c4f7f9dadb09 -r1b53b144acc8a3a2826b63f0d841e4c123a8b461 --- Application/Riskeer/src/Application.Riskeer/app.config (.../app.config) (revision 245a900dbdc2bf53675f6d855652c4f7f9dadb09) +++ Application/Riskeer/src/Application.Riskeer/app.config (.../app.config) (revision 1b53b144acc8a3a2826b63f0d841e4c123a8b461) @@ -58,7 +58,7 @@ - + \ No newline at end of file Index: Core/Common/src/Core.Common.Controls/Commands/ICommand.cs =================================================================== diff -u -r3d088548dfdebfd5c3adbbd67075b42e134f5c03 -r1b53b144acc8a3a2826b63f0d841e4c123a8b461 --- Core/Common/src/Core.Common.Controls/Commands/ICommand.cs (.../ICommand.cs) (revision 3d088548dfdebfd5c3adbbd67075b42e134f5c03) +++ Core/Common/src/Core.Common.Controls/Commands/ICommand.cs (.../ICommand.cs) (revision 1b53b144acc8a3a2826b63f0d841e4c123a8b461) @@ -22,7 +22,7 @@ namespace Core.Common.Controls.Commands { /// - /// Interface for defining the behavior of (Ribbon) buttons and/or menu items. + /// Interface for defining the behavior of buttons and/or menu items. /// public interface ICommand { @@ -32,7 +32,7 @@ bool Checked { get; } /// - /// This method implements the logic that should be performed after clicking the (Ribbon) button and/or menu item. + /// This method implements the logic that should be performed after clicking the button and/or menu item. /// void Execute(); } Index: Core/Common/src/Core.Common.Gui/Core.Common.Gui.csproj =================================================================== diff -u -r470f6af607001db0c9cc4890b76510e59e01bd55 -r1b53b144acc8a3a2826b63f0d841e4c123a8b461 --- Core/Common/src/Core.Common.Gui/Core.Common.Gui.csproj (.../Core.Common.Gui.csproj) (revision 470f6af607001db0c9cc4890b76510e59e01bd55) +++ Core/Common/src/Core.Common.Gui/Core.Common.Gui.csproj (.../Core.Common.Gui.csproj) (revision 1b53b144acc8a3a2826b63f0d841e4c123a8b461) @@ -113,7 +113,6 @@ - \ No newline at end of file Index: Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml =================================================================== diff -u -r296ee70057d389fa859842f501cebd60eb3c4405 -r1b53b144acc8a3a2826b63f0d841e4c123a8b461 --- Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml (.../MainWindow.xaml) (revision 296ee70057d389fa859842f501cebd60eb3c4405) +++ Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml (.../MainWindow.xaml) (revision 1b53b144acc8a3a2826b63f0d841e4c123a8b461) @@ -51,10 +51,6 @@ - - - - Index: Core/Plugins/src/Core.Plugins.Chart/Core.Plugins.Chart.csproj =================================================================== diff -u -r470f6af607001db0c9cc4890b76510e59e01bd55 -r1b53b144acc8a3a2826b63f0d841e4c123a8b461 --- Core/Plugins/src/Core.Plugins.Chart/Core.Plugins.Chart.csproj (.../Core.Plugins.Chart.csproj) (revision 470f6af607001db0c9cc4890b76510e59e01bd55) +++ Core/Plugins/src/Core.Plugins.Chart/Core.Plugins.Chart.csproj (.../Core.Plugins.Chart.csproj) (revision 1b53b144acc8a3a2826b63f0d841e4c123a8b461) @@ -47,7 +47,4 @@ Resources.Designer.cs - - - \ No newline at end of file Index: Core/Plugins/src/Core.Plugins.Map/Core.Plugins.Map.csproj =================================================================== diff -u -r470f6af607001db0c9cc4890b76510e59e01bd55 -r1b53b144acc8a3a2826b63f0d841e4c123a8b461 --- Core/Plugins/src/Core.Plugins.Map/Core.Plugins.Map.csproj (.../Core.Plugins.Map.csproj) (revision 470f6af607001db0c9cc4890b76510e59e01bd55) +++ Core/Plugins/src/Core.Plugins.Map/Core.Plugins.Map.csproj (.../Core.Plugins.Map.csproj) (revision 1b53b144acc8a3a2826b63f0d841e4c123a8b461) @@ -66,7 +66,4 @@ Resources.Designer.cs - - - \ No newline at end of file Index: Core/Plugins/src/Core.Plugins.ProjectExplorer/Core.Plugins.ProjectExplorer.csproj =================================================================== diff -u -r470f6af607001db0c9cc4890b76510e59e01bd55 -r1b53b144acc8a3a2826b63f0d841e4c123a8b461 --- Core/Plugins/src/Core.Plugins.ProjectExplorer/Core.Plugins.ProjectExplorer.csproj (.../Core.Plugins.ProjectExplorer.csproj) (revision 470f6af607001db0c9cc4890b76510e59e01bd55) +++ Core/Plugins/src/Core.Plugins.ProjectExplorer/Core.Plugins.ProjectExplorer.csproj (.../Core.Plugins.ProjectExplorer.csproj) (revision 1b53b144acc8a3a2826b63f0d841e4c123a8b461) @@ -38,7 +38,4 @@ Resources.Designer.cs - - - \ No newline at end of file Index: Core/Plugins/test/Core.Plugins.Chart.Test/ChartPluginTest.cs =================================================================== diff -u -r54c889ff0f67cd16eb8371a7e9c468444a4732ba -r1b53b144acc8a3a2826b63f0d841e4c123a8b461 --- Core/Plugins/test/Core.Plugins.Chart.Test/ChartPluginTest.cs (.../ChartPluginTest.cs) (revision 54c889ff0f67cd16eb8371a7e9c468444a4732ba) +++ Core/Plugins/test/Core.Plugins.Chart.Test/ChartPluginTest.cs (.../ChartPluginTest.cs) (revision 1b53b144acc8a3a2826b63f0d841e4c123a8b461) @@ -45,7 +45,7 @@ public class ChartPluginTest { [Test] - public void DefaultConstructor_Always_NoRibbonCommandHandlerSet() + public void Constructor_ExpectedValues() { // Call using (var plugin = new ChartPlugin()) Index: Core/Plugins/test/Core.Plugins.Map.Test/MapPluginTest.cs =================================================================== diff -u -r54c889ff0f67cd16eb8371a7e9c468444a4732ba -r1b53b144acc8a3a2826b63f0d841e4c123a8b461 --- Core/Plugins/test/Core.Plugins.Map.Test/MapPluginTest.cs (.../MapPluginTest.cs) (revision 54c889ff0f67cd16eb8371a7e9c468444a4732ba) +++ Core/Plugins/test/Core.Plugins.Map.Test/MapPluginTest.cs (.../MapPluginTest.cs) (revision 1b53b144acc8a3a2826b63f0d841e4c123a8b461) @@ -47,7 +47,7 @@ public class MapPluginTest { [Test] - public void DefaultConstructor_Always_NoRibbonCommandHandlerSet() + public void Constructor_ExpectedValues() { // Call using (var plugin = new MapPlugin()) Index: Riskeer/Integration/src/Riskeer.Integration.Plugin/Riskeer.Integration.Plugin.csproj =================================================================== diff -u -r470f6af607001db0c9cc4890b76510e59e01bd55 -r1b53b144acc8a3a2826b63f0d841e4c123a8b461 --- Riskeer/Integration/src/Riskeer.Integration.Plugin/Riskeer.Integration.Plugin.csproj (.../Riskeer.Integration.Plugin.csproj) (revision 470f6af607001db0c9cc4890b76510e59e01bd55) +++ Riskeer/Integration/src/Riskeer.Integration.Plugin/Riskeer.Integration.Plugin.csproj (.../Riskeer.Integration.Plugin.csproj) (revision 1b53b144acc8a3a2826b63f0d841e4c123a8b461) @@ -88,7 +88,6 @@ - \ No newline at end of file