From f1946002623bb2617084c097a02bb9f098b63cd5 Mon Sep 17 00:00:00 2001 From: Leathl Date: Wed, 9 Dec 2009 18:58:32 +0000 Subject: [PATCH] TransmitMii 1.1 --- TransmitMii.sln | 6 + TransmitMii/Properties/AssemblyInfo.cs | 4 +- TransmitMii/Properties/Resources.Designer.cs | 19 +- TransmitMii/Properties/Settings.Designer.cs | 19 +- TransmitMii/Readme.txt | 6 + TransmitMii/TransmitMii.csproj | 67 +++++ TransmitMii/TransmitMii.csproj.user | 18 +- TransmitMii/TransmitMii_Associations.cs | 245 ++++++++++++++++ TransmitMii/TransmitMii_Main.Designer.cs | 16 + TransmitMii/TransmitMii_Main.cs | 291 +++++++++++-------- TransmitMii/TransmitMii_Transmit.cs | 267 +++++++++++++++++ TransmitMii/TransmitMii_zlib.cs | 59 ++++ TransmitMii/zlib1.dll | Bin 0 -> 59904 bytes 13 files changed, 867 insertions(+), 150 deletions(-) create mode 100644 TransmitMii/TransmitMii_Associations.cs create mode 100644 TransmitMii/TransmitMii_Transmit.cs create mode 100644 TransmitMii/TransmitMii_zlib.cs create mode 100644 TransmitMii/zlib1.dll diff --git a/TransmitMii.sln b/TransmitMii.sln index 57aa49b..29583a5 100644 --- a/TransmitMii.sln +++ b/TransmitMii.sln @@ -6,13 +6,19 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {70517550-06FA-4743-B5D7-2CB7C153E35E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {70517550-06FA-4743-B5D7-2CB7C153E35E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {70517550-06FA-4743-B5D7-2CB7C153E35E}.Debug|x86.ActiveCfg = Debug|x86 + {70517550-06FA-4743-B5D7-2CB7C153E35E}.Debug|x86.Build.0 = Debug|x86 {70517550-06FA-4743-B5D7-2CB7C153E35E}.Release|Any CPU.ActiveCfg = Release|Any CPU {70517550-06FA-4743-B5D7-2CB7C153E35E}.Release|Any CPU.Build.0 = Release|Any CPU + {70517550-06FA-4743-B5D7-2CB7C153E35E}.Release|x86.ActiveCfg = Release|x86 + {70517550-06FA-4743-B5D7-2CB7C153E35E}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/TransmitMii/Properties/AssemblyInfo.cs b/TransmitMii/Properties/AssemblyInfo.cs index e3e1eb0..f4cec16 100644 --- a/TransmitMii/Properties/AssemblyInfo.cs +++ b/TransmitMii/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ using System.Runtime.InteropServices; // Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.1.0.0")] +[assembly: AssemblyFileVersion("1.1.0.0")] diff --git a/TransmitMii/Properties/Resources.Designer.cs b/TransmitMii/Properties/Resources.Designer.cs index cbbaff5..a2dbdb5 100644 --- a/TransmitMii/Properties/Resources.Designer.cs +++ b/TransmitMii/Properties/Resources.Designer.cs @@ -1,4 +1,21 @@ -//------------------------------------------------------------------------------ +/* This file is part of TransmitMii + * Copyright (C) 2009 Leathl + * + * TransmitMii is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * TransmitMii is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +//------------------------------------------------------------------------------ // // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:2.0.50727.4927 diff --git a/TransmitMii/Properties/Settings.Designer.cs b/TransmitMii/Properties/Settings.Designer.cs index 07f4dfd..211b201 100644 --- a/TransmitMii/Properties/Settings.Designer.cs +++ b/TransmitMii/Properties/Settings.Designer.cs @@ -1,21 +1,4 @@ -/* This file is part of TransmitMii - * Copyright (C) 2009 Leathl - * - * TransmitMii is free software: you can redistribute it and/or - * modify it under the terms of the GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * TransmitMii is distributed in the hope that it will be - * useful, but WITHOUT ANY WARRANTY; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:2.0.50727.4927 diff --git a/TransmitMii/Readme.txt b/TransmitMii/Readme.txt index aa15160..ba5b5d0 100644 --- a/TransmitMii/Readme.txt +++ b/TransmitMii/Readme.txt @@ -9,6 +9,10 @@ TransmitMii is hosted on the CustomizeMii project page: http://customizemii.goog ----------------------------------------------------------------------------------------- Changelog: +Version 1.1 + - Added ability to link and unlink extensions with TransmitMii + - Added compression for HBC 1.0.5+ (similar to wiiload) + Version 1.0 - Initial Release ----------------------------------------------------------------------------------------- @@ -25,6 +29,8 @@ Thanks: dhewg for wiiload WiiCrazy / I.R.on for Crap +Jean-loup Gailly and Mark Adler for zlib1.dll (zlib) +dillonaumiller for Associaton.cs ----------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------- diff --git a/TransmitMii/TransmitMii.csproj b/TransmitMii/TransmitMii.csproj index 5ebb3db..e684ca6 100644 --- a/TransmitMii/TransmitMii.csproj +++ b/TransmitMii/TransmitMii.csproj @@ -15,6 +15,21 @@ Resources\TransmitMii Icon.ico + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true true @@ -24,6 +39,8 @@ DEBUG;TRACE prompt 4 + + pdbonly @@ -32,6 +49,24 @@ TRACE prompt 4 + + + + + true + bin\x86\Debug\ + DEBUG;TRACE + full + x86 + prompt + + + bin\x86\Release\ + TRACE + true + pdbonly + x86 + prompt @@ -42,6 +77,7 @@ + Form @@ -73,12 +109,43 @@ Settings.settings True + + Form + + + + + False + .NET Framework Client Profile + false + + + False + .NET Framework 2.0 %28x86%29 + true + + + False + .NET Framework 3.0 %28x86%29 + false + + + False + .NET Framework 3.5 + false + + + False + .NET Framework 3.5 SP1 + false + +