vue-java-tutorials/CSharp/WPFTutorial/WPF-21-StylesandControlTemp.../WPF-21-StylesandControlTemp...

13 lines
375 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<RootNamespace>WPF_21_StylesandControlTemplates</RootNamespace>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>