We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7dd48 commit 6677e58Copy full SHA for 6677e58
src/NativeCode.Mobile.AppCompat.Controls/NativeCode.Mobile.AppCompat.Controls.csproj
@@ -33,6 +33,7 @@
33
<DefineConstants>TRACE</DefineConstants>
34
<ErrorReport>prompt</ErrorReport>
35
<WarningLevel>4</WarningLevel>
36
+ <RunCodeAnalysis>true</RunCodeAnalysis>
37
</PropertyGroup>
38
<ItemGroup>
39
<Compile Include="Card.cs" />
src/NativeCode.Mobile.AppCompat.Controls/Properties/AssemblyInfo.cs
@@ -1,5 +1,6 @@
1
using System.Reflection;
2
using System.Resources;
3
+using System.Runtime.InteropServices;
4
5
[assembly: AssemblyCompany("NativeCode Development")]
6
[assembly: AssemblyConfiguration("")]
@@ -12,4 +13,5 @@
12
13
[assembly: AssemblyTitle("NativeCode.Mobile.AppCompat.Controls")]
14
[assembly: AssemblyTrademark("")]
15
[assembly: AssemblyVersion("1.0.0.0")]
16
+[assembly: ComVisible(false)]
17
[assembly: NeutralResourcesLanguage("en")]
0 commit comments