Files
FSI.BT.IR.Tools/SharpClipboard/SharpClipboard.Tests.NetCoreWinForms/SharpClipboard.Tests.NetCoreWinForms.csproj
Stephan Maier 647f938eee v1.2
2024-08-27 08:10:27 +02:00

13 lines
339 B
XML

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