Temple-Gates-Extractor/Temple-Gates-Extractor.csproj

12 lines
297 B
XML
Raw Permalink Normal View History

2024-05-27 02:32:20 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Temple_Gates_Extractor</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>