提交 f1b57194 编写于 作者: H Heejae Chang

add place holder

上级 6388ac88
......@@ -452,6 +452,7 @@
<Compile Include="Lowering\SynthesizedSubmissionFields.cs" />
<Compile Include="Lowering\SyntheticBoundNodeFactory.cs" />
<Compile Include="Lowering\UnmatchedGotoFinder.cs" />
<Compile Include="Operations\CSharpOperationFactory.cs" />
<Compile Include="Parser\AbstractLexer.cs" />
<Compile Include="Parser\BlendedNode.cs" />
<Compile Include="Parser\Blender.cs" />
......@@ -867,6 +868,7 @@
<InternalsVisibleToTest Include="Roslyn.Services.Editor.CSharp.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Services.Editor2.UnitTests" />
</ItemGroup>
<ItemGroup />
<Import Project="..\CSharpAnalyzerDriver\CSharpAnalyzerDriver.projitems" Label="Shared" />
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
\ No newline at end of file
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Microsoft.CodeAnalysis.CSharp.Operations
{
class CSharpOperationFactory
{
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册