-
Notifications
You must be signed in to change notification settings - Fork 3
/
AssemblyInfo.cs
18 lines (16 loc) · 1.13 KB
/
AssemblyInfo.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Assembly AForge, Version 2.1.5.0
[assembly: System.Reflection.AssemblyVersion("2.1.5.0")]
[assembly: System.Reflection.AssemblyCopyright("AForge \x00a9 2011")]
[assembly: System.Reflection.AssemblyTitle("AForge")]
[assembly: System.Reflection.AssemblyDescription("")]
[assembly: System.Reflection.AssemblyConfiguration("")]
[assembly: System.Reflection.AssemblyCompany("AForge")]
[assembly: System.Reflection.AssemblyProduct("AForge.NET")]
[assembly: System.Runtime.InteropServices.Guid("f37ad0d7-d32b-4096-841f-3c03dbbecde6")]
[assembly: System.Reflection.AssemblyTrademark("")]
[assembly: System.Runtime.InteropServices.ComVisible(false)]
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)]
[assembly: System.Reflection.AssemblyFileVersion("2.1.5.0")]
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
[assembly: System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]