WPF-Control/WPF控件-1-设置颜色/WPF控件-1-设置颜色.csproj

13 lines
352 B
XML

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