|
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="1.0.1" 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 Id="Microsoft.VisualStudio.Community" Version="[11.0,17.0)"> |
13 | | - <ProductArchitecture>x86</ProductArchitecture> |
14 | | - </InstallationTarget> |
15 | | - <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,17.0)"> |
16 | | - <ProductArchitecture>x86</ProductArchitecture> |
17 | | - </InstallationTarget> |
18 | | - <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[11.0,17.0)"> |
19 | | - <ProductArchitecture>x86</ProductArchitecture> |
20 | | - </InstallationTarget> |
21 | | - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)"> |
22 | | - <ProductArchitecture>amd64</ProductArchitecture> |
23 | | - </InstallationTarget> |
24 | | - <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)"> |
25 | | - <ProductArchitecture>amd64</ProductArchitecture> |
26 | | - </InstallationTarget> |
27 | | - <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)"> |
28 | | - <ProductArchitecture>amd64</ProductArchitecture> |
29 | | - </InstallationTarget> |
30 | | - </Installation> |
31 | | - <Dependencies> |
32 | | - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.0,)" /> |
33 | | - </Dependencies> |
34 | | - <Prerequisites> |
35 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,18.0)" DisplayName="Visual Studio core editor" /> |
36 | | - </Prerequisites> |
37 | | - <Assets> |
38 | | - </Assets> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="2443c97f-77f2-47ea-b473-7f34832b2f86" Version="1.1.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 Id="Microsoft.VisualStudio.Community" Version="[11.0,17.0)"> |
| 13 | + <ProductArchitecture>x86</ProductArchitecture> |
| 14 | + </InstallationTarget> |
| 15 | + <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,17.0)"> |
| 16 | + <ProductArchitecture>x86</ProductArchitecture> |
| 17 | + </InstallationTarget> |
| 18 | + <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[11.0,17.0)"> |
| 19 | + <ProductArchitecture>x86</ProductArchitecture> |
| 20 | + </InstallationTarget> |
| 21 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)"> |
| 22 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 23 | + </InstallationTarget> |
| 24 | + <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)"> |
| 25 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 26 | + </InstallationTarget> |
| 27 | + <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)"> |
| 28 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 29 | + </InstallationTarget> |
| 30 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)"> |
| 31 | + <ProductArchitecture>arm64</ProductArchitecture> |
| 32 | + </InstallationTarget> |
| 33 | + <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)"> |
| 34 | + <ProductArchitecture>arm64</ProductArchitecture> |
| 35 | + </InstallationTarget> |
| 36 | + <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)"> |
| 37 | + <ProductArchitecture>arm64</ProductArchitecture> |
| 38 | + </InstallationTarget> |
| 39 | + </Installation> |
| 40 | + <Dependencies> |
| 41 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.0,)" /> |
| 42 | + </Dependencies> |
| 43 | + <Prerequisites> |
| 44 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,18.0)" DisplayName="Visual Studio core editor" /> |
| 45 | + </Prerequisites> |
| 46 | + <Assets> |
| 47 | + </Assets> |
39 | 48 | </PackageManifest> |
0 commit comments