blob: a16e30cc35ec4f81ff0c363dab65468d90ca7807 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<LangVersion>10</LangVersion>
<TargetFrameworks>net472;net6.0-windows</TargetFrameworks>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>
|