diff --git a/.gitignore b/.gitignore index f4c3782b..259b6791 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,4 @@ /SabreHelper/obj/Release /SabreToolsUI/obj /SabreToolsUI/obj/Debug -/SabreToolsUI/obj/Release -/UncompressedSize/obj -/UncompressedSize/obj/Debug -/UncompressedSize/obj/Release \ No newline at end of file +/SabreToolsUI/obj/Release \ No newline at end of file diff --git a/DATabase/DATabase.csproj b/DATabase/DATabase.csproj index 9c10a32e..ee7dd6f9 100644 --- a/DATabase/DATabase.csproj +++ b/DATabase/DATabase.csproj @@ -112,7 +112,7 @@ - + diff --git a/DATabase/UncompressedSize.cs b/DATabase/Stats.cs similarity index 100% rename from DATabase/UncompressedSize.cs rename to DATabase/Stats.cs diff --git a/SabreTools.sln b/SabreTools.sln index 4690845a..a95a0a87 100644 --- a/SabreTools.sln +++ b/SabreTools.sln @@ -15,8 +15,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DATFromDir", "DATFromDir\DA EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OfflineMerge", "OfflineMerge\OfflineMerge.csproj", "{88310DB9-3B64-4268-AD48-2E0358D4CA5F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UncompressedSize", "UncompressedSize\UncompressedSize.csproj", "{E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DATabaseTwo", "DATabaseTwo\DATabaseTwo.csproj", "{C7732A05-1F96-43ED-AC8C-0E388F37EBC1}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Filter", "Filter\Filter.csproj", "{136AA0D0-9234-4680-B593-A32C0762972E}" @@ -78,14 +76,6 @@ Global {88310DB9-3B64-4268-AD48-2E0358D4CA5F}.Release|Any CPU.Build.0 = Release|Any CPU {88310DB9-3B64-4268-AD48-2E0358D4CA5F}.Release|x64.ActiveCfg = Release|x64 {88310DB9-3B64-4268-AD48-2E0358D4CA5F}.Release|x64.Build.0 = Release|x64 - {E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Debug|x64.ActiveCfg = Debug|x64 - {E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Debug|x64.Build.0 = Debug|x64 - {E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Release|Any CPU.Build.0 = Release|Any CPU - {E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Release|x64.ActiveCfg = Release|x64 - {E21ABB36-C6D9-4FD6-802E-EC0D05284E0A}.Release|x64.Build.0 = Release|x64 {C7732A05-1F96-43ED-AC8C-0E388F37EBC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C7732A05-1F96-43ED-AC8C-0E388F37EBC1}.Debug|Any CPU.Build.0 = Debug|Any CPU {C7732A05-1F96-43ED-AC8C-0E388F37EBC1}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/UncompressedSize/App.config b/UncompressedSize/App.config deleted file mode 100644 index 88fa4027..00000000 --- a/UncompressedSize/App.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/UncompressedSize/Properties/AssemblyInfo.cs b/UncompressedSize/Properties/AssemblyInfo.cs deleted file mode 100644 index 2987ca0a..00000000 --- a/UncompressedSize/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("UncompressedSize")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("UncompressedSize")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e21abb36-c6d9-4fd6-802e-ec0d05284e0a")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// 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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/UncompressedSize/UncompressedSize.csproj b/UncompressedSize/UncompressedSize.csproj deleted file mode 100644 index 777a5196..00000000 --- a/UncompressedSize/UncompressedSize.csproj +++ /dev/null @@ -1,85 +0,0 @@ - - - - - Debug - AnyCPU - {E21ABB36-C6D9-4FD6-802E-EC0D05284E0A} - Exe - Properties - UncompressedSize - UncompressedSize - v4.5.2 - 512 - true - - - AnyCPU - true - full - false - ..\..\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - ..\..\Release\ - TRACE - prompt - 4 - - - true - ..\..\Debug-x64\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - ..\..\Release-x64\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - - - - - - - - - - - - - - - - - - {225a1afd-0890-44e8-b779-7502665c23a5} - SabreHelper - - - - - \ No newline at end of file