提交 3320fc30 编写于 作者: J Jared Parsons

Reorganize the code a bit

上级 39cd3b88
......@@ -7,9 +7,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeAnalysisTest", "src\Com
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeAnalysis", "src\Compilers\Core\Portable\CodeAnalysis.csproj", "{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBCSCompiler", "src\Compilers\Core\VBCSCompiler\VBCSCompiler.csproj", "{9508F118-F62E-4C16-A6F4-7C3B56E166AD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBCSCompiler", "src\Compilers\Server\VBCSCompiler\VBCSCompiler.csproj", "{9508F118-F62E-4C16-A6F4-7C3B56E166AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBCSCompilerTests", "src\Compilers\Core\VBCSCompilerTests\VBCSCompilerTests.csproj", "{F5CE416E-B906-41D2-80B9-0078E887A3F6}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBCSCompilerTests", "src\Compilers\Server\VBCSCompilerTests\VBCSCompilerTests.csproj", "{F5CE416E-B906-41D2-80B9-0078E887A3F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{A41D1B99-F489-4C43-BBDF-96D61B19A6B9}"
EndProject
......
......@@ -7,9 +7,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeAnalysisTest", "src\Com
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeAnalysis", "src\Compilers\Core\Portable\CodeAnalysis.csproj", "{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBCSCompiler", "src\Compilers\Core\VBCSCompiler\VBCSCompiler.csproj", "{9508F118-F62E-4C16-A6F4-7C3B56E166AD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBCSCompiler", "src\Compilers\Server\VBCSCompiler\VBCSCompiler.csproj", "{9508F118-F62E-4C16-A6F4-7C3B56E166AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBCSCompilerTests", "src\Compilers\Core\VBCSCompilerTests\VBCSCompilerTests.csproj", "{F5CE416E-B906-41D2-80B9-0078E887A3F6}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBCSCompilerTests", "src\Compilers\Server\VBCSCompilerTests\VBCSCompilerTests.csproj", "{F5CE416E-B906-41D2-80B9-0078E887A3F6}"
ProjectSection(ProjectDependencies) = postProject
{D874349C-8BB3-4BDC-8535-2D52CCCA1198} = {D874349C-8BB3-4BDC-8535-2D52CCCA1198}
EndProjectSection
......
......@@ -63,10 +63,10 @@
<Compile Include="..\..\Core\MSBuildTask\NativeMethods.cs">
<Link>NativeMethods.cs</Link>
</Compile>
<Compile Include="..\..\Core\VBCSCompiler\BuildProtocol.cs">
<Compile Include="..\..\Helpers\BuildProtocol.cs">
<Link>BuildProtocol.cs</Link>
</Compile>
<Compile Include="..\..\Core\VBCSCompiler\CompilerServerLogger.cs">
<Compile Include="..\..\Helpers\CompilerServerLogger.cs">
<Link>CompilerServerLogger.cs</Link>
</Compile>
<Compile Include="..\..\Helpers\ConsoleUtil.cs">
......
......@@ -29,7 +29,7 @@
<Project>{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}</Project>
<Name>CodeAnalysis</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Core\VBCSCompiler\VBCSCompiler.csproj">
<ProjectReference Include="..\..\..\Server\VBCSCompiler\VBCSCompiler.csproj">
<Project>{9508F118-F62E-4C16-A6F4-7C3B56E166AD}</Project>
<Name>VBCSCompiler</Name>
</ProjectReference>
......
......@@ -44,10 +44,10 @@
<Compile Include="..\..\Core\MSBuildTask\NativeMethods.cs">
<Link>NativeMethods.cs</Link>
</Compile>
<Compile Include="..\..\Core\VBCSCompiler\BuildProtocol.cs">
<Compile Include="..\..\Helpers\BuildProtocol.cs">
<Link>BuildProtocol.cs</Link>
</Compile>
<Compile Include="..\..\Core\VBCSCompiler\CompilerServerLogger.cs">
<Compile Include="..\..\Helpers\CompilerServerLogger.cs">
<Link>CompilerServerLogger.cs</Link>
</Compile>
<Compile Include="..\..\Helpers\AbstractAnalyzerAssemblyLoader.cs">
......
......@@ -40,10 +40,10 @@
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\VBCSCompiler\BuildProtocol.cs">
<Compile Include="..\..\Helpers\BuildProtocol.cs">
<Link>BuildProtocol.cs</Link>
</Compile>
<Compile Include="..\VBCSCompiler\CompilerServerLogger.cs">
<Compile Include="..\..\Helpers\CompilerServerLogger.cs">
<Link>CompilerServerLogger.cs</Link>
</Compile>
<Compile Include="..\..\Helpers\ConsoleUtil.cs">
......@@ -88,4 +88,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
......@@ -27,7 +27,7 @@
<Project>{2523D0E6-DF32-4A3E-8AE0-A19BFFAE2EF6}</Project>
<Name>BasicCodeAnalysis</Name>
</ProjectReference>
<ProjectReference Include="..\Portable\CodeAnalysis.csproj">
<ProjectReference Include="..\..\Core\Portable\CodeAnalysis.csproj">
<Project>{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}</Project>
<Name>CodeAnalysis</Name>
</ProjectReference>
......@@ -59,9 +59,13 @@
</Compile>
<Compile Include="AnalyzerConsistencyChecker.cs" />
<Compile Include="Assembly.cs" />
<Compile Include="BuildProtocol.cs" />
<Compile Include="..\..\Helpers\BuildProtocol.cs">
<Link>BuildProtocol.cs</Link>
</Compile>
<Compile Include="..\..\Helpers\CompilerServerLogger.cs">
<Link>CompilerServerLogger.cs</Link>
</Compile>
<Compile Include="CompilerRequestHandler.cs" />
<Compile Include="CompilerServerLogger.cs" />
<Compile Include="CSharpCompilerServer.cs" />
<Compile Include="DiagnosticListener.cs" />
<Compile Include="IClientConnection.cs" />
......@@ -86,4 +90,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
......@@ -42,11 +42,11 @@
<Project>{F7712928-1175-47B3-8819-EE086753DEE2}</Project>
<Name>TestUtilities.FX45</Name>
</ProjectReference>
<ProjectReference Include="..\MSBuildTask\MSBuildTask.csproj">
<ProjectReference Include="..\..\Core\MSBuildTask\MSBuildTask.csproj">
<Project>{d874349c-8bb3-4bdc-8535-2d52ccca1198}</Project>
<Name>MSBuildTask</Name>
</ProjectReference>
<ProjectReference Include="..\Portable\CodeAnalysis.csproj">
<ProjectReference Include="..\..\Core\Portable\CodeAnalysis.csproj">
<Project>{1ee8cad3-55f9-4d91-96b2-084641da9a6c}</Project>
<Name>CodeAnalysis</Name>
</ProjectReference>
......
......@@ -22,7 +22,7 @@
<Project>{76C6F005-C89D-4348-BB4A-391898DBEB52}</Project>
<Name>TestUtilities.Desktop</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Core\VBCSCompiler\VBCSCompiler.csproj">
<ProjectReference Include="..\..\..\Server\VBCSCompiler\VBCSCompiler.csproj">
<Project>{9508F118-F62E-4C16-A6F4-7C3B56E166AD}</Project>
<Name>VBCSCompiler</Name>
</ProjectReference>
......@@ -136,4 +136,4 @@
<Import Project="..\..\..\..\..\build\Targets\VSL.Imports.targets" />
<Import Project="..\..\..\..\..\build\Targets\Roslyn.Toolsets.Xunit.targets" />
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
......@@ -62,10 +62,10 @@
<Compile Include="..\..\Core\MSBuildTask\NativeMethods.cs">
<Link>NativeMethods.cs</Link>
</Compile>
<Compile Include="..\..\Core\VBCSCompiler\BuildProtocol.cs">
<Compile Include="..\..\Helpers\BuildProtocol.cs">
<Link>BuildProtocol.cs</Link>
</Compile>
<Compile Include="..\..\Core\VBCSCompiler\CompilerServerLogger.cs">
<Compile Include="..\..\Helpers\CompilerServerLogger.cs">
<Link>CompilerServerLogger.cs</Link>
</Compile>
<Compile Include="..\..\Helpers\ConsoleUtil.cs">
......
......@@ -63,10 +63,10 @@
<Compile Include="..\..\Core\MSBuildTask\NativeMethods.cs">
<Link>NativeMethods.cs</Link>
</Compile>
<Compile Include="..\..\Core\VBCSCompiler\BuildProtocol.cs">
<Compile Include="..\..\Helpers\BuildProtocol.cs">
<Link>BuildProtocol.cs</Link>
</Compile>
<Compile Include="..\..\Core\VBCSCompiler\CompilerServerLogger.cs">
<Compile Include="..\..\Helpers\CompilerServerLogger.cs">
<Link>CompilerServerLogger.cs</Link>
</Compile>
<Compile Include="..\..\Helpers\AbstractAnalyzerAssemblyLoader.cs">
......@@ -99,4 +99,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册