mirror of
https://github.com/MichaelHinrichs/Fateless-Extractor.git
synced 2024-11-09 21:27:50 +00:00
10 lines
217 B
XML
10 lines
217 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>net5.0</TargetFramework>
|
||
|
<RootNamespace>Fateless_Extractor</RootNamespace>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|