Files
reallife-gamemode/ReallifeGamemode.Services/ReallifeGamemode.Services.csproj
2019-09-17 20:45:54 +02:00

14 lines
292 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Reference Include="Bootstrapper">
<HintPath>..\..\bridge\runtime\Bootstrapper.dll</HintPath>
</Reference>
</ItemGroup>
</Project>