mirror of
https://github.com/MichaelHinrichs/ACotGK-seng-Extractor.git
synced 2024-11-09 22:17:50 +00:00
10 lines
229 B
XML
10 lines
229 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>net5.0</TargetFramework>
|
||
|
<RootNamespace>ACotGK_seng_Extractor</RootNamespace>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|