mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-03-05 18:00:27 +03:00
12 lines
273 B
XML
12 lines
273 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp1.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Syroot.Worms\Syroot.Worms.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |