YMath/Demo/Demo.csproj

13 lines
307 B
XML
Raw Permalink Normal View History

2024-09-29 09:04:42 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\YMath\YMath.csproj" />
</ItemGroup>
</Project>