Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove InteractiveWindow from Willow authoring #13588

Merged
merged 1 commit into from Sep 3, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -13,10 +13,6 @@
<Import Project="$(NuGetPackageRoot)\MicroBuild.Core\$(MicroBuildVersion)\build\MicroBuild.Core.props" />
<Import Project="$(NuGetPackageRoot)\MicroBuild.Core\$(MicroBuildVersion)\build\MicroBuild.Core.targets" />

<ItemGroup>
<ProjectReference Include="..\MicrosoftVisualStudioInteractiveWindow\Microsoft.VisualStudio.InteractiveWindow.vsmanproj" />
</ItemGroup>

<Target Name="BeforeBuild">
<MSBuild Projects="MicrosoftCodeAnalysisExpressionEvaluator\Microsoft.CodeAnalysis.ExpressionEvaluator.swixproj" Targets="Build" />
<MSBuild Projects="MicrosoftCodeAnalysisVisualStudioInteractiveComponents\Microsoft.CodeAnalysis.VisualStudioInteractiveComponents.swixproj" Targets="Build" />
Expand All @@ -31,6 +27,5 @@
<MergeManifest Include="$(OutputPath)Microsoft.CodeAnalysis.VisualStudio.Setup.json" />
<MergeManifest Include="$(OutputPath)Microsoft.CodeAnalysis.VisualStudio.Setup.Interactive.json" />
<MergeManifest Include="$(OutputPath)Microsoft.CodeAnalysis.VisualStudio.Setup.Next.json" />
<MergeManifest Include="$(OutputPath)Microsoft.VisualStudio.InteractiveWindow.json" />
</ItemGroup>
</Project>
Expand Up @@ -18,6 +18,3 @@ vs.dependencies
vs.dependency id=Microsoft.CodeAnalysis.VisualStudio.Setup
version=$(Version)
type=Required
vs.dependency id=Microsoft.VisualStudio.InteractiveWindow
version=$(Version)
type=Required
Expand Up @@ -21,6 +21,3 @@ vs.dependencies
vs.dependency id=Microsoft.CodeAnalysis.VisualStudio.InteractiveComponents
version=$(Version)
type=Required
vs.dependency id=Microsoft.VisualStudio.InteractiveWindow
version=$(Version)
type=Required

This file was deleted.

This file was deleted.

This file was deleted.