AssemblyInfo.cs
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices;
4 
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.
8 [assembly: AssemblyTitle("Sage.ES.S50.Addons")]
9 //[assembly: AssemblyDescription("")]
10 [assembly: AssemblyConfiguration("")]
11 //[assembly: AssemblyCompany("")]
12 [assembly: AssemblyProduct("Sage.ES.S50.Addons")]
13 //[assembly: AssemblyCopyright("Copyright © 2020")]
14 [assembly: AssemblyTrademark("")]
15 [assembly: AssemblyCulture("")]
16 
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.
20 [assembly: ComVisible(false)]
21 
22 // The following GUID is for the ID of the typelib if this project is exposed to COM
23 [assembly: Guid("64c435c3-d564-471e-8c4d-0c79d65e130e")]
24 //[assembly: InternalsVisibleTo("Sage.ES.S50.UnitTest, publicKey=0024000004800000940000000602000000240000525341310004000001000100ab0dace8afa63a131317470dbc487f0aeacf0a5b113ec92af1694754fa01f933efb65befc041dd8a4697cad1f4273bbef9ccad211992a1cd1182e5fdac6775e5504c708eab72dd1cf397dc93660afa192ed121bbe19001e7e9b1f33a85534dddeae617a188974e5755edea9f4ba2adc7910f94ee59fb3fcf19a0bd8f4d8c97dd")]
25 [assembly: InternalsVisibleTo("Sage.ES.S50.UnitTest")]
26 
27 // Version information for an assembly consists of the following four values:
28 //
29 // Major Version
30 // Minor Version
31 // Build Number
32 // Revision
33 //
34 // You can specify all the values or you can default the Build and Revision Numbers
35 // by using the '*' as shown below:
36 // [assembly: AssemblyVersion("1.0.*")]
37 //[assembly: AssemblyVersion("1.0.0.0")]
38 //[assembly: AssemblyFileVersion("1.0.0.0")]