Files
docs-desktop/dotnet-desktop-guide/net/wpf/get-started/snippets/create-app-visual-studio/csharp/Names.csproj
T

10 lines
203 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>