Files

18 lines
419 B
XML
Raw Permalink Normal View History

2026-03-20 16:08:25 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<RootNamespace>CSI_F1021</RootNamespace>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<Folder Include="Model\" />
<Folder Include="Images\" />
</ItemGroup>
</Project>