2019-05-03 13:34:49 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2019-06-29 16:56:17 +02:00
|
|
|
|
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
|
2019-05-28 00:18:29 +02:00
|
|
|
|
<PropertyGroup>
|
2019-08-03 15:07:47 +02:00
|
|
|
|
<!-- Work around https://github.com/dotnet/project-system/issues/4314 -->
|
|
|
|
|
|
<TargetFramework>$(TargetFramework)</TargetFramework>
|
2019-05-28 00:18:29 +02:00
|
|
|
|
<OutputPath>..\bin\Content.IntegrationTests\</OutputPath>
|
|
|
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
2021-11-09 15:05:07 +01:00
|
|
|
|
<LangVersion>10</LangVersion>
|
2019-05-28 00:18:29 +02:00
|
|
|
|
</PropertyGroup>
|
2019-06-29 16:56:17 +02:00
|
|
|
|
<Import Project="..\RobustToolbox\MSBuild\Robust.DefineConstants.targets" />
|
2019-05-28 00:18:29 +02:00
|
|
|
|
<ItemGroup>
|
2021-02-25 12:05:53 +01:00
|
|
|
|
<PackageReference Include="NUnit" Version="3.13.1" />
|
2020-11-26 02:18:58 +01:00
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
|
2021-02-25 12:05:53 +01:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
|
2019-05-28 00:18:29 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2019-06-29 01:58:16 +02:00
|
|
|
|
<ProjectReference Include="..\Content.Client\Content.Client.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Content.Server\Content.Server.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Content.Shared\Content.Shared.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Content.Tests\Content.Tests.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\RobustToolbox\Robust.Client\Robust.Client.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\RobustToolbox\Robust.Server\Robust.Server.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\RobustToolbox\Robust.Shared.Maths\Robust.Shared.Maths.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\RobustToolbox\Robust.Shared\Robust.Shared.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\RobustToolbox\Robust.UnitTesting\Robust.UnitTesting.csproj" />
|
2019-05-28 00:18:29 +02:00
|
|
|
|
</ItemGroup>
|
2020-12-29 16:10:15 +01:00
|
|
|
|
<Import Project="..\RobustToolbox\MSBuild\Robust.Analyzers.targets" />
|
2019-05-03 13:34:49 +02:00
|
|
|
|
</Project>
|