Skip to content

Commit 39e7fa4

Browse files
committed
Merge branch 'release/v1.0'
2 parents 9088e4a + befb035 commit 39e7fa4

21 files changed

+458
-326
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ If you want to support the developement you could consider buying me a coffee.
1313
![](https://aleksanderberus.gallerycdn.vsassets.io/extensions/aleksanderberus/debuggerimagevisualizerpreview/0.6.0/1556274284741/219157/1/Preview.gif)
1414

1515
## Works with
16-
* Visual Studio 2010
17-
* Visual Studio 2012
18-
* Visual Studio 2013
19-
* Visual Studio 2015
20-
* Visual Studio 2017
16+
17+
* Visual Studio 2022
2118
* Visual Studio 2019
19+
* Visual Studio 2017
20+
* Visual Studio 2015
21+
* Visual Studio 2013
22+
* Visual Studio 2012
23+
* Visual Studio 2010
24+
25+
.NET Framework 4.0+, .NET Core 3.1+, .NET 6.0+
2226

2327
## Install
2428

src/ImageVisualizer.sln

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29721.120
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.3.32611.2
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageVisualizer10", "ImageVisualizer10\ImageVisualizer10.csproj", "{8377674C-A112-4DC9-9745-926434AE7B2E}"
77
EndProject
@@ -23,10 +23,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageVisualizerPackage", "I
2323
EndProject
2424
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SetupVisualizer", "SetupVisualizer\SetupVisualizer.wixproj", "{49BAF40F-9365-482B-BC8E-43557931B415}"
2525
EndProject
26-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6AE77D16-314C-4016-A4C0-016E1EEF6F80}"
27-
ProjectSection(SolutionItems) = preProject
28-
README.md = README.md
29-
EndProjectSection
26+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageVisualizer17.UI", "ImageVisualizer17.UI\ImageVisualizer17.UI.csproj", "{9432AFAF-EEBD-424B-A181-271E9F2A00F7}"
27+
EndProject
28+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageVisualizer17.Common", "ImageVisualizer17.Common\ImageVisualizer17.Common.csproj", "{14EEBA2B-B2B1-491B-800E-BCC181CFB8FC}"
29+
EndProject
30+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageVisualizer17.DebuggeeSide", "ImageVisualizer17.DebuggeeSide\ImageVisualizer17.DebuggeeSide.csproj", "{2FAA5BDC-192B-4EB7-A7D1-F69F74BE8223}"
3031
EndProject
3132
Global
3233
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -102,12 +103,12 @@ Global
102103
{552D4CE4-EF94-4232-B8EA-C5F26E930220}.Release|x86.Build.0 = Release|Any CPU
103104
{FB4C20B3-659C-4D7E-9832-7BFB165DF2E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
104105
{FB4C20B3-659C-4D7E-9832-7BFB165DF2E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
105-
{FB4C20B3-659C-4D7E-9832-7BFB165DF2E0}.Debug|x86.ActiveCfg = Debug|Any CPU
106-
{FB4C20B3-659C-4D7E-9832-7BFB165DF2E0}.Debug|x86.Build.0 = Debug|Any CPU
106+
{FB4C20B3-659C-4D7E-9832-7BFB165DF2E0}.Debug|x86.ActiveCfg = Debug|x86
107+
{FB4C20B3-659C-4D7E-9832-7BFB165DF2E0}.Debug|x86.Build.0 = Debug|x86
107108
{FB4C20B3-659C-4D7E-9832-7BFB165DF2E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
108109
{FB4C20B3-659C-4D7E-9832-7BFB165DF2E0}.Release|Any CPU.Build.0 = Release|Any CPU
109-
{FB4C20B3-659C-4D7E-9832-7BFB165DF2E0}.Release|x86.ActiveCfg = Release|Any CPU
110-
{FB4C20B3-659C-4D7E-9832-7BFB165DF2E0}.Release|x86.Build.0 = Release|Any CPU
110+
{FB4C20B3-659C-4D7E-9832-7BFB165DF2E0}.Release|x86.ActiveCfg = Release|x86
111+
{FB4C20B3-659C-4D7E-9832-7BFB165DF2E0}.Release|x86.Build.0 = Release|x86
111112
{49BAF40F-9365-482B-BC8E-43557931B415}.Debug|Any CPU.ActiveCfg = Debug|x86
112113
{49BAF40F-9365-482B-BC8E-43557931B415}.Debug|Any CPU.Build.0 = Debug|x86
113114
{49BAF40F-9365-482B-BC8E-43557931B415}.Debug|x86.ActiveCfg = Debug|x86
@@ -116,6 +117,30 @@ Global
116117
{49BAF40F-9365-482B-BC8E-43557931B415}.Release|Any CPU.Build.0 = Release|x86
117118
{49BAF40F-9365-482B-BC8E-43557931B415}.Release|x86.ActiveCfg = Release|x86
118119
{49BAF40F-9365-482B-BC8E-43557931B415}.Release|x86.Build.0 = Release|x86
120+
{9432AFAF-EEBD-424B-A181-271E9F2A00F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121+
{9432AFAF-EEBD-424B-A181-271E9F2A00F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
122+
{9432AFAF-EEBD-424B-A181-271E9F2A00F7}.Debug|x86.ActiveCfg = Debug|Any CPU
123+
{9432AFAF-EEBD-424B-A181-271E9F2A00F7}.Debug|x86.Build.0 = Debug|Any CPU
124+
{9432AFAF-EEBD-424B-A181-271E9F2A00F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
125+
{9432AFAF-EEBD-424B-A181-271E9F2A00F7}.Release|Any CPU.Build.0 = Release|Any CPU
126+
{9432AFAF-EEBD-424B-A181-271E9F2A00F7}.Release|x86.ActiveCfg = Release|Any CPU
127+
{9432AFAF-EEBD-424B-A181-271E9F2A00F7}.Release|x86.Build.0 = Release|Any CPU
128+
{14EEBA2B-B2B1-491B-800E-BCC181CFB8FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
129+
{14EEBA2B-B2B1-491B-800E-BCC181CFB8FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
130+
{14EEBA2B-B2B1-491B-800E-BCC181CFB8FC}.Debug|x86.ActiveCfg = Debug|Any CPU
131+
{14EEBA2B-B2B1-491B-800E-BCC181CFB8FC}.Debug|x86.Build.0 = Debug|Any CPU
132+
{14EEBA2B-B2B1-491B-800E-BCC181CFB8FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
133+
{14EEBA2B-B2B1-491B-800E-BCC181CFB8FC}.Release|Any CPU.Build.0 = Release|Any CPU
134+
{14EEBA2B-B2B1-491B-800E-BCC181CFB8FC}.Release|x86.ActiveCfg = Release|Any CPU
135+
{14EEBA2B-B2B1-491B-800E-BCC181CFB8FC}.Release|x86.Build.0 = Release|Any CPU
136+
{2FAA5BDC-192B-4EB7-A7D1-F69F74BE8223}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
137+
{2FAA5BDC-192B-4EB7-A7D1-F69F74BE8223}.Debug|Any CPU.Build.0 = Debug|Any CPU
138+
{2FAA5BDC-192B-4EB7-A7D1-F69F74BE8223}.Debug|x86.ActiveCfg = Debug|Any CPU
139+
{2FAA5BDC-192B-4EB7-A7D1-F69F74BE8223}.Debug|x86.Build.0 = Debug|Any CPU
140+
{2FAA5BDC-192B-4EB7-A7D1-F69F74BE8223}.Release|Any CPU.ActiveCfg = Release|Any CPU
141+
{2FAA5BDC-192B-4EB7-A7D1-F69F74BE8223}.Release|Any CPU.Build.0 = Release|Any CPU
142+
{2FAA5BDC-192B-4EB7-A7D1-F69F74BE8223}.Release|x86.ActiveCfg = Release|Any CPU
143+
{2FAA5BDC-192B-4EB7-A7D1-F69F74BE8223}.Release|x86.Build.0 = Release|Any CPU
119144
EndGlobalSection
120145
GlobalSection(SolutionProperties) = preSolution
121146
HideSolutionNode = FALSE

src/ImageVisualizer14/ImageForm.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ public static Font UIFont
3333
string dteProgID = "VisualStudio.DTE.15.0";
3434
#elif VS16
3535
string dteProgID = "VisualStudio.DTE.16.0";
36+
#elif VS17
37+
string dteProgID = "VisualStudio.DTE.17.0";
3638
#endif
3739
var dte = (EnvDTE.DTE)Marshal.GetActiveObject(dteProgID);
3840
var fontProperty = dte.Properties["FontsAndColors", "Dialogs and Tool Windows"];

src/ImageVisualizer14/ImageVisualizer.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
using System;
22
using Aberus.VisualStudio.Debugger.ImageVisualizer;
33
using Microsoft.VisualStudio.DebuggerVisualizers;
4-
#if VS16
4+
#if VS16 || VS17
55
using Microsoft.VisualStudio.Utilities;
66
#endif
77

88
// System.Drawing.Bitmap
99
[assembly: System.Diagnostics.DebuggerVisualizer(
1010
typeof(ImageVisualizer),
11-
#if VS16
11+
#if VS16 || VS17
1212
typeof(ImageVisualizerBitmapObjectSource),
1313
#else
1414
typeof(VisualizerObjectSource),
@@ -36,7 +36,8 @@ protected override void Show(IDialogVisualizerService windowService, IVisualizer
3636
throw new ArgumentNullException(nameof(windowService), "This debugger does not support modal visualizers.");
3737
if (objectProvider == null)
3838
throw new ArgumentNullException(nameof(objectProvider));
39-
#if VS16
39+
40+
#if VS16 || VS17
4041
using (DpiAwareness.EnterDpiScope(DpiAwarenessContext.SystemAware))
4142
#endif
4243
using (var imageForm = new ImageForm(objectProvider))

src/ImageVisualizer14/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.9.0.0")]
36-
[assembly: AssemblyFileVersion("0.9.0.0")]
35+
[assembly: AssemblyVersion("1.0.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0.0")]

src/ImageVisualizer16.DebuggeeSide/ImageVisualizer16.DebuggeeSide.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.0' ">
2020
<Reference Include="Microsoft.VisualStudio.DebuggerVisualizers">
2121
<Private>False</Private>
22-
<HintPath>C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\Common7\Packages\Debugger\Visualizers\netstandard2.0\Microsoft.VisualStudio.DebuggerVisualizers.dll</HintPath>
22+
<HintPath>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Packages\Debugger\Visualizers\netstandard2.0\Microsoft.VisualStudio.DebuggerVisualizers.dll</HintPath>
2323
</Reference>
2424
</ItemGroup>
2525

2626
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
2727
<Reference Include="Microsoft.VisualStudio.DebuggerVisualizers">
2828
<Private>False</Private>
29-
<HintPath>C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\Common7\Packages\Debugger\Visualizers\net2.0\Microsoft.VisualStudio.DebuggerVisualizers.dll</HintPath>
29+
<HintPath>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Packages\Debugger\Visualizers\net2.0\Microsoft.VisualStudio.DebuggerVisualizers.dll</HintPath>
3030
</Reference>
3131
</ItemGroup>
3232

src/ImageVisualizer16.UI/ImageVisualizer16.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</Reference>
4040
<Reference Include="Microsoft.VisualStudio.DebuggerVisualizers, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
4141
<Private>False</Private>
42-
<HintPath>C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.DebuggerVisualizers.dll</HintPath>
42+
<HintPath>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.DebuggerVisualizers.dll</HintPath>
4343
</Reference>
4444
<Reference Include="PresentationCore" />
4545
<Reference Include="PresentationFramework" />
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>netcoreapp3.0;net40</TargetFrameworks>
5+
<RootNamespace>Aberus.VisualStudio.Debugger.ImageVisualizer</RootNamespace>
6+
<UseWPF>true</UseWPF>
7+
<AssemblyName>Aberus.VisualStudio.Debugger.ImageVisualizer.Common</AssemblyName>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<Compile Include="..\ImageVisualizer14\SerializableBitmapImage.cs" Link="SerializableBitmapImage.cs" />
12+
<Compile Include="..\ImageVisualizer16.Common\SerializableBitmap.cs" Link="SerializableBitmap.cs" />
13+
</ItemGroup>
14+
15+
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
16+
<PackageReference Include="System.Drawing.Common">
17+
<Version>4.5.0</Version>
18+
</PackageReference>
19+
</ItemGroup>
20+
21+
</Project>
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>netcoreapp3.0;net40</TargetFrameworks>
5+
<TargetFramework>net40</TargetFramework>
6+
<RootNamespace>Aberus.VisualStudio.Debugger.ImageVisualizer</RootNamespace>
7+
<UseWPF>true</UseWPF>
8+
<AssemblyName>Aberus.VisualStudio.Debugger.ImageVisualizer.DebuggeeSide</AssemblyName>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<Compile Include="..\ImageVisualizer14\ImageVisualizerObjectSource.cs" Link="ImageVisualizerObjectSource.cs" />
13+
<Compile Include="..\ImageVisualizer16.DebuggeeSide\ImageVisualizerBitmapObjectSource.cs" Link="ImageVisualizerBitmapObjectSource.cs" />
14+
</ItemGroup>
15+
16+
<ItemGroup>
17+
<ProjectReference Include="..\ImageVisualizer17.Common\ImageVisualizer17.Common.csproj" />
18+
</ItemGroup>
19+
20+
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.0' ">
21+
<Reference Include="Microsoft.VisualStudio.DebuggerVisualizers">
22+
<Private>False</Private>
23+
<HintPath>C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\Packages\Debugger\Visualizers\netstandard2.0\Microsoft.VisualStudio.DebuggerVisualizers.dll</HintPath>
24+
</Reference>
25+
</ItemGroup>
26+
27+
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
28+
<Reference Include="Microsoft.VisualStudio.DebuggerVisualizers">
29+
<Private>False</Private>
30+
<HintPath>C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\Packages\Debugger\Visualizers\net2.0\Microsoft.VisualStudio.DebuggerVisualizers.dll</HintPath>
31+
</Reference>
32+
</ItemGroup>
33+
34+
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
35+
<PackageReference Include="System.Drawing.Common">
36+
<Version>4.5.0</Version>
37+
</PackageReference>
38+
</ItemGroup>
39+
40+
</Project>
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{9432AFAF-EEBD-424B-A181-271E9F2A00F7}</ProjectGuid>
8+
<OutputType>Library</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>Aberus.VisualStudio.Debugger.ImageVisualizer</RootNamespace>
11+
<AssemblyName>Aberus.VisualStudio.Debugger.ImageVisualizer.UI</AssemblyName>
12+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
13+
<FileAlignment>512</FileAlignment>
14+
<Deterministic>true</Deterministic>
15+
<TargetFrameworkProfile />
16+
</PropertyGroup>
17+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18+
<DebugSymbols>true</DebugSymbols>
19+
<DebugType>full</DebugType>
20+
<Optimize>false</Optimize>
21+
<OutputPath>bin\Debug\</OutputPath>
22+
<DefineConstants>TRACE;DEBUG;VS17</DefineConstants>
23+
<ErrorReport>prompt</ErrorReport>
24+
<WarningLevel>4</WarningLevel>
25+
<Prefer32Bit>false</Prefer32Bit>
26+
</PropertyGroup>
27+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28+
<DebugType>pdbonly</DebugType>
29+
<Optimize>true</Optimize>
30+
<OutputPath>bin\Release\</OutputPath>
31+
<DefineConstants>TRACE;VS17</DefineConstants>
32+
<ErrorReport>prompt</ErrorReport>
33+
<WarningLevel>4</WarningLevel>
34+
<Prefer32Bit>false</Prefer32Bit>
35+
</PropertyGroup>
36+
<ItemGroup>
37+
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
38+
<EmbedInteropTypes>True</EmbedInteropTypes>
39+
</Reference>
40+
<Reference Include="Microsoft.VisualStudio.DebuggerVisualizers, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
41+
<Private>False</Private>
42+
<HintPath>C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.DebuggerVisualizers.dll</HintPath>
43+
</Reference>
44+
<Reference Include="PresentationCore" />
45+
<Reference Include="PresentationFramework" />
46+
<Reference Include="System" />
47+
<Reference Include="System.Core" />
48+
<Reference Include="System.Drawing" />
49+
<Reference Include="System.Windows.Forms" />
50+
<Reference Include="System.Xaml" />
51+
<Reference Include="System.Xml.Linq" />
52+
<Reference Include="System.Data.DataSetExtensions" />
53+
<Reference Include="Microsoft.CSharp" />
54+
<Reference Include="System.Data" />
55+
<Reference Include="System.Net.Http" />
56+
<Reference Include="System.Xml" />
57+
<Reference Include="WindowsBase" />
58+
<Reference Include="WindowsFormsIntegration" />
59+
</ItemGroup>
60+
<ItemGroup>
61+
<Compile Include="..\ImageVisualizer14\ImageControl.xaml.cs">
62+
<Link>ImageControl.xaml.cs</Link>
63+
<DependentUpon>ImageControl.xaml</DependentUpon>
64+
</Compile>
65+
<Compile Include="..\ImageVisualizer14\ImageForm.cs">
66+
<Link>ImageForm.cs</Link>
67+
<SubType>Form</SubType>
68+
</Compile>
69+
<Compile Include="..\ImageVisualizer14\ImageForm.Designer.cs">
70+
<Link>ImageForm.Designer.cs</Link>
71+
<DependentUpon>ImageForm.cs</DependentUpon>
72+
</Compile>
73+
<Compile Include="..\ImageVisualizer14\Properties\AssemblyInfo.cs">
74+
<Link>Properties\AssemblyInfo.cs</Link>
75+
</Compile>
76+
<Compile Include="..\ImageVisualizer14\ImageVisualizer.cs">
77+
<Link>ImageVisualizer.cs</Link>
78+
</Compile>
79+
</ItemGroup>
80+
<ItemGroup>
81+
<EmbeddedResource Include="..\ImageVisualizer14\ImageForm.resx">
82+
<Link>ImageForm.resx</Link>
83+
<DependentUpon>ImageForm.cs</DependentUpon>
84+
</EmbeddedResource>
85+
</ItemGroup>
86+
<ItemGroup>
87+
<Page Include="..\ImageVisualizer14\ImageControl.xaml">
88+
<Link>ImageControl.xaml</Link>
89+
<Generator>MSBuild:Compile</Generator>
90+
<SubType>Designer</SubType>
91+
</Page>
92+
</ItemGroup>
93+
<ItemGroup>
94+
<ProjectReference Include="..\ImageVisualizer17.Common\ImageVisualizer17.Common.csproj">
95+
<Project>{14eeba2b-b2b1-491b-800e-bcc181cfb8fc}</Project>
96+
<Name>ImageVisualizer17.Common</Name>
97+
</ProjectReference>
98+
<ProjectReference Include="..\ImageVisualizer17.DebuggeeSide\ImageVisualizer17.DebuggeeSide.csproj">
99+
<Project>{2faa5bdc-192b-4eb7-a7d1-f69f74be8223}</Project>
100+
<Name>ImageVisualizer17.DebuggeeSide</Name>
101+
</ProjectReference>
102+
</ItemGroup>
103+
<ItemGroup>
104+
<PackageReference Include="Microsoft.VisualStudio.DpiAwareness">
105+
<Version>7.1.32210</Version>
106+
</PackageReference>
107+
</ItemGroup>
108+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109+
</Project>

0 commit comments

Comments
 (0)