OSDN Git Service

Renamed "c-sharp" to "dotnet".
[mhash384/mhash384.git] / ports / dotnet / test / Properties / AssemblyInfo.cs
1 using System.Reflection;
2 using System.Runtime.InteropServices;
3
4 // General Information about an assembly is controlled through the following 
5 // set of attributes. Change these attribute values to modify the information
6 // associated with an assembly.
7 [assembly: AssemblyTitle("MHash-384")]
8 [assembly: AssemblyDescription("Simple fast portable secure hashing library")]
9 #if DEBUG
10 [assembly: AssemblyConfiguration("Debug")]
11 #else
12 [assembly: AssemblyConfiguration("Release")]
13 #endif
14 [assembly: AssemblyCompany("Muldersoft <mulder2@gmx.de>")]
15 [assembly: AssemblyProduct("MHash-384")]
16 [assembly: AssemblyCopyright("Copyright(c) 2016-2019 LoRd_MuldeR <mulder2@gmx.de>")]
17 [assembly: AssemblyTrademark("MuldeRsoft")]
18 [assembly: AssemblyCulture("")]
19
20 // Setting ComVisible to false makes the types in this assembly not visible 
21 // to COM components.  If you need to access a type in this assembly from 
22 // COM, set the ComVisible attribute to true on that type.
23 [assembly: ComVisible(false)]
24
25 // The following GUID is for the ID of the typelib if this project is exposed to COM
26 [assembly: Guid("04fda165-6d17-4644-99bc-d849011fe433")]
27
28 // Version information for an assembly consists of the following four values:
29 //
30 //      Major Version
31 //      Minor Version 
32 //      Build Number
33 //      Revision
34 //
35 // You can specify all the values or you can default the Build and Revision Numbers 
36 // by using the '*' as shown below:
37 [assembly: AssemblyVersion("2.0.*")]
38 [assembly: AssemblyFileVersion("2.0.0.0")]