2019-06-29 01:58:16 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2019-05-28 00:18:29 +02:00
|
|
|
|
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
|
2017-08-04 14:24:01 +02:00
|
|
|
|
<PropertyGroup>
|
2019-05-28 00:18:29 +02:00
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
|
|
<IsPackable>false</IsPackable>
|
2019-08-02 02:07:27 +02:00
|
|
|
|
<Platforms>x64</Platforms>
|
2019-05-28 00:18:29 +02:00
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
2017-09-23 00:35:08 +02:00
|
|
|
|
<OutputPath>..\bin\Content.Server\</OutputPath>
|
2018-04-07 15:31:38 +02:00
|
|
|
|
</PropertyGroup>
|
2019-05-28 00:18:29 +02:00
|
|
|
|
<Import Project="..\RobustToolbox\MSBuild\Robust.DefineConstants.targets" />
|
2018-09-13 20:09:53 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
|
2019-05-29 14:04:57 +02:00
|
|
|
|
<PackageReference Include="YamlDotNet" Version="6.0.0" />
|
2018-09-13 20:09:53 +02:00
|
|
|
|
</ItemGroup>
|
2017-08-04 14:24:01 +02:00
|
|
|
|
<ItemGroup>
|
2019-05-28 00:18:29 +02:00
|
|
|
|
<ProjectReference Include="..\RobustToolbox\Lidgren.Network\Lidgren.Network.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\RobustToolbox\Robust.Shared.Maths\Robust.Shared.Maths.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\RobustToolbox\Robust.Shared\Robust.Shared.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\RobustToolbox\Robust.Server\Robust.Server.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Content.Shared\Content.Shared.csproj" />
|
2017-08-04 14:24:01 +02:00
|
|
|
|
</ItemGroup>
|
2017-08-07 00:31:11 +02:00
|
|
|
|
<ItemGroup>
|
2019-05-28 00:18:29 +02:00
|
|
|
|
<Reference Include="System.Net.Http" />
|
2018-02-06 19:34:36 -08:00
|
|
|
|
</ItemGroup>
|
2019-05-28 00:18:29 +02:00
|
|
|
|
</Project>
|