|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> |
3 | | - <Metadata> |
4 | | - <Identity Id="6c7ed99a-206a-4937-9e08-b389de175f68" Version="2.0.1.01211" Language="en-US" Publisher="Microsoft Research" /> |
5 | | - <DisplayName>DafnyLanguageMode</DisplayName> |
6 | | - <Description xml:space="preserve">This is a language mode for using the Dafny language inside Visual Studio.</Description> |
7 | | - <License>Z3-LICENSE.txt</License> |
8 | | - </Metadata> |
9 | | - <Installation InstalledByMsi="false"> |
10 | | - <InstallationTarget Version="[11.0,15.0)" Id="Microsoft.VisualStudio.Pro" /> |
11 | | - <InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Community" /> |
12 | | - </Installation> |
13 | | - <Dependencies> |
14 | | - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,]" /> |
15 | | - <Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="11.0" /> |
16 | | - </Dependencies> |
17 | | - <Assets> |
18 | | - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
19 | | - <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
20 | | - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="DafnyMenu" Path="|DafnyMenu;PkgdefProjectOutputGroup|" /> |
21 | | - </Assets> |
22 | | - <Prerequisites> |
23 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26606.0,16.0)" DisplayName="Visual Studio core editor" /> |
24 | | - </Prerequisites> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="6c7ed99a-206a-4937-9e08-b389de175f68" Version="2.1.0.10108" Language="en-US" Publisher="Microsoft Research and community" /> |
| 5 | + <DisplayName>DafnyLanguageMode</DisplayName> |
| 6 | + <Description xml:space="preserve">This is a language mode for using the Dafny language inside Visual Studio.</Description> |
| 7 | + <License>Z3-LICENSE.txt</License> |
| 8 | + </Metadata> |
| 9 | + <Installation InstalledByMsi="false"> |
| 10 | + <InstallationTarget Version="[11.0,15.0)" Id="Microsoft.VisualStudio.Pro" /> |
| 11 | + <InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Community" /> |
| 12 | + </Installation> |
| 13 | + <Dependencies> |
| 14 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,]" /> |
| 15 | + <Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="11.0" /> |
| 16 | + </Dependencies> |
| 17 | + <Assets> |
| 18 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 19 | + <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
| 20 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="DafnyMenu" Path="|DafnyMenu;PkgdefProjectOutputGroup|" /> |
| 21 | + </Assets> |
| 22 | + <Prerequisites> |
| 23 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26606.0,16.0)" DisplayName="Visual Studio core editor" /> |
| 24 | + </Prerequisites> |
25 | 25 | </PackageManifest> |
0 commit comments