12 lines
293 B
XML
12 lines
293 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<OutputType>WinExe</OutputType>
|
|||
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|||
|
|
<RootNamespace>_20230724_MBJC_upperpc</RootNamespace>
|
|||
|
|
<Nullable>enable</Nullable>
|
|||
|
|
<UseWPF>true</UseWPF>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
</Project>
|