This repository has been archived on 2025-10-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RDTKEditor/RDTKEditor.csproj
2025-02-26 10:55:02 +08:00

17 lines
461 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="RhythmBase" Version="1.1.0-beta" />
<PackageReference Include="SkiaSharp.Views.WPF" Version="3.118.0-preview.2.3" />
</ItemGroup>
</Project>