mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
19 lines
590 B
XML
19 lines
590 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
|
||
|
|
<LangVersion>12</LangVersion>
|
||
|
|
<RootNamespace>Microsoft.Iris.DecompXml</RootNamespace>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\UIX.Asm\UIX.Asm.csproj" />
|
||
|
|
|
||
|
|
<PackageReference Include="PolySharp" Version="1.14.1">
|
||
|
|
<PrivateAssets>all</PrivateAssets>
|
||
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||
|
|
</PackageReference>
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|