From 71f11e3c9a1e9c596ef2857f2606945efd0bd71b Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Thu, 21 Apr 2016 09:57:40 +0900 Subject: [PATCH] Change CodeAnalysis Ruleset Change-Id: Ie892829d9a1477088896879a0f5a277f028a3188 --- Tizen.Applications/Properties/AssemblyInfo.cs | 5 +++-- Tizen.Applications/Tizen.Applications.csproj | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Tizen.Applications/Properties/AssemblyInfo.cs b/Tizen.Applications/Properties/AssemblyInfo.cs index fe35548..ad7e5b0 100755 --- a/Tizen.Applications/Properties/AssemblyInfo.cs +++ b/Tizen.Applications/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ -using System.Reflection; -using System.Runtime.CompilerServices; +using System; +using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Tizen.Applications")] @@ -12,6 +12,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] +[assembly: CLSCompliant(true)] [assembly: Guid("d2d1a3ce-000e-4ab3-81c4-a8a44a008989")] diff --git a/Tizen.Applications/Tizen.Applications.csproj b/Tizen.Applications/Tizen.Applications.csproj index 3eb92c5..cdc1398 100755 --- a/Tizen.Applications/Tizen.Applications.csproj +++ b/Tizen.Applications/Tizen.Applications.csproj @@ -23,6 +23,7 @@ 4 true bin\Debug\Tizen.Applications.XML + ExtendedDesignGuidelineRules.ruleset pdbonly -- 2.7.4