2024-03-25 12:48:20 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2024-10-03 12:02:28 +00:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2024-03-25 12:48:20 +00:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2024-10-08 07:29:26 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\..\Framework\Utils\Utils.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2024-03-25 12:48:20 +00:00
|
|
|
</Project>
|