22using System . Runtime . CompilerServices ;
33using System . Runtime . InteropServices ;
44
5- // Allgemeine Informationen über eine Assembly werden über die folgenden
6- // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
7- // die mit einer Assembly verknüpft sind .
5+ // General Information about an assembly is controlled through the following
6+ // set of attributes. Change these attribute values to modify the information
7+ // associated with an assembly .
88[ assembly: AssemblyTitle ( "UnitTests" ) ]
99[ assembly: AssemblyDescription ( "" ) ]
1010[ assembly: AssemblyConfiguration ( "" ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
17- // Durch Festlegen von ComVisible auf " false" werden die Typen in dieser Assembly unsichtbar
18- // für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von
19- // COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest .
17+ // Setting ComVisible to false makes the types in this assembly not visible
18+ // to COM components. If you need to access a type in this assembly from
19+ // COM, set the ComVisible attribute to true on that type .
2020[ assembly: ComVisible ( false ) ]
2121
22- // Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
22+ // The following GUID is for the ID of the typelib if this project is exposed to COM
2323[ assembly: Guid ( "0a103ebc-bb1c-4c33-87af-6018ae4845c6" ) ]
2424
25- // Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten :
25+ // Version information for an assembly consists of the following four values :
2626//
27- // Hauptversion
28- // Nebenversion
29- // Buildnummer
27+ // Major Version
28+ // Minor Version
29+ // Build Number
3030// Revision
3131//
32- // Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
33- // übernehmen, indem Sie "*" eingeben :
32+ // You can specify all the values or you can default the Build and Revision Numbers
33+ // by using the '*' as shown below :
3434// [assembly: AssemblyVersion("1.0.*")]
3535[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
3636[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
0 commit comments