Mark assemblies as CLSCompliant

This commit is contained in:
Anton Kasyanov
2016-05-14 00:52:01 +03:00
parent 97855fe593
commit 3e5f54857f
2 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
using System.Reflection;
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
@@ -23,3 +24,5 @@ using System.Windows;
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: CLSCompliant(true)]

View File

@@ -1,4 +1,5 @@
using System.Reflection;
using System;
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("EVE-O Preview")]
@@ -16,3 +17,5 @@ using System.Runtime.InteropServices;
// Provide your own key name to build the app locally
[assembly: AssemblyKeyName("Phrynohyas")]
[assembly: CLSCompliant(true)]