mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
20 lines
660 B
XML
20 lines
660 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFrameworks>net461;net6.0;net6.0-windows10.0.22000</TargetFrameworks>
|
||
|
|
<LangVersion>12</LangVersion>
|
||
|
|
<Nullable>enable</Nullable>
|
||
|
|
<RootNamespace>Microsoft.Iris.DebugAdapter</RootNamespace>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\..\libs\MicrosoftIris\UIX\UIX.csproj" />
|
||
|
|
|
||
|
|
<PackageReference Include="PolySharp" Version="1.15.0">
|
||
|
|
<PrivateAssets>all</PrivateAssets>
|
||
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||
|
|
</PackageReference>
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|