|
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="IncludeToolbox.Andreas Reich.075c2e2b-7b71-45ba-b2e6-c1dadc81cfac" Version="2.1.5" Language="en-US" Publisher="Andreas Reich" /> |
5 | | - <DisplayName>IncludeToolbox</DisplayName> |
6 | | - <Description xml:space="preserve">Various tools for managing C/C++ #includes: Formatting, sorting, exploring, pruning.</Description> |
7 | | - <License>license.txt</License> |
8 | | - <Icon>Resources\IncludeFormatterPackage.png</Icon> |
9 | | - <PreviewImage>Resources\IncludeFormatterPackage.png</PreviewImage> |
10 | | - <Tags>Include, Include What You Use, IWYU, Include Formatting, Include Sorting, #include, Include Removal</Tags> |
11 | | - </Metadata> |
12 | | - <Installation> |
13 | | - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,16.0)" /> |
14 | | - </Installation> |
15 | | - <Dependencies> |
16 | | - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
17 | | - <Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0,16.0)" /> |
18 | | - </Dependencies> |
19 | | - <Assets> |
20 | | - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
21 | | - <Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="VCProjectUtils.Base" Path="|VCProjectUtils.Base|" AssemblyName="|VCProjectUtils.Base;AssemblyName|" /> |
22 | | - <Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="VCProjectUtils.VS14" Path="|VCProjectUtils.VS14|" AssemblyName="|VCProjectUtils.VS14;AssemblyName|" /> |
23 | | - <Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="VCProjectUtils.VS15" Path="|VCProjectUtils.VS15|" AssemblyName="|VCProjectUtils.VS15;AssemblyName|" /> |
24 | | - </Assets> |
25 | | - <Prerequisites> |
26 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio core editor" /> |
27 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.VC.CoreIde" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio C++ core features" /> |
28 | | - <Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio C++ core features" /> |
29 | | - </Prerequisites> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="IncludeToolbox.Andreas Reich.075c2e2b-7b71-45ba-b2e6-c1dadc81cfac" Version="2.2.0" Language="en-US" Publisher="Andreas Reich" /> |
| 5 | + <DisplayName>IncludeToolbox</DisplayName> |
| 6 | + <Description xml:space="preserve">Various tools for managing C/C++ #includes: Formatting, sorting, exploring, pruning.</Description> |
| 7 | + <License>license.txt</License> |
| 8 | + <Icon>Resources\IncludeFormatterPackage.png</Icon> |
| 9 | + <PreviewImage>Resources\IncludeFormatterPackage.png</PreviewImage> |
| 10 | + <Tags>Include, Include What You Use, IWYU, Include Formatting, Include Sorting, #include, Include Removal</Tags> |
| 11 | + </Metadata> |
| 12 | + <Installation> |
| 13 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,16.0)" /> |
| 14 | + </Installation> |
| 15 | + <Dependencies> |
| 16 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
| 17 | + <Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0,16.0)" /> |
| 18 | + </Dependencies> |
| 19 | + <Assets> |
| 20 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 21 | + <Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="VCProjectUtils.Base" Path="|VCProjectUtils.Base|" AssemblyName="|VCProjectUtils.Base;AssemblyName|" /> |
| 22 | + <Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="VCProjectUtils.VS14" Path="|VCProjectUtils.VS14|" AssemblyName="|VCProjectUtils.VS14;AssemblyName|" /> |
| 23 | + <Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="VCProjectUtils.VS15" Path="|VCProjectUtils.VS15|" AssemblyName="|VCProjectUtils.VS15;AssemblyName|" /> |
| 24 | + </Assets> |
| 25 | + <Prerequisites> |
| 26 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio core editor" /> |
| 27 | + <Prerequisite Id="Microsoft.VisualStudio.Component.VC.CoreIde" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio C++ core features" /> |
| 28 | + <Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio C++ core features" /> |
| 29 | + </Prerequisites> |
30 | 30 | </PackageManifest> |
0 commit comments