Skip to content
Snippets Groups Projects
Commit db368be4 authored by Frederik Carlier's avatar Frederik Carlier
Browse files

Mark the assembly as CLS Compliant

parent f795049b
Branches master
No related tags found
No related merge requests found
using System.Reflection;
using System;
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
......@@ -12,6 +13,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: CLSCompliant(true)]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment