VisualComponents/VisualComponentsLib/VisualComponentsLib.csproj

11 lines
261 B
XML
Raw Normal View History

2023-09-12 10:34:19 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2023-09-12 11:25:18 +04:00
</Project>