forked from SpaceStation14-Shenanigans/Monolith
ad37c2895a
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Co-authored-by: Redrover1760 <39284090+Redrover1760@users.noreply.github.com> Co-authored-by: Ilya246 <57039557+Ilya246@users.noreply.github.com>
24 lines
978 B
XML
24 lines
978 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<OutputPath>..\bin\Content.Replay\</OutputPath>
|
|
<OutputType Condition="'$(FullRelease)' != 'True'">Exe</OutputType>
|
|
<WarningsAsErrors>RA0032;nullable</WarningsAsErrors>
|
|
</PropertyGroup>
|
|
<Import Project="../MSBuild/Content.props" />
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Nett" />
|
|
<PackageReference Include="JetBrains.Annotations" PrivateAssets="All" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Content.Shared\Content.Shared.csproj" />
|
|
<ProjectReference Include="..\Content.Client\Content.Client.csproj" />
|
|
</ItemGroup>
|
|
<Import Project="..\RobustToolbox\MSBuild\XamlIL.targets" />
|
|
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
|
|
|
|
<Import Project="..\RobustToolbox\Imports\Client.props" />
|
|
<Import Project="..\RobustToolbox\Imports\Shared.props" />
|
|
</Project>
|