mirror of
https://github.com/MichaelHinrichs/JOYCITY-Extractor.git
synced 2025-01-19 03:33:40 +00:00
12 lines
292 B
XML
12 lines
292 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>net6.0</TargetFramework>
|
||
|
<RootNamespace>JOYCITY_Extractor</RootNamespace>
|
||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||
|
<Nullable>enable</Nullable>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|