Files
aistudio-wpf-diagram/Others/Fluent.Ribbon/Fluent.Ribbon.TestWindow/Fluent.Ribbon.TestWindow.csproj
2023-04-16 20:11:40 +08:00

13 lines
319 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Fluent.Ribbon\Fluent.Ribbon.csproj" />
</ItemGroup>
</Project>