提交 0db2f3e0 编写于 作者: J Jonathon Marolf 提交者: GitHub

Merge pull request #13972 from jmarolf/bugfix/ngen-setup-next

NGEN Setup.Next
......@@ -4,6 +4,7 @@
<Identity Id="58293943-56F1-4734-82FC-0411DCF49DE1" Version="|%CurrentProject%;GetBuildVersion|" Language="en-US" Publisher="Microsoft" />
<DisplayName>Roslyn Language Services for Visual Studio 15</DisplayName>
<Description>C# and VB.NET language services for Visual Studio 15.</Description>
<ShortcutPath>..\CommonExtensions\Microsoft\ManagedLanguages\VBCSharp\LanguageServicesNext</ShortcutPath>
</Metadata>
<Installation Experimental="true">
<InstallationTarget Version="[15.0,]" Id="Microsoft.VisualStudio.Pro" />
......@@ -11,6 +12,13 @@
<InstallationTarget Version="[15.0,]" Id="Microsoft.VisualStudio.VWDExpress" />
<InstallationTarget Version="[15.0,]" Id="Microsoft.VisualStudio.VSWinExpress" />
</Installation>
<Installer>
<Actions>
<Action Type="Ngen" Path="Microsoft.CodeAnalysis.EditorFeatures.Next.dll" />
<Action Type="Ngen" Path="Microsoft.VisualStudio.LanguageServices.Next.dll" />
<Action Type="Ngen" Path="Microsoft.VisualStudio.LanguageServices.Xaml.dll" />
</Actions>
</Installer>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,)" />
<Dependency Version="[|VisualStudioSetup;GetBuildVersion|,]" DisplayName="Roslyn Language Services" Id="0b5e8ddb-f12d-4131-a71d-77acc26a798f" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册