Files
WPF_Practice/PacticeSolution/DependencyPropertySample2/DependencyPropertySample2.csproj
2023-07-06 16:39:01 +09:00

11 lines
235 B
XML

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