|
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="MigratePackagesConfigToPackageReferencesExtension.e81acbbb-7734-45b1-8852-73aa94df865c" Version="1.0" Language="en-US" Publisher="Rami Abughazaleh" /> |
5 | | - <DisplayName>Migrate packages.config to PackageReferences</DisplayName> |
6 | | - <Description xml:space="preserve">Migrates packages.config to PackageReferences. Works with C# csproj and C++ vcxproj Visual Studio project files.</Description> |
7 | | - <MoreInfo>https://github.com/icnocop/MigratePackagesConfigToPackageReferencesExtension</MoreInfo> |
8 | | - <License>LICENSE</License> |
9 | | - <Icon>Resources\Icon.png</Icon> |
10 | | - <PreviewImage>Resources\Preview.png</PreviewImage> |
11 | | - <Tags>packages.config PackageReference NuGet vcxproj</Tags> |
12 | | - </Metadata> |
13 | | - <Installation> |
14 | | - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> |
15 | | - <ProductArchitecture>amd64</ProductArchitecture> |
16 | | - </InstallationTarget> |
17 | | - </Installation> |
18 | | - <Prerequisites> |
19 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,)" DisplayName="Visual Studio core editor" /> |
20 | | - </Prerequisites> |
21 | | - <Assets> |
22 | | - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
23 | | - </Assets> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="MigratePackagesConfigToPackageReferencesExtension.e81acbbb-7734-45b1-8852-73aa94df865c" Version="1.0" Language="en-US" Publisher="Rami Abughazaleh" /> |
| 5 | + <DisplayName>Migrate packages.config to PackageReferences</DisplayName> |
| 6 | + <Description xml:space="preserve">Migrates packages.config to PackageReferences. Works with C# csproj and native C++ vcxproj Visual Studio project files.</Description> |
| 7 | + <MoreInfo>https://github.com/icnocop/MigratePackagesConfigToPackageReferencesExtension</MoreInfo> |
| 8 | + <License>LICENSE</License> |
| 9 | + <Icon>Resources\Icon.png</Icon> |
| 10 | + <PreviewImage>Resources\Preview.png</PreviewImage> |
| 11 | + <Tags>packages.config PackageReference NuGet vcxproj</Tags> |
| 12 | + </Metadata> |
| 13 | + <Installation> |
| 14 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> |
| 15 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 16 | + </InstallationTarget> |
| 17 | + </Installation> |
| 18 | + <Prerequisites> |
| 19 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,)" DisplayName="Visual Studio core editor" /> |
| 20 | + </Prerequisites> |
| 21 | + <Assets> |
| 22 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 23 | + </Assets> |
24 | 24 | </PackageManifest> |
0 commit comments