AssemblyInfo.cs
1 using System;
2 using System.Reflection;
3 using System.Resources;
4 using System.Runtime.CompilerServices;
5 using System.Runtime.InteropServices;
6 
7 // General Information about an assembly is controlled through the following
8 // set of attributes. Change these attribute values to modify the information
9 // associated with an assembly.
10 [assembly: AssemblyTitle("sage.addons.components")]
11 [assembly: AssemblyDescription("")]
12 [assembly: AssemblyConfiguration("")]
13 [assembly: AssemblyCompany("Sage Spain")]
14 [assembly: AssemblyProduct("sage.addons.components")]
15 [assembly: AssemblyCopyright("")]
16 [assembly: AssemblyTrademark("")]
17 [assembly: AssemblyCulture("")]
18 [assembly: ComVisible(false)]
19 [assembly: CLSCompliant(false)]
20 [assembly: NeutralResourcesLanguage("en-US")]
21 
22 // Version information for an assembly consists of the following four values:
23 //
24 // Major Version
25 // Minor Version
26 // Build Number
27 // Revision
28 //
29 // You can specify all the values or you can default the Revision and Build Numbers
30 // by using the '*' as shown below:
31 
32 [assembly: AssemblyVersion("1.0.0.0")]
33 [assembly: AssemblyFileVersion("1.0.0.0")]
34 
35 [assembly: InternalsVisibleTo("sage.addons.components_IntegrationTests, PublicKey=00240000048000009400000006020000002400005253413100040000010001004594d61c1829b345a90074bdc811408439dec909c2c980c285a92a22449ca9eacb9fc89aff231e80da83a95ee80901c98b3c7dd72a126c29b9bd8828aaabb43de79fa74f7db756de459081d4f380ee5553f18de5927c5d76a8cccd4a79e11305b7558e04577f3010bce3062e3d8ae192e4b096ad7a944a5c4b6b8d316aa954af")]
36 [assembly: InternalsVisibleTo("sage.addons.components_UnitTests, PublicKey=00240000048000009400000006020000002400005253413100040000010001004594d61c1829b345a90074bdc811408439dec909c2c980c285a92a22449ca9eacb9fc89aff231e80da83a95ee80901c98b3c7dd72a126c29b9bd8828aaabb43de79fa74f7db756de459081d4f380ee5553f18de5927c5d76a8cccd4a79e11305b7558e04577f3010bce3062e3d8ae192e4b096ad7a944a5c4b6b8d316aa954af")]