This repository was archived by the owner on Nov 8, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
AsyncUsageAnalyzers/AsyncUsageAnalyzers.Vsix Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 24
24
<CopyOutputSymbolsToOutputDirectory >false</CopyOutputSymbolsToOutputDirectory >
25
25
<VSSDKTargetPlatformRegRootSuffix >Roslyn</VSSDKTargetPlatformRegRootSuffix >
26
26
</PropertyGroup >
27
+ <PropertyGroup Condition =" '$(BuildingInsideVisualStudio)' != 'true'" >
28
+ <!-- This property disables extension deployment for command line builds; required for AppVeyor and the build script -->
29
+ <DeployExtension >False</DeployExtension >
30
+ </PropertyGroup >
27
31
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
28
32
<DebugSymbols >true</DebugSymbols >
29
33
<DebugType >full</DebugType >
32
36
<DefineConstants >DEBUG;TRACE</DefineConstants >
33
37
<ErrorReport >prompt</ErrorReport >
34
38
<WarningLevel >4</WarningLevel >
39
+ <NoWarn >2008</NoWarn >
35
40
</PropertyGroup >
36
41
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
37
42
<DebugType >pdbonly</DebugType >
40
45
<DefineConstants >TRACE</DefineConstants >
41
46
<ErrorReport >prompt</ErrorReport >
42
47
<WarningLevel >4</WarningLevel >
48
+ <NoWarn >2008</NoWarn >
43
49
</PropertyGroup >
44
50
<PropertyGroup >
45
51
<StartAction >Program</StartAction >
You can’t perform that action at this time.
0 commit comments