Files
ZuneModdingHelper/OwlCore.Wpf/OwlCore.Wpf.csproj
T

21 lines
636 B
XML
Raw Normal View History

2021-08-05 20:45:26 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-05-09 23:57:18 -05:00
<TargetFramework>net8.0-windows</TargetFramework>
2021-08-05 20:45:26 -05:00
<UseWPF>true</UseWPF>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-03-12 17:06:06 -05:00
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.2.2" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
<PackageReference Include="OwlCore" Version="0.4.1" />
<PackageReference Include="OwlCore.AbstractUI" Version="0.0.0" />
2021-08-05 20:45:26 -05:00
</ItemGroup>
<ItemGroup>
2024-03-12 17:06:06 -05:00
<Folder Include="Converters\Bools\" />
2021-08-05 20:45:26 -05:00
</ItemGroup>
</Project>