mirror of
https://github.com/sebastian-heinz/mhf-server.git
synced 2025-04-03 13:28:30 +08:00
17 lines
608 B
XML
17 lines
608 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
<RootNamespace>Mhf.Cli</RootNamespace>
|
|
<Title>Monster Hunter Frontier Z Command Line Interface</Title>
|
|
<Company>Mhf Team</Company>
|
|
<Product>Mhf.Cli</Product>
|
|
<Version>$(Version)</Version>
|
|
<Copyright>Copyright © 2019 Mhf Team</Copyright>
|
|
<LangVersion>8</LangVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Mhf.Server\Mhf.Server.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|