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 f54c191 commit 1da78e7Copy full SHA for 1da78e7
ContextMenuManager/ContextMenuManager.csproj
@@ -38,7 +38,7 @@ xcopy $(SolutionDir)\Languages $(TargetDir)\config\Languages /y
38
xcopy $(ProjectDir)\Properties\Resources\Texts $(TargetDir)\Config\Dictionaries\Web /y
39
del $(TargetDir)\Config\Dictionaries\Web\AppLanguageDic.ini</PostBuildEvent>-->
40
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
41
- <NoWarn>$(NoWarn);WFO1000</NoWarn>
+ <NoWarn>$(NoWarn);WFO1000;CA1416</NoWarn>
42
</PropertyGroup>
43
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
44
<ErrorReport>send</ErrorReport>
0 commit comments