ProgaOra/20241107/WpfApp2/WpfApp2.csproj

12 lines
279 B
XML
Raw Permalink Normal View History

2024-11-07 06:00:00 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>