mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-06 17:58:05 +02:00
42 lines
1.9 KiB
XML
42 lines
1.9 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\MSBuild\Robust.Engine.props"/>
|
|
|
|
<PropertyGroup>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<OutputPath>../bin/Shared.IntegrationTests</OutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="YamlDotNet" />
|
|
<PackageReference Include="prometheus-net" />
|
|
<PackageReference Include="JetBrains.Annotations"/>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
|
|
<PackageReference Include="Moq" />
|
|
<PackageReference Include="NUnit"/>
|
|
<PackageReference Include="NUnit3TestAdapter"/>
|
|
<PackageReference Include="NUnit.Analyzers"/>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NetSerializer\NetSerializer\NetSerializer.csproj" />
|
|
<ProjectReference Include="..\Robust.Client\Robust.Client.csproj" />
|
|
<ProjectReference Include="..\Robust.Server.Testing\Robust.Server.Testing.csproj" />
|
|
<ProjectReference Include="..\Robust.Server\Robust.Server.csproj" />
|
|
<ProjectReference Include="..\Robust.Shared.Maths.Tests\Robust.Shared.Maths.Tests.csproj" />
|
|
<ProjectReference Include="..\Robust.Shared.Maths\Robust.Shared.Maths.csproj"/>
|
|
<ProjectReference Include="..\Robust.Shared.Maths.Testing\Robust.Shared.Maths.Testing.csproj"/>
|
|
<ProjectReference Include="..\Robust.Shared.Testing\Robust.Shared.Testing.csproj" />
|
|
<ProjectReference Include="..\Robust.Shared\Robust.Shared.csproj"/>
|
|
<ProjectReference Include="..\Robust.UnitTesting\Robust.UnitTesting.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="ContentPack\ZipTest.zip" />
|
|
</ItemGroup>
|
|
|
|
<Import Project="..\MSBuild\Robust.Properties.targets"/>
|
|
<Import Project="..\MSBuild\Robust.CompNetworkGenerator.targets" />
|
|
<Import Project="..\MSBuild\Robust.EntitySystemSubscriptionsGenerator.targets" />
|
|
</Project>
|