AssemblyInfo.cs 1.14 KB
Newer Older
1
2
using System;
using System.Reflection;
davescriven's avatar
davescriven committed
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("4b6e2fba-c110-43e9-bd41-e0b7fd067f29")]

// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// You can specify all the values or you can default the Revision and Build Numbers 
// by using the '*' as shown below:
20
//[assembly: AssemblyVersion("2.4.0")]
21
22
23
//[assembly: AssemblyFileVersion("1.0.1.*")]

[assembly: CLSCompliant(true)]
24

25
26
27
28
29
30
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Svg.UnitTests,PublicKey=" + 
    "00240000048000009400000006020000002400005253413100040000010001008d4e723a8c76be" + 
"e667607d1fca2c0f0cdcc1c1b926ae46669128282ecad43e6d0776497cd8289dca11e4479773d5" +
"45fc4c557686de548aadbb8652fa550e21d4c402885fec4c1deebfa79e861adb966fc8f4e78235" +
"79a535280ddd3a0168cb4d19522c7591b6693377058675da70e50c7bd6fdceae055cef085f02a0" +
"5a7f0cb4")]