Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit ca24e50

Browse files
committed
Disable warning CS2008 (No source files specified) in VSIX project
1 parent e73c403 commit ca24e50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AsyncUsageAnalyzers/AsyncUsageAnalyzers.Vsix/AsyncUsageAnalyzers.Vsix.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<DefineConstants>DEBUG;TRACE</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
39+
<NoWarn>2008</NoWarn>
3940
</PropertyGroup>
4041
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4142
<DebugType>pdbonly</DebugType>
@@ -44,6 +45,7 @@
4445
<DefineConstants>TRACE</DefineConstants>
4546
<ErrorReport>prompt</ErrorReport>
4647
<WarningLevel>4</WarningLevel>
48+
<NoWarn>2008</NoWarn>
4749
</PropertyGroup>
4850
<PropertyGroup>
4951
<StartAction>Program</StartAction>

0 commit comments

Comments
 (0)