Change CodeAnalysis Ruleset
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 21 Apr 2016 00:57:40 +0000 (09:57 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 21 Apr 2016 00:57:40 +0000 (09:57 +0900)
Change-Id: Ie892829d9a1477088896879a0f5a277f028a3188

Tizen.Applications/Properties/AssemblyInfo.cs
Tizen.Applications/Tizen.Applications.csproj

index fe35548..ad7e5b0 100755 (executable)
@@ -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")]
 
index 3eb92c5..cdc1398 100755 (executable)
@@ -23,6 +23,7 @@
     <WarningLevel>4</WarningLevel>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <DocumentationFile>bin\Debug\Tizen.Applications.XML</DocumentationFile>
+    <CodeAnalysisRuleSet>ExtendedDesignGuidelineRules.ruleset</CodeAnalysisRuleSet>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>