Files
TouchSocket/examples/Adapter简单示例/TLVWinFormsApp/TLVWinFormsApp.csproj
2023-02-07 19:53:23 +08:00

15 lines
392 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TouchSocketPro" Version="1.2.6" />
</ItemGroup>
</Project>