Add Musica PAZ Writer (Not works)

This commit is contained in:
2025-11-01 22:48:42 +08:00
parent ecc3b4473f
commit 44c2f7600f
7 changed files with 560 additions and 31 deletions

View File

@@ -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()]