Skip to content

Commit

Permalink
Added vs2019 support for debugger plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
liiir1985 committed Apr 22, 2020
1 parent 0f34c7f commit 63024f1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
<License>LICENSE.TXT</License>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[12.0,16.0]" />
<InstallationTarget Version="[12.0,16.0]" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[12.0,17.0]" />
<InstallationTarget Version="[12.0,17.0]" Id="Microsoft.VisualStudio.Pro" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" />
<Dependency d:Source="Installed" Id="0b5e8ddb-f12d-4131-a71d-77acc26a798f" DisplayName="Roslyn Language Services" Version="[1.3,3.0)" />
<Dependency d:Source="Installed" Id="0b5e8ddb-f12d-4131-a71d-77acc26a798f" DisplayName="Roslyn Language Services" Version="[1.3,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.VsPackage" Path="EngineRegistration.pkgdef" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[14.0,16.0]" DisplayName="Visual Studio 核心编辑器" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[14.0,17.0)" DisplayName="Visual Studio 核心编辑器" />
</Prerequisites>
</PackageManifest>

0 comments on commit 63024f1

Please sign in to comment.