diff --git a/Eve-O-Mock/Properties/AssemblyInfo.cs b/Eve-O-Mock/Properties/AssemblyInfo.cs index 6be2b76..8f04a3c 100644 --- a/Eve-O-Mock/Properties/AssemblyInfo.cs +++ b/Eve-O-Mock/Properties/AssemblyInfo.cs @@ -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)] \ No newline at end of file diff --git a/Eve-O-Preview/Properties/AssemblyInfo.cs b/Eve-O-Preview/Properties/AssemblyInfo.cs index 5d9a712..75c665f 100644 --- a/Eve-O-Preview/Properties/AssemblyInfo.cs +++ b/Eve-O-Preview/Properties/AssemblyInfo.cs @@ -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)]