From 1504ad3ca693b47937ae09689086c9ef9c07675d Mon Sep 17 00:00:00 2001 From: chrisf Date: Sat, 23 Jun 2007 17:19:09 +0000 Subject: [PATCH] git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1061 993157c7-ee19-0410-b2c4-bb4e9862e678 --- ImageDecode/Properties/AssemblyInfo.cs | 35 ------------------- MixBrowser/MixBrowser.csproj | 13 ++++--- MixBrowser/Program.cs | 2 ++ .../Blowfish.cs | 2 +- .../Format40.cs | 2 +- .../Format80.cs | 2 +- .../MixEntry.cs | 4 +-- {MixBrowser => OpenRa.FileFormats}/MixFile.cs | 4 +-- .../OpenRa.FileFormats.csproj | 19 ++++++---- .../Palette.cs | 2 +- OpenRa.FileFormats/Properties/AssemblyInfo.cs | 17 +++++++++ .../ShpReader.cs | 2 +- OpenRa.sln | 26 +++++++------- ShpViewer/ShpViewForm.cs | 3 +- ShpViewer/ShpViewer.csproj | 6 ++-- 15 files changed, 64 insertions(+), 75 deletions(-) delete mode 100644 ImageDecode/Properties/AssemblyInfo.cs rename {MixBrowser => OpenRa.FileFormats}/Blowfish.cs (97%) rename {ImageDecode => OpenRa.FileFormats}/Format40.cs (93%) rename {ImageDecode => OpenRa.FileFormats}/Format80.cs (95%) rename {MixBrowser => OpenRa.FileFormats}/MixEntry.cs (92%) rename {MixBrowser => OpenRa.FileFormats}/MixFile.cs (94%) rename ImageDecode/ImageDecode.csproj => OpenRa.FileFormats/OpenRa.FileFormats.csproj (77%) rename {ImageDecode => OpenRa.FileFormats}/Palette.cs (90%) create mode 100644 OpenRa.FileFormats/Properties/AssemblyInfo.cs rename {ImageDecode => OpenRa.FileFormats}/ShpReader.cs (95%) diff --git a/ImageDecode/Properties/AssemblyInfo.cs b/ImageDecode/Properties/AssemblyInfo.cs deleted file mode 100644 index 59ee034e96..0000000000 --- a/ImageDecode/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +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( "ImageDecode" )] -[assembly: AssemblyDescription( "" )] -[assembly: AssemblyConfiguration( "" )] -[assembly: AssemblyCompany( "" )] -[assembly: AssemblyProduct( "ImageDecode" )] -[assembly: AssemblyCopyright( "Copyright © 2007" )] -[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( "f236056f-1b46-4a95-9d44-e2c77a9e91c0" )] - -// 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 Revision and Build Numbers -// by using the '*' as shown below: -[assembly: AssemblyVersion( "1.0.0.0" )] -[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/MixBrowser/MixBrowser.csproj b/MixBrowser/MixBrowser.csproj index d8dfbb520d..5b5f851a9d 100644 --- a/MixBrowser/MixBrowser.csproj +++ b/MixBrowser/MixBrowser.csproj @@ -29,22 +29,21 @@ 4 - - False - ..\debug\MixDecrypt.dll - - - - + + + {BDAEAB25-991E-46A7-AF1E-4F0E03358DAA} + OpenRa.FileFormats + +