2022-01-07 18:54:06 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-12-05 20:22:38 +01:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<OutputPath>..\bin\Content.MapRenderer\</OutputPath>
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<ServerGarbageCollection>true</ServerGarbageCollection>
|
|
|
|
|
</PropertyGroup>
|
2022-01-07 18:54:06 +01:00
|
|
|
|
2022-12-05 20:22:38 +01:00
|
|
|
<ItemGroup>
|
2023-03-06 20:38:07 +01:00
|
|
|
<ProjectReference Include="..\Content.IntegrationTests\Content.IntegrationTests.csproj" />
|
|
|
|
|
<ProjectReference Include="..\RobustToolbox\Robust.UnitTesting\Robust.UnitTesting.csproj" />
|
2022-12-05 20:22:38 +01:00
|
|
|
</ItemGroup>
|
2022-01-07 18:54:06 +01:00
|
|
|
|
2022-12-05 20:22:38 +01:00
|
|
|
<ItemGroup>
|
2024-01-12 23:22:01 +01:00
|
|
|
<PackageReference Include="NUnit" />
|
|
|
|
|
<PackageReference Include="SixLabors.ImageSharp" />
|
2022-12-05 20:22:38 +01:00
|
|
|
</ItemGroup>
|
2022-01-07 18:54:06 +01:00
|
|
|
|
2023-03-06 20:38:07 +01:00
|
|
|
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
|
2022-01-07 18:54:06 +01:00
|
|
|
</Project>
|