diff --git a/mRemoteNG/Properties/rbac.Designer.cs b/mRemoteNG/Properties/rbac.Designer.cs
deleted file mode 100644
index 415669c6..00000000
--- a/mRemoteNG/Properties/rbac.Designer.cs
+++ /dev/null
@@ -1,52 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System.Runtime.Versioning;
-
-namespace mRemoteNG.Properties {
- [SupportedOSPlatform("windows")]
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.5.0.0")]
- internal sealed partial class rbac : global::System.Configuration.ApplicationSettingsBase {
-
- private static rbac defaultInstance = ((rbac)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new rbac())));
-
- public static rbac Default {
- get {
- return defaultInstance;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("AdminRole")]
- public string ActiveRole {
- get {
- return ((string)(this["ActiveRole"]));
- }
- set {
- this["ActiveRole"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("mR3m0t3NG!")]
- public string AdminRolePassword {
- get {
- return ((string)(this["AdminRolePassword"]));
- }
- set {
- this["AdminRolePassword"] = value;
- }
- }
- }
-}
diff --git a/mRemoteNG/Properties/rbac.settings b/mRemoteNG/Properties/rbac.settings
deleted file mode 100644
index 05b3569e..00000000
--- a/mRemoteNG/Properties/rbac.settings
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- AdminRole
-
-
- mR3m0t3NG!
-
-
-
\ No newline at end of file
diff --git a/mRemoteNG/mRemoteNG.csproj b/mRemoteNG/mRemoteNG.csproj
index 1b7d4a55..98466ce6 100644
--- a/mRemoteNG/mRemoteNG.csproj
+++ b/mRemoteNG/mRemoteNG.csproj
@@ -176,10 +176,10 @@
True
OptionsThemePage.settings
-
+
True
True
- rbac.settings
+ OptionsRbac.settings
True
@@ -405,9 +405,9 @@
SettingsSingleFileGenerator
OptionsThemePage.Designer.cs
-
+
SettingsSingleFileGenerator
- rbac.Designer.cs
+ OptionsRbac.Designer.cs
SettingsSingleFileGenerator