Files
Xune/Xune.Wpf/Xune.Wpf.csproj
T

22 lines
643 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2021-10-06 21:54:25 -05:00
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SkiaSharp.Views.Wpf" Version="2.80.3" />
<ProjectReference Include="..\UIX.Skia\UIX.Skia.csproj" />
<ProjectReference Include="..\UIX.RenderApi.Skia\UIX.RenderApi.Skia.csproj" />
</ItemGroup>
2021-10-06 21:54:25 -05:00
<ItemGroup>
<None Update="Pages\*.uix">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>