Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs
===================================================================
diff -u -rfa3a16496921649188ae04c0df6392dad64e100b -r9061a3986829cbc8d619a8d9f7a0ea61a67b3dd3
--- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision fa3a16496921649188ae04c0df6392dad64e100b)
+++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 9061a3986829cbc8d619a8d9f7a0ea61a67b3dd3)
@@ -95,9 +95,6 @@
Environment.CurrentDirectory = loaderDirectory;
}
- //gui.ApplicationCore.ProjectRepositoryFactory.SpeedUpSessionCreationUsingParallelThread = true;
- //gui.ApplicationCore.ProjectRepositoryFactory.SpeedUpConfigurationCreationUsingCaching = true;
- //gui.ApplicationCore.ProjectRepositoryFactory.ConfigurationCacheDirectory = gui.ApplicationCore.GetUserSettingsDirectoryPath();
System.Windows.Forms.Application.SetUnhandledExceptionMode(UnhandledExceptionMode.CatchException, true);
// handle exception from UI thread
@@ -264,7 +261,7 @@
//and 'Morphan' side by side.
var applicationName = ConfigurationManager.AppSettings.AllKeys.Contains("applicationName")
? ConfigurationManager.AppSettings["applicationName"]
- : "";
+ : string.Empty;
var mutexName = string.Format("Ringtoets-single-instance-mutex-{0}-{1}", Environment.UserName,
applicationName);
Index: Application/Ringtoets/src/Application.Ringtoets/app.config
===================================================================
diff -u -r0a30c1488bb2d215a84c02566382244fa2dcfd52 -r9061a3986829cbc8d619a8d9f7a0ea61a67b3dd3
--- Application/Ringtoets/src/Application.Ringtoets/app.config (.../app.config) (revision 0a30c1488bb2d215a84c02566382244fa2dcfd52)
+++ Application/Ringtoets/src/Application.Ringtoets/app.config (.../app.config) (revision 9061a3986829cbc8d619a8d9f7a0ea61a67b3dd3)
@@ -33,10 +33,6 @@
-
-
-
-
Index: Core/Common/src/Core.Common.Gui/Core.Common.Gui.csproj
===================================================================
diff -u -r0a30c1488bb2d215a84c02566382244fa2dcfd52 -r9061a3986829cbc8d619a8d9f7a0ea61a67b3dd3
--- Core/Common/src/Core.Common.Gui/Core.Common.Gui.csproj (.../Core.Common.Gui.csproj) (revision 0a30c1488bb2d215a84c02566382244fa2dcfd52)
+++ Core/Common/src/Core.Common.Gui/Core.Common.Gui.csproj (.../Core.Common.Gui.csproj) (revision 9061a3986829cbc8d619a8d9f7a0ea61a67b3dd3)
@@ -78,7 +78,6 @@
-
3.5
@@ -155,7 +154,6 @@
-
Index: Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml.cs
===================================================================
diff -u -r3162879857e27b830d6f24982828d2e811aa2f2d -r9061a3986829cbc8d619a8d9f7a0ea61a67b3dd3
--- Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml.cs (.../MainWindow.xaml.cs) (revision 3162879857e27b830d6f24982828d2e811aa2f2d)
+++ Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml.cs (.../MainWindow.xaml.cs) (revision 9061a3986829cbc8d619a8d9f7a0ea61a67b3dd3)
@@ -128,7 +128,7 @@
{
if (gui == null)
{
- throw new InvalidOperationException("First call 'SetGui(IGui)' before settings a value on this property.");
+ throw new InvalidOperationException("First call 'SetGui(IGui)' before setting a value on this property.");
}
if (value)
Index: Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs
===================================================================
diff -u -r3162879857e27b830d6f24982828d2e811aa2f2d -r9061a3986829cbc8d619a8d9f7a0ea61a67b3dd3
--- Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 3162879857e27b830d6f24982828d2e811aa2f2d)
+++ Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 9061a3986829cbc8d619a8d9f7a0ea61a67b3dd3)
@@ -977,25 +977,6 @@
}
///
- /// Looks up a localized string similar to Fout bij het opslaan van de instellingen in {0}..
- ///
- public static string PortableSettingsProvider_SetPropertyValues_Error_storing_settings_to_0_ {
- get {
- return ResourceManager.GetString("PortableSettingsProvider_SetPropertyValues_Error_storing_settings_to_0_", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Instelling {0} heeft de niet-ondersteunde waarde 'roaming'..
- ///
- public static string PortableSettingsProvider_ThrowIfRoaming_Setting_0_is_roaming_This_is_not_supported {
- get {
- return ResourceManager.GetString("PortableSettingsProvider_ThrowIfRoaming_Setting_0_is_roaming_This_is_not_supporte" +
- "d", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to Er moet een project zijn om gegevens te kunnen toevoegen..
///
public static string ProjectCommandHandler_AddNewItem_There_needs_to_be_a_project_to_add_an_item {
Index: Core/Common/src/Core.Common.Gui/Properties/Resources.resx
===================================================================
diff -u -r3162879857e27b830d6f24982828d2e811aa2f2d -r9061a3986829cbc8d619a8d9f7a0ea61a67b3dd3
--- Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision 3162879857e27b830d6f24982828d2e811aa2f2d)
+++ Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision 9061a3986829cbc8d619a8d9f7a0ea61a67b3dd3)
@@ -139,9 +139,6 @@
..\Resources\ClosePreviewHH.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- Fout bij het opslaan van de instellingen in {0}.
-
..\Resources\exclamation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -184,9 +181,6 @@
Het is niet mogelijk het logbestand te openen. In plaats hiervan wordt de folder waarin het logbestand staat geopend.
-
- Instelling {0} heeft de niet-ondersteunde waarde 'roaming'.
-
../Resources/DeleteHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Fisheye: Tag 9061a3986829cbc8d619a8d9f7a0ea61a67b3dd3 refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Gui/Settings/PortableSettingsProvider.cs'.
Fisheye: No comparison available. Pass `N' to diff?