提交 4ece891f 编写于 作者: P Pilchie

Use default item metadata so that this works in C# as well.

上级 4d691acd
......@@ -970,9 +970,7 @@
<Compile Include="Compilation\ModuleCompilationState.vb" />
<PublicAPI Include="PublicAPI.txt" />
<Content Include="Symbols\SymbolsAndNoPia.docx" />
<ErrorCode Include="Errors\Errors.vb">
<Visible>false</Visible>
</ErrorCode>
<ErrorCode Include="Errors\Errors.vb" />
<SyntaxDefinition Include="Syntax\Syntax.xml">
<SubType>Designer</SubType>
</SyntaxDefinition>
......@@ -1029,4 +1027,4 @@
<Import Project="..\..\..\..\build\VSL.Imports.Closed.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
......@@ -171,6 +171,12 @@
<Delete Files="$(GeneratedBoundTree)" />
</Target>
<ItemDefinitionGroup>
<ErrorCode>
<Visible>false</Visible>
</ErrorCode>
</ItemDefinitionGroup>
<Target
Name="GenerateErrorFacts"
Inputs="@(ErrorCode);$(CSharpErrorFactsGeneratorToolPath);$(VBErrorFactsGeneratorToolPath)"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册