<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AssemblyName>ILSpy.BamlDecompiler.Plugin</AssemblyName> <TargetFramework>net6.0-windows</TargetFramework> <RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers> <IsPackable>false</IsPackable> <GenerateAssemblyInfo>False</GenerateAssemblyInfo> <BaseAddress>6488064</BaseAddress> <UseWpf>true</UseWpf> <EnableWindowsTargeting>true</EnableWindowsTargeting> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)' == 'Debug'"> <DebugType>full</DebugType> <DebugSymbols>true</DebugSymbols> <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)' == 'Release'"> <DebugType>pdbonly</DebugType> <DebugSymbols>true</DebugSymbols> </PropertyGroup> <PropertyGroup> <OutputPath>..\ILSpy\bin\$(Configuration)\</OutputPath> </PropertyGroup> <Import Project="..\packages.props" /> <ItemGroup> <Compile Remove="Baml\KnownThings.gen.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\ILSpy\ILSpy.csproj" /> <ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj" /> <ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj" /> </ItemGroup> </Project>