mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-07-08 01:31:41 +08:00
Add Musica PAZ Writer (Not works)
This commit is contained in:
52
ArcFormats/Properties/Settings.Designer.cs
generated
52
ArcFormats/Properties/Settings.Designer.cs
generated
@@ -637,14 +637,50 @@ namespace GameRes.Formats.Properties {
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string PAZTitle {
|
||||
get {
|
||||
return ((string)(this["PAZTitle"]));
|
||||
}
|
||||
set {
|
||||
this["PAZTitle"] = value;
|
||||
}
|
||||
}
|
||||
public string PAZTitle {
|
||||
get {
|
||||
return ((string)(this["PAZTitle"]));
|
||||
}
|
||||
set {
|
||||
this["PAZTitle"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string PAZArchiveKey {
|
||||
get {
|
||||
return ((string)(this["PAZArchiveKey"]));
|
||||
}
|
||||
set {
|
||||
this["PAZArchiveKey"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool PAZCompressContents {
|
||||
get {
|
||||
return ((bool)(this["PAZCompressContents"]));
|
||||
}
|
||||
set {
|
||||
this["PAZCompressContents"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool PAZRetainStructure {
|
||||
get {
|
||||
return ((bool)(this["PAZRetainStructure"]));
|
||||
}
|
||||
set {
|
||||
this["PAZRetainStructure"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
|
||||
@@ -155,9 +155,18 @@
|
||||
<Setting Name="GYUTitle" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="PAZTitle" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="PAZTitle" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="PAZArchiveKey" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="PAZCompressContents" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="PAZRetainStructure" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="EAGLSEncryption" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
@@ -201,4 +210,4 @@
|
||||
<Value Profile="(Default)">932</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
</SettingsFile>
|
||||
|
||||
Reference in New Issue
Block a user