Files
wpf-visual-process-framework/VisionFrame.Base/VisionFrame.Base.csproj
2025-07-14 21:08:46 +08:00

11 lines
240 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>