提交 0d84f6d6 编写于 作者: K Kevin Pilch-Bisson

Merge pull request #1918 from Pilchie/Fix1876

Add Visible=false metadata to one of the instances of Errors.vb

This prevents it from being listed twice in Solution Explorer.

Fixes #1876.
......@@ -971,7 +971,9 @@
<Compile Include="Compilation\ModuleCompilationState.vb" />
<PublicAPI Include="PublicAPI.txt" />
<Content Include="Symbols\SymbolsAndNoPia.docx" />
<ErrorCode Include="Errors\Errors.vb" />
<ErrorCode Include="Errors\Errors.vb">
<Visible>false</Visible>
</ErrorCode>
<SyntaxDefinition Include="Syntax\Syntax.xml">
<SubType>Designer</SubType>
</SyntaxDefinition>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册