2022-07-15 21:03:10 -05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-06-07 01:00:15 -05:00
|
|
|
|
2022-07-15 21:03:10 -05:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<Platforms>x86;x64</Platforms>
|
|
|
|
|
</PropertyGroup>
|
2022-06-07 01:00:15 -05:00
|
|
|
|
|
|
|
|
</Project>
|