11 lines
282 B
XML
11 lines
282 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||
|
<RootNamespace>RPG_Maker_LDB_Printer</RootNamespace>
|
||
|
<AssemblyName>RPG Maker LDB Printer</AssemblyName>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|