提交 a62e20b3 编写于 作者: B Balaji Soundrarajan

Add dependencies between Swixproj

The Swixproj projects encapsulating each Vsix should mention the
dependencies betweeen them similar to the dependencies stated in the
contained Vsixes.
上级 88e06258
......@@ -13,4 +13,9 @@ vs.localizedResources
description="Roslyn Expression Evaluators"
vs.payloads
vs.payload source=$(OutputPath)ExpressionEvaluatorPackage.vsix
\ No newline at end of file
vs.payload source=$(OutputPath)ExpressionEvaluatorPackage.vsix
vs.dependencies
vs.dependency id=Microsoft.CodeAnalysis.VisualStudio.Setup
version=[15.0,16.0)
type=Required
\ No newline at end of file
......@@ -13,4 +13,12 @@ vs.localizedResources
description="Interactive Roslyn components for Visual Studio."
vs.payloads
vs.payload source=$(OutputPath)Roslyn.VisualStudio.InteractiveComponents.vsix
\ No newline at end of file
vs.payload source=$(OutputPath)Roslyn.VisualStudio.InteractiveComponents.vsix
vs.dependencies
vs.dependency id=Microsoft.CodeAnalysis.VisualStudio.Setup
version=[15.0,16.0)
type=Required
vs.dependency id=Microsoft.CodeAnalysis.VisualStudio.InteractiveWindow
version=[15.0,16.0)
type=Required
\ No newline at end of file
......@@ -13,4 +13,15 @@ vs.localizedResources
description="Roslyn interactive language services."
vs.payloads
vs.payload source=$(OutputPath)Roslyn.VisualStudio.Setup.Interactive.vsix
\ No newline at end of file
vs.payload source=$(OutputPath)Roslyn.VisualStudio.Setup.Interactive.vsix
vs.dependencies
vs.dependency id=Microsoft.CodeAnalysis.VisualStudio.Setup
version=[15.0,16.0)
type=Required
vs.dependency id=Microsoft.CodeAnalysis.VisualStudio.InteractiveComponents
version=[15.0,16.0)
type=Required
vs.dependency id=Microsoft.CodeAnalysis.VisualStudio.InteractiveWindow
version=[15.0,16.0)
type=Required
......@@ -13,4 +13,9 @@ vs.localizedResources
description="C# and VB.NET language services for Visual Studio.Next"
vs.payloads
vs.payload source=$(OutputPath)Roslyn.VisualStudio.Setup.Next.vsix
\ No newline at end of file
vs.payload source=$(OutputPath)Roslyn.VisualStudio.Setup.Next.vsix
vs.dependencies
vs.dependency id=Microsoft.CodeAnalysis.VisualStudio.Setup
version=[15.0,16.0)
type=Required
\ No newline at end of file
......@@ -13,4 +13,9 @@ vs.localizedResources
description="Telemetry implementation for Roslyn atop Visual Studio."
vs.payloads
vs.payload source=$(OutputPath)Microsoft.VisualStudio.LanguageServices.Telemetry.vsix
\ No newline at end of file
vs.payload source=$(OutputPath)Microsoft.VisualStudio.LanguageServices.Telemetry.vsix
vs.dependencies
vs.dependency id=Microsoft.CodeAnalysis.VisualStudio.Setup
version=[15.0,16.0)
type=Required
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册