Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2498 | - | 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("GMap.NET.Core")] |
||
9 | [assembly: AssemblyDescription("GMap.NET - Great Maps")] |
||
10 | [assembly: AssemblyProduct("GMap.NET.Core")] |
||
11 | |||
12 | // Setting ComVisible to false makes the types in this assembly not visible |
||
13 | // to COM components. If you need to access a type in this assembly from |
||
14 | // COM, set the ComVisible attribute to true on that type. |
||
15 | [assembly: ComVisible(true)] |
||
16 | |||
17 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
||
18 | [assembly: Guid("843e1f67-489b-4454-b451-021e5c526e30")] |
||
19 | |||
20 | // internal visibility |
||
21 | [assembly: |
||
22 | #if DEBUG |
||
23 | InternalsVisibleTo("ConsoleApplication, PublicKey=0024000004800000940000000602000000240000525341310004000001000100cd251b0b8f7079914bbe3e5655d92e5427218f3f0241537a9cb7467b6da2aa5cb20915c31400800e3081d20e6454a35164600fe8bf4f846744f211e040588260cc872c78abd91b422c60071bfda5f11d251eb09f0935944b41de2a28374ad17e8c963d642310df9050e8ae0f1a2b867bcc8f035e4b353dc699cfc7125b9661ce"), |
||
24 | #endif |
||
25 | InternalsVisibleTo("GMap.NET.WindowsForms, PublicKey=0024000004800000940000000602000000240000525341310004000001000100cd251b0b8f7079914bbe3e5655d92e5427218f3f0241537a9cb7467b6da2aa5cb20915c31400800e3081d20e6454a35164600fe8bf4f846744f211e040588260cc872c78abd91b422c60071bfda5f11d251eb09f0935944b41de2a28374ad17e8c963d642310df9050e8ae0f1a2b867bcc8f035e4b353dc699cfc7125b9661ce"), |
||
26 | InternalsVisibleTo("GMap.NET.WindowsMobile, PublicKey=0024000004800000940000000602000000240000525341310004000001000100cd251b0b8f7079914bbe3e5655d92e5427218f3f0241537a9cb7467b6da2aa5cb20915c31400800e3081d20e6454a35164600fe8bf4f846744f211e040588260cc872c78abd91b422c60071bfda5f11d251eb09f0935944b41de2a28374ad17e8c963d642310df9050e8ae0f1a2b867bcc8f035e4b353dc699cfc7125b9661ce"), |
||
27 | InternalsVisibleTo("GMap.NET.WindowsPresentation, PublicKey=0024000004800000940000000602000000240000525341310004000001000100cd251b0b8f7079914bbe3e5655d92e5427218f3f0241537a9cb7467b6da2aa5cb20915c31400800e3081d20e6454a35164600fe8bf4f846744f211e040588260cc872c78abd91b422c60071bfda5f11d251eb09f0935944b41de2a28374ad17e8c963d642310df9050e8ae0f1a2b867bcc8f035e4b353dc699cfc7125b9661ce")] |
||
28 | |||
29 | // Version information for an assembly consists of the following four values: |
||
30 | // |
||
31 | // Major Version |
||
32 | // Minor Version |
||
33 | // Build Number |
||
34 | // Revision |
||
35 | // |
||
36 | // You can specify all the values or you can default the Build and Revision Numbers |
||
37 | // by using the '*' as shown below: |
||
38 | // [assembly: AssemblyVersion("1.0.*")] |
||
39 | //[assembly: AssemblyVersion("1.5.3.3")] |
||
40 | //[assembly: AssemblyFileVersion("1.5.3.3")] |