提交 12a2f859 编写于 作者: D David Kean

Merge pull request #6303 from SamB/syntax-gen-nits

Syntax gen nits
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Tree Root="SyntaxNode">
......@@ -591,11 +591,10 @@
</PropertyComment>
</Field>
<Field Name="ColonToken" Type="SyntaxToken">
<Kind Name="ColonToken">
<PropertyComment>
<summary>SyntaxToken representing the colon.</summary>
</PropertyComment>
</Kind>
<Kind Name="ColonToken"/>
<PropertyComment>
<summary>SyntaxToken representing the colon.</summary>
</PropertyComment>
</Field>
<Field Name="WhenFalse" Type="ExpressionSyntax">
<PropertyComment>
......
......@@ -28,23 +28,28 @@
</ItemGroup>
<ItemGroup>
<Compile Include="AbstractFileWriter.cs" />
<Compile Include="AbstractNode.cs" />
<Compile Include="Comment.cs" />
<Compile Include="Field.cs" />
<Compile Include="Kind.cs" />
<Compile Include="Node.cs" />
<Compile Include="PredefinedNode.cs" />
<Compile Include="Model\AbstractNode.cs" />
<Compile Include="Model\Comment.cs" />
<Compile Include="Model\Field.cs" />
<Compile Include="Model\Kind.cs" />
<Compile Include="Model\Node.cs" />
<Compile Include="Model\PredefinedNode.cs" />
<Compile Include="Model\Tree.cs" />
<Compile Include="Model\TreeType.cs" />
<Compile Include="Program.cs" />
<Compile Include="SignatureWriter.cs" />
<Compile Include="SourceWriter.cs" />
<Compile Include="TestWriter.cs" />
<Compile Include="Tree.cs" />
<Compile Include="TreeType.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Content Include="..\..\..\..\..\Compilers\CSharp\Portable\Syntax\Syntax.xml">
<Link>Syntax.xml</Link>
</Content>
</ItemGroup>
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册