mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
327 lines
12 KiB
C#
327 lines
12 KiB
C#
//------------------------------------------------------------------------------
|
|
// <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>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace AssetStudioGUI.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.13.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("False")]
|
|
public bool displayAll {
|
|
get {
|
|
return ((bool)(this["displayAll"]));
|
|
}
|
|
set {
|
|
this["displayAll"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool enablePreview {
|
|
get {
|
|
return ((bool)(this["enablePreview"]));
|
|
}
|
|
set {
|
|
this["enablePreview"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool displayInfo {
|
|
get {
|
|
return ((bool)(this["displayInfo"]));
|
|
}
|
|
set {
|
|
this["displayInfo"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool openAfterExport {
|
|
get {
|
|
return ((bool)(this["openAfterExport"]));
|
|
}
|
|
set {
|
|
this["openAfterExport"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int assetGroupOption {
|
|
get {
|
|
return ((int)(this["assetGroupOption"]));
|
|
}
|
|
set {
|
|
this["assetGroupOption"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool convertTexture {
|
|
get {
|
|
return ((bool)(this["convertTexture"]));
|
|
}
|
|
set {
|
|
this["convertTexture"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool convertAudio {
|
|
get {
|
|
return ((bool)(this["convertAudio"]));
|
|
}
|
|
set {
|
|
this["convertAudio"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Png")]
|
|
public global::AssetStudio.ImageFormat convertType {
|
|
get {
|
|
return ((global::AssetStudio.ImageFormat)(this["convertType"]));
|
|
}
|
|
set {
|
|
this["convertType"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool restoreExtensionName {
|
|
get {
|
|
return ((bool)(this["restoreExtensionName"]));
|
|
}
|
|
set {
|
|
this["restoreExtensionName"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool exportSpriteWithMask {
|
|
get {
|
|
return ((bool)(this["exportSpriteWithMask"]));
|
|
}
|
|
set {
|
|
this["exportSpriteWithMask"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("MonoBehaviour")]
|
|
public global::CubismLive2DExtractor.Live2DMotionMode l2dMotionMode {
|
|
get {
|
|
return ((global::CubismLive2DExtractor.Live2DMotionMode)(this["l2dMotionMode"]));
|
|
}
|
|
set {
|
|
this["l2dMotionMode"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool l2dForceBezier {
|
|
get {
|
|
return ((bool)(this["l2dForceBezier"]));
|
|
}
|
|
set {
|
|
this["l2dForceBezier"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool showConsole {
|
|
get {
|
|
return ((bool)(this["showConsole"]));
|
|
}
|
|
set {
|
|
this["showConsole"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool useFileLogger {
|
|
get {
|
|
return ((bool)(this["useFileLogger"]));
|
|
}
|
|
set {
|
|
this["useFileLogger"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool buildTreeStructure {
|
|
get {
|
|
return ((bool)(this["buildTreeStructure"]));
|
|
}
|
|
set {
|
|
this["buildTreeStructure"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int filenameFormat {
|
|
get {
|
|
return ((int)(this["filenameFormat"]));
|
|
}
|
|
set {
|
|
this["filenameFormat"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool parallelExport {
|
|
get {
|
|
return ((bool)(this["parallelExport"]));
|
|
}
|
|
set {
|
|
this["parallelExport"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-1")]
|
|
public int parallelExportCount {
|
|
get {
|
|
return ((int)(this["parallelExportCount"]));
|
|
}
|
|
set {
|
|
this["parallelExportCount"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool useTypetreeLoading {
|
|
get {
|
|
return ((bool)(this["useTypetreeLoading"]));
|
|
}
|
|
set {
|
|
this["useTypetreeLoading"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Light")]
|
|
public global::AssetStudioGUI.GuiColorTheme guiColorTheme {
|
|
get {
|
|
return ((global::AssetStudioGUI.GuiColorTheme)(this["guiColorTheme"]));
|
|
}
|
|
set {
|
|
this["guiColorTheme"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ContainerPath")]
|
|
public global::CubismLive2DExtractor.Live2DModelGroupOption l2dModelGroupOption {
|
|
get {
|
|
return ((global::CubismLive2DExtractor.Live2DModelGroupOption)(this["l2dModelGroupOption"]));
|
|
}
|
|
set {
|
|
this["l2dModelGroupOption"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool l2dAssetSearchByFilename {
|
|
get {
|
|
return ((bool)(this["l2dAssetSearchByFilename"]));
|
|
}
|
|
set {
|
|
this["l2dAssetSearchByFilename"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool useDumpTreeView {
|
|
get {
|
|
return ((bool)(this["useDumpTreeView"]));
|
|
}
|
|
set {
|
|
this["useDumpTreeView"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool autoplayAudio {
|
|
get {
|
|
return ((bool)(this["autoplayAudio"]));
|
|
}
|
|
set {
|
|
this["autoplayAudio"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string fbxSettings {
|
|
get {
|
|
return ((string)(this["fbxSettings"]));
|
|
}
|
|
set {
|
|
this["fbxSettings"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|