mirror of
https://github.com/4sval/FModel.git
synced 2026-03-22 01:34:37 -05:00
206 lines
7.5 KiB
C#
206 lines
7.5 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Ce code a été généré par un outil.
|
|
// Version du runtime :4.0.30319.42000
|
|
//
|
|
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
|
|
// le code est régénéré.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace FModel.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
|
public static Settings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ExtractOutput {
|
|
get {
|
|
return ((string)(this["ExtractOutput"]));
|
|
}
|
|
set {
|
|
this["ExtractOutput"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
public bool ExtractAndSerialize {
|
|
get {
|
|
return ((bool)(this["ExtractAndSerialize"]));
|
|
}
|
|
set {
|
|
this["ExtractAndSerialize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string FortnitePAKs {
|
|
get {
|
|
return ((string)(this["FortnitePAKs"]));
|
|
}
|
|
set {
|
|
this["FortnitePAKs"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string mergerFileName {
|
|
get {
|
|
return ((string)(this["mergerFileName"]));
|
|
}
|
|
set {
|
|
this["mergerFileName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int mergerImagesRow {
|
|
get {
|
|
return ((int)(this["mergerImagesRow"]));
|
|
}
|
|
set {
|
|
this["mergerImagesRow"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool createIconForCosmetics {
|
|
get {
|
|
return ((bool)(this["createIconForCosmetics"]));
|
|
}
|
|
set {
|
|
this["createIconForCosmetics"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool createIconForConsumablesWeapons {
|
|
get {
|
|
return ((bool)(this["createIconForConsumablesWeapons"]));
|
|
}
|
|
set {
|
|
this["createIconForConsumablesWeapons"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool createIconForTraps {
|
|
get {
|
|
return ((bool)(this["createIconForTraps"]));
|
|
}
|
|
set {
|
|
this["createIconForTraps"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool createIconForVariants {
|
|
get {
|
|
return ((bool)(this["createIconForVariants"]));
|
|
}
|
|
set {
|
|
this["createIconForVariants"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool createIconForChallenges {
|
|
get {
|
|
return ((bool)(this["createIconForChallenges"]));
|
|
}
|
|
set {
|
|
this["createIconForChallenges"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string IconName {
|
|
get {
|
|
return ((string)(this["IconName"]));
|
|
}
|
|
set {
|
|
this["IconName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
public int wSize {
|
|
get {
|
|
return ((int)(this["wSize"]));
|
|
}
|
|
set {
|
|
this["wSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int wOpacity {
|
|
get {
|
|
return ((int)(this["wOpacity"]));
|
|
}
|
|
set {
|
|
this["wOpacity"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string wFilename {
|
|
get {
|
|
return ((string)(this["wFilename"]));
|
|
}
|
|
set {
|
|
this["wFilename"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool isWatermark {
|
|
get {
|
|
return ((bool)(this["isWatermark"]));
|
|
}
|
|
set {
|
|
this["isWatermark"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|