mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-04-08 02:14:50 -05:00
13 lines
267 B
XML
13 lines
267 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\eAmuseCore\eAmuseCore.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|