Skip to content

Commit 1da78e7

Browse files
committed
Suppress CA1416
1 parent f54c191 commit 1da78e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ContextMenuManager/ContextMenuManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ xcopy $(SolutionDir)\Languages $(TargetDir)\config\Languages /y
3838
xcopy $(ProjectDir)\Properties\Resources\Texts $(TargetDir)\Config\Dictionaries\Web /y
3939
del $(TargetDir)\Config\Dictionaries\Web\AppLanguageDic.ini</PostBuildEvent>-->
4040
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
41-
<NoWarn>$(NoWarn);WFO1000</NoWarn>
41+
<NoWarn>$(NoWarn);WFO1000;CA1416</NoWarn>
4242
</PropertyGroup>
4343
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
4444
<ErrorReport>send</ErrorReport>

0 commit comments

Comments
 (0)