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