diff --git a/BizHawk.Util/7z.dll b/BizHawk.Util/7z.dll deleted file mode 100644 index f08706fef8..0000000000 Binary files a/BizHawk.Util/7z.dll and /dev/null differ diff --git a/BizHawk.Util/BizHawk.Util.csproj b/BizHawk.Util/BizHawk.Util.csproj deleted file mode 100644 index 7ef47c9e30..0000000000 --- a/BizHawk.Util/BizHawk.Util.csproj +++ /dev/null @@ -1,205 +0,0 @@ - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {EE135301-08B3-4EFC-A61C-1C53E1C65CB9} - Library - Properties - BizHawk - BizHawk.Util - v4.0 - 512 - - - 3.5 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - true - full - false - bin\Debug\ - TRACE;DEBUG;DOTNET20;UNMANAGED;COMPRESS - prompt - 4 - x86 - AllRules.ruleset - - - pdbonly - true - bin\Release\ - TRACE;DOTNET20;UNMANAGED;COMPRESS - prompt - 4 - x86 - AllRules.ruleset - - - - - 3.5 - - - - - 3.5 - - - 3.5 - - - - - - - VersionInfo.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Component - - - Component - - - Form - - - - - Form - - - QuickProgressPopup.cs - - - - Component - - - - - Component - - - Component - - - Component - - - - Component - - - Component - - - - - - - - - - - - - - - - QuickProgressPopup.cs - - - - - - InputConfigBase.cs - Designer - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - "$(SolutionDir)subwcrev.bat" "$(ProjectDir)" - "$(SolutionDir)subwcrev.sh" "$(ProjectDir)" - - - \ No newline at end of file diff --git a/BizHawk.Util/BizHawk.Util_v4.5.csproj b/BizHawk.Util/BizHawk.Util_v4.5.csproj deleted file mode 100644 index fdf29f8eeb..0000000000 --- a/BizHawk.Util/BizHawk.Util_v4.5.csproj +++ /dev/null @@ -1,198 +0,0 @@ - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {EE135301-08B3-4EFC-A61C-1C53E1C65CB9} - Library - Properties - BizHawk.Util - BizHawk.Util - v4.5 - 512 - - - 3.5 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - true - full - false - bin\Debug\ - TRACE;DEBUG;DOTNET20;UNMANAGED;COMPRESS - prompt - 4 - x86 - AllRules.ruleset - false - - - pdbonly - true - bin\Release\ - TRACE;DOTNET20;UNMANAGED;COMPRESS - prompt - 4 - x86 - AllRules.ruleset - false - - - - - 3.5 - - - - - 3.5 - - - 3.5 - - - - - - - VersionInfo.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Component - - - Component - - - Form - - - - - - Component - - - - - Component - - - Component - - - Component - - - - Component - - - Component - - - - - - - - - - - - - - - - - - - InputConfigBase.cs - Designer - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - "$(SolutionDir)subwcrev.bat" "$(ProjectDir)" - "$(SolutionDir)subwcrev.sh" "$(ProjectDir)" - - - \ No newline at end of file diff --git a/BizHawk.Util/Properties/AssemblyInfo.cs b/BizHawk.Util/Properties/AssemblyInfo.cs deleted file mode 100644 index c78a21b9f3..0000000000 --- a/BizHawk.Util/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,31 +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("BizHawk.Util")] -[assembly: AssemblyDescription("http://code.google.com/p/bizhawk")] -[assembly: AssemblyCompany("BizHawk")] - -// 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("53c04c97-2bac-4fa9-af11-2540b483674f")] - -// 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(VersionInfo.MAINVERSION + "." + SubWCRev.SVN_REV)] -[assembly: AssemblyFileVersion(VersionInfo.MAINVERSION + "." + SubWCRev.SVN_REV)] diff --git a/BizHawk.Util/Properties/svnrev_template b/BizHawk.Util/Properties/svnrev_template deleted file mode 100644 index 31c5a95c9c..0000000000 --- a/BizHawk.Util/Properties/svnrev_template +++ /dev/null @@ -1,4 +0,0 @@ -static class SubWCRev -{ - public const string SVN_REV = "$WCREV$"; -}