added preliminary archive creation support.

This commit is contained in:
morkt
2014-07-24 05:43:20 +04:00
parent 56012447d8
commit 0a1f14e051
29 changed files with 568 additions and 58 deletions

View File

@@ -226,5 +226,17 @@ namespace GARbro.GUI.Properties {
this["appLastDirectory"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string appArchiveFormat {
get {
return ((string)(this["appArchiveFormat"]));
}
set {
this["appArchiveFormat"] = value;
}
}
}
}