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>
32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<OutputPath>..\bin\Content.YAMLLinter\</OutputPath>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<ServerGarbageCollection>true</ServerGarbageCollection>
|
|
<IsTestingPlatformApplication>false</IsTestingPlatformApplication>
|
|
<Nullable>disable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="../MSBuild/Content.props" />
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Content.Client\Content.Client.csproj" />
|
|
<ProjectReference Include="..\Content.Server\Content.Server.csproj" />
|
|
<ProjectReference Include="..\Content.Shared\Content.Shared.csproj" />
|
|
<ProjectReference Include="..\Content.IntegrationTests\Content.IntegrationTests.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="NUnit" />
|
|
</ItemGroup>
|
|
|
|
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
|
|
|
|
<Import Project="..\RobustToolbox\Imports\Client.props" />
|
|
<Import Project="..\RobustToolbox\Imports\Server.props" />
|
|
<Import Project="..\RobustToolbox\Imports\Shared.props" />
|
|
<Import Project="..\RobustToolbox\Imports\Testing.props" />
|
|
|
|
</Project>
|