Files
ZuneUIXTools/UIXC/UIXC.csproj
T

20 lines
735 B
XML
Raw Normal View History

2024-02-22 08:07:38 -06:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Errata" Version="0.13.0" />
2024-07-07 15:36:38 -05:00
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="Spectre.Console.Cli" Version="0.49.1" />
2024-02-22 08:07:38 -06:00
<ProjectReference Include="..\libs\MicrosoftIris\UIX\UIX.csproj" />
<ProjectReference Include="..\libs\UIX.Asm\UIX.Asm.csproj" />
2025-02-01 20:31:25 -06:00
<ProjectReference Include="..\libs\UIX.DecompXml\UIX.DecompXml.csproj" />
2024-02-22 08:07:38 -06:00
</ItemGroup>
</Project>