[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / class / System.EnterpriseServices / Assembly / AssemblyInfo.cs
blobcf00a4b0439076b5ba274325cb0952c2a19091d1
1 //
2 // AssemblyInfo.cs
3 //
4 // Author:
5 // Marek Safar (marek.safar@seznam.cz)
6 //
7 //
9 //
10 // Permission is hereby granted, free of charge, to any person obtaining
11 // a copy of this software and associated documentation files (the
12 // "Software"), to deal in the Software without restriction, including
13 // without limitation the rights to use, copy, modify, merge, publish,
14 // distribute, sublicense, and/or sell copies of the Software, and to
15 // permit persons to whom the Software is furnished to do so, subject to
16 // the following conditions:
17 //
18 // The above copyright notice and this permission notice shall be
19 // included in all copies or substantial portions of the Software.
20 //
21 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
22 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
23 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
24 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
25 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
26 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
27 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30 using System;
31 using System.Reflection;
32 using System.Resources;
33 using System.Security;
34 using System.Diagnostics;
35 using System.Runtime.CompilerServices;
36 using System.Runtime.InteropServices;
37 using System.EnterpriseServices;
39 // General Information about the System.EnterpriseServices assembly
41 [assembly: AssemblyTitle ("System.EnterpriseServices.dll")]
42 [assembly: AssemblyDescription ("System.EnterpriseServices.dll")]
43 [assembly: AssemblyDefaultAlias ("System.EnterpriseServices.dll")]
45 [assembly: AssemblyCompany (Consts.MonoCompany)]
46 [assembly: AssemblyProduct (Consts.MonoProduct)]
47 [assembly: AssemblyCopyright (Consts.MonoCopyright)]
48 [assembly: AssemblyVersion (Consts.FxVersion)]
49 [assembly: SatelliteContractVersion (Consts.FxVersion)]
51 [assembly: NeutralResourcesLanguage ("en-US")]
53 [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
55 [assembly: ApplicationID ("1e246775-2281-484f-8ad4-044c15b86eb7")]
56 [assembly: ApplicationName (".NET Utilities")]
57 [assembly: Guid ("4fb2d46f-efc8-4643-bcd0-6e5bfa6a174c")]
59 [assembly: CLSCompliant (true)]
60 [assembly: AssemblyDelaySign (true)]
62 [assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
63 [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
64 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
65 [assembly: ComVisible (true)]