|
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="2443c97f-77f2-47ea-b473-7f34832b2f86" Version="0.6.0" Language="en-US" Publisher="Aleksander Berus" /> |
5 |
| - <DisplayName>Debugger Image Visualizer</DisplayName> |
6 |
| - <Description xml:space="preserve">A debug visualizer for Visual Studio that allows you to visually view the graphic content of images during debugging.</Description> |
7 |
| - <MoreInfo>https://github.com/aberus/ImageVisualizer</MoreInfo> |
8 |
| - <Icon>Logo_128x.png</Icon> |
9 |
| - <PreviewImage>Preview_200x.png</PreviewImage> |
10 |
| - </Metadata> |
11 |
| - <Installation InstalledByMsi="true" AllUsers="true"> |
12 |
| - <InstallationTarget Version="10.0" Id="Microsoft.VisualStudio.Pro" /> |
13 |
| - <InstallationTarget Version="14.0" Id="Microsoft.VisualStudio.Community" /> |
14 |
| - <InstallationTarget Version="11.0" Id="Microsoft.VisualStudio.Pro" /> |
15 |
| - <InstallationTarget Version="12.0" Id="Microsoft.VisualStudio.Pro" /> |
16 |
| - <InstallationTarget Version="14.0" Id="Microsoft.VisualStudio.Pro" /> |
17 |
| - <InstallationTarget Version="15.0" Id="Microsoft.VisualStudio.Pro" /> |
18 |
| - <InstallationTarget Version="15.0" Id="Microsoft.VisualStudio.Community" /> |
19 |
| - <InstallationTarget Version="16.0" Id="Microsoft.VisualStudio.Pro" /> |
20 |
| - <InstallationTarget Version="16.0" Id="Microsoft.VisualStudio.Community" /> |
21 |
| - </Installation> |
22 |
| - <Dependencies> |
23 |
| - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.0,)" /> |
24 |
| - </Dependencies> |
25 |
| - <Prerequisites> |
26 |
| - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" /> |
27 |
| - </Prerequisites> |
28 |
| - <Assets> |
29 |
| - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
30 |
| - </Assets> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="2443c97f-77f2-47ea-b473-7f34832b2f86" Version="0.6.0" Language="en-US" Publisher="Aleksander Berus" /> |
| 5 | + <DisplayName>Debugger Image Visualizer</DisplayName> |
| 6 | + <Description xml:space="preserve">A debug visualizer for Visual Studio that allows you to visually view the graphic content of images during debugging.</Description> |
| 7 | + <MoreInfo>https://github.com/aberus/ImageVisualizer</MoreInfo> |
| 8 | + <Icon>Logo_128x.png</Icon> |
| 9 | + <PreviewImage>Preview_200x.png</PreviewImage> |
| 10 | + </Metadata> |
| 11 | + <Installation InstalledByMsi="true" AllUsers="true"> |
| 12 | + <InstallationTarget Version="10.0" Id="Microsoft.VisualStudio.Pro" /> |
| 13 | + <InstallationTarget Version="11.0" Id="Microsoft.VisualStudio.Pro" /> |
| 14 | + <InstallationTarget Version="12.0" Id="Microsoft.VisualStudio.Community" /> |
| 15 | + <InstallationTarget Version="14.0" Id="Microsoft.VisualStudio.Community" /> |
| 16 | + <InstallationTarget Version="15.0" Id="Microsoft.VisualStudio.Community" /> |
| 17 | + <InstallationTarget Version="16.0" Id="Microsoft.VisualStudio.Community" /> |
| 18 | + </Installation> |
| 19 | + <Dependencies> |
| 20 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.0,)" /> |
| 21 | + </Dependencies> |
| 22 | + <Prerequisites> |
| 23 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" /> |
| 24 | + </Prerequisites> |
| 25 | + <Assets> |
| 26 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 27 | + </Assets> |
31 | 28 | </PackageManifest>
|
0 commit comments