Worms2server/src/Syroot.Worms.Test/Syroot.Worms.Test.csproj

12 lines
273 B
XML
Raw Normal View History

2017-04-17 22:01:27 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Syroot.Worms\Syroot.Worms.csproj" />
</ItemGroup>
</Project>