2024-03-01 16:29:39 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-03-21 22:24:29 +00:00
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
2024-03-01 16:29:39 +00:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>disable</Nullable>
|
2024-03-21 22:24:29 +00:00
|
|
|
<UseWPF>true</UseWPF>
|
2024-03-01 16:29:39 +00:00
|
|
|
</PropertyGroup>
|
2024-03-21 22:08:59 +00:00
|
|
|
|
2024-03-21 22:35:44 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<DefineConstants>$(DefineConstants);DT3</DefineConstants>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2024-03-21 22:08:59 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="System.ObjectModel" Version="4.3.0" />
|
|
|
|
</ItemGroup>
|
2024-03-01 16:29:39 +00:00
|
|
|
|
|
|
|
</Project>
|
|
|
|
|