2022-03-03 08:05:41 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<RootNamespace>C_</RootNamespace>
|
2022-03-04 08:45:53 +00:00
|
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
2022-03-03 08:05:41 +00:00
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|
2022-03-04 08:45:53 +00:00
|
|
|
|