Mark assemblies as CLSCompliant
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
using System.Reflection;
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
|
|
||||||
@@ -23,3 +24,5 @@ using System.Windows;
|
|||||||
|
|
||||||
[assembly: AssemblyVersion("1.0.0.0")]
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||||
|
|
||||||
|
[assembly: CLSCompliant(true)]
|
@@ -1,4 +1,5 @@
|
|||||||
using System.Reflection;
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
[assembly: AssemblyTitle("EVE-O Preview")]
|
[assembly: AssemblyTitle("EVE-O Preview")]
|
||||||
@@ -16,3 +17,5 @@ using System.Runtime.InteropServices;
|
|||||||
|
|
||||||
// Provide your own key name to build the app locally
|
// Provide your own key name to build the app locally
|
||||||
[assembly: AssemblyKeyName("Phrynohyas")]
|
[assembly: AssemblyKeyName("Phrynohyas")]
|
||||||
|
|
||||||
|
[assembly: CLSCompliant(true)]
|
||||||
|
Reference in New Issue
Block a user