2021-07-29 14:02:25 -05:00
|
|
|
<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>
|
2021-07-29 14:02:25 -05:00
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
2021-07-29 14:02:25 -05:00
|
|
|
</Project>
|