reorganized project directory structure.

This commit is contained in:
morkt
2015-08-19 21:40:32 +04:00
parent dd2c19c8c1
commit b05c253e8b
178 changed files with 6029 additions and 6016 deletions

View File

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

View File

@@ -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;

View File

@@ -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>