Dnspy/Extensions/Examples/Example1.Extension/Example1.Extension.csproj
2021-09-20 18:20:01 +02:00

21 lines
623 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Import Project="..\..\..\DnSpyCommon.props" />
<PropertyGroup>
<AssemblyName>Example1.Extension.x</AssemblyName>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\dnSpy\dnSpy.Contracts.DnSpy\dnSpy.Contracts.DnSpy.csproj" />
<ProjectReference Include="..\..\..\dnSpy\dnSpy.Contracts.Logic\dnSpy.Contracts.Logic.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Text.UI.Wpf" Version="$(MSVSTextVersion)" />
</ItemGroup>
</Project>