mhf-server/Mhf.Cli/Mhf.Cli.csproj
2019-11-24 19:43:35 +08:00

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>