(StuduiJikkenshitsu): moved to ArcFormats project.

added encryption scheme query.
This commit is contained in:
morkt
2018-12-23 14:30:01 +04:00
parent c18672f1d4
commit 761ec768b1
10 changed files with 104 additions and 14 deletions

View File

@@ -789,5 +789,17 @@ namespace GameRes.Formats.Properties {
this["LEAFTitle"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string SJDatTitle {
get {
return ((string)(this["SJDatTitle"]));
}
set {
this["SJDatTitle"] = value;
}
}
}
}

View File

@@ -194,5 +194,8 @@
<Setting Name="LEAFTitle" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="SJDatTitle" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>