customizemii-wiidb/TransmitMii/Properties/AssemblyInfo.cs

54 lines
2.2 KiB
C#
Raw Normal View History

2009-12-04 01:10:46 +01:00
/* This file is part of TransmitMii
2009-11-08 23:53:22 +01:00
* Copyright (C) 2009 Leathl
*
2009-12-04 01:10:46 +01:00
* TransmitMii is free software: you can redistribute it and/or
2009-11-24 01:09:42 +01:00
* 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.
*
2009-12-04 01:10:46 +01:00
* TransmitMii is distributed in the hope that it will be
2009-11-24 01:09:42 +01:00
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2009-11-08 23:53:22 +01:00
* GNU General Public License for more details.
2009-11-24 01:09:42 +01:00
*
2009-11-08 23:53:22 +01:00
* You should have received a copy of the GNU General Public License
2009-11-24 01:09:42 +01:00
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2009-11-08 23:53:22 +01:00
*/
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die mit einer Assembly verknüpft sind.
2009-12-04 01:10:46 +01:00
[assembly: AssemblyTitle("TransmitMii")]
[assembly: AssemblyDescription("")]
2009-11-08 23:53:22 +01:00
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
2009-12-04 01:10:46 +01:00
[assembly: AssemblyProduct("TransmitMii")]
2009-11-08 23:53:22 +01:00
[assembly: AssemblyCopyright("Copyright © Leathl 2009")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar
// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von
// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest.
[assembly: ComVisible(false)]
// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
2009-12-04 01:10:46 +01:00
[assembly: Guid("2f34de47-0b02-4f59-b976-b1630f56d8dc")]
2009-11-08 23:53:22 +01:00
// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
//
// Hauptversion
// Nebenversion
// Buildnummer
// Revision
//
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
2009-12-09 19:58:32 +01:00
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]