提交 9d7f13fa 编写于 作者: D Dustin Campbell

Move MSBuildWorkspace into separate project

上级 fb7ff90e
......@@ -962,10 +962,13 @@ Global
{96EB2D3B-F694-48C6-A284-67382841E086}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96EB2D3B-F694-48C6-A284-67382841E086}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96EB2D3B-F694-48C6-A284-67382841E086}.Release|Any CPU.Build.0 = Release|Any CPU
<<<<<<< HEAD
{037F06F0-3BE8-42D0-801E-2F74FC380AB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{037F06F0-3BE8-42D0-801E-2F74FC380AB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{037F06F0-3BE8-42D0-801E-2F74FC380AB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{037F06F0-3BE8-42D0-801E-2F74FC380AB8}.Release|Any CPU.Build.0 = Release|Any CPU
=======
>>>>>>> Move MSBuildWorkspace into separate project
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
......@@ -1137,7 +1140,10 @@ Global
{FC2AE90B-2E4B-4045-9FDD-73D4F5ED6C89} = {C2D1346B-9665-4150-B644-075CF1636BAA}
{49E7C367-181B-499C-AC2E-8E17C81418D6} = {C2D1346B-9665-4150-B644-075CF1636BAA}
{96EB2D3B-F694-48C6-A284-67382841E086} = {55A62CFA-1155-46F1-ADF3-BEEE51B58AB5}
<<<<<<< HEAD
{037F06F0-3BE8-42D0-801E-2F74FC380AB8} = {55A62CFA-1155-46F1-ADF3-BEEE51B58AB5}
=======
>>>>>>> Move MSBuildWorkspace into separate project
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {604E6B91-7BC0-4126-AE07-D4D2FEFC3D29}
......
......@@ -22,6 +22,7 @@
<ProjectReference Include="..\..\VisualStudio\VisualBasic\Impl\BasicVisualStudio.vbproj" />
<ProjectReference Include="..\..\Workspaces\CoreTestUtilities\WorkspacesTestUtilities.csproj" />
<ProjectReference Include="..\..\Workspaces\Core\Desktop\Workspaces.Desktop.csproj" />
<ProjectReference Include="..\..\Workspaces\Core\MSBuild\Workspaces.MSBuild.csproj" />
<ProjectReference Include="..\..\Features\VisualBasic\Portable\BasicFeatures.vbproj" />
<ProjectReference Include="..\..\Workspaces\Core\Portable\Workspaces.csproj" />
<ProjectReference Include="..\..\Features\CSharp\Portable\CSharpFeatures.csproj" />
......
......@@ -22,6 +22,7 @@
<ProjectReference Include="..\..\Test\Utilities\Portable\TestUtilities.csproj" />
<ProjectReference Include="..\CoreTestUtilities\WorkspacesTestUtilities.csproj" />
<ProjectReference Include="..\Core\Desktop\Workspaces.Desktop.csproj" />
<ProjectReference Include="..\Core\MSBuild\Workspaces.MSBuild.csproj" />
<ProjectReference Include="..\CSharp\Portable\CSharpWorkspace.csproj" />
<ProjectReference Include="..\VisualBasic\Portable\BasicWorkspace.vbproj" />
<ProjectReference Include="..\Core\Portable\Workspaces.csproj" />
......
......@@ -20,6 +20,7 @@
<ProjectReference Include="..\..\Compilers\VisualBasic\Portable\BasicCodeAnalysis.vbproj" />
<ProjectReference Include="..\..\Test\Utilities\Portable\TestUtilities.csproj" />
<ProjectReference Include="..\Core\Desktop\Workspaces.Desktop.csproj" />
<ProjectReference Include="..\Core\MSBuild\Workspaces.MSBuild.csproj" />
<ProjectReference Include="..\CSharp\Portable\CSharpWorkspace.csproj" />
<ProjectReference Include="..\VisualBasic\Portable\BasicWorkspace.vbproj" />
<ProjectReference Include="..\Core\Portable\Workspaces.csproj" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册