mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-05 20:40:55 +08:00
reorganized project directory structure.
This commit is contained in:
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion ("1.1.9.95")]
|
||||
[assembly: AssemblyFileVersion ("1.1.9.95")]
|
||||
[assembly: AssemblyVersion ("1.1.9.399")]
|
||||
[assembly: AssemblyFileVersion ("1.1.9.399")]
|
||||
|
||||
4
ArcFormats/Properties/Settings.Designer.cs
generated
4
ArcFormats/Properties/Settings.Designer.cs
generated
@@ -61,9 +61,9 @@ namespace GameRes.Formats.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public global::GameRes.Formats.IntEncryptionInfo INTEncryption {
|
||||
public global::GameRes.Formats.CatSystem.IntEncryptionInfo INTEncryption {
|
||||
get {
|
||||
return ((global::GameRes.Formats.IntEncryptionInfo)(this["INTEncryption"]));
|
||||
return ((global::GameRes.Formats.CatSystem.IntEncryptionInfo)(this["INTEncryption"]));
|
||||
}
|
||||
set {
|
||||
this["INTEncryption"] = value;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<Setting Name="YPFKey" Type="System.UInt32" Scope="User">
|
||||
<Value Profile="(Default)">4294967295</Value>
|
||||
</Setting>
|
||||
<Setting Name="INTEncryption" Type="GameRes.Formats.IntEncryptionInfo" Scope="User">
|
||||
<Setting Name="INTEncryption" Type="GameRes.Formats.CatSystem.IntEncryptionInfo" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="XP3CompressHeader" Type="System.Boolean" Scope="User">
|
||||
@@ -102,4 +102,4 @@
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
</SettingsFile>
|
||||
|
||||
Reference in New Issue
Block a user