fix naming to be inline with Others

This commit is contained in:
Dimitrij
2023-03-08 20:28:31 +00:00
parent 1bfbb956c2
commit bc5e9279a5
3 changed files with 4 additions and 68 deletions

View File

@@ -1,52 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
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;
}
}
}
}

View File

@@ -1,12 +0,0 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="mRemoteNG.Properties" GeneratedClassName="rbac">
<Profiles />
<Settings>
<Setting Name="ActiveRole" Type="System.String" Scope="User">
<Value Profile="(Default)">AdminRole</Value>
</Setting>
<Setting Name="AdminRolePassword" Type="System.String" Scope="User">
<Value Profile="(Default)">mR3m0t3NG!</Value>
</Setting>
</Settings>
</SettingsFile>

View File

@@ -176,10 +176,10 @@
<AutoGen>True</AutoGen>
<DependentUpon>OptionsThemePage.settings</DependentUpon>
</Compile>
<Compile Update="Properties\rbac.Designer.cs">
<Compile Update="Properties\OptionsRbac.Designer.cs">
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<AutoGen>True</AutoGen>
<DependentUpon>rbac.settings</DependentUpon>
<DependentUpon>OptionsRbac.settings</DependentUpon>
</Compile>
<Compile Update="Properties\Settings.Designer.cs">
<DesignTimeSharedInput>True</DesignTimeSharedInput>
@@ -405,9 +405,9 @@
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>OptionsThemePage.Designer.cs</LastGenOutput>
</None>
<None Update="Properties\rbac.settings">
<None Update="Properties\OptionsRbac.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>rbac.Designer.cs</LastGenOutput>
<LastGenOutput>OptionsRbac.Designer.cs</LastGenOutput>
</None>
<None Update="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>