|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<!--<OutputType>Exe</OutputType>-->
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
<Packable>true</Packable>
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="launcher\launcher.tlang" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|