ProgaOra/20241016/Calculator/Calculator/Calculator.csproj

12 lines
279 B
XML
Raw Normal View History

2024-10-16 10:46:08 +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>