Content.MapRenderer.csproj 769 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <OutputPath>..\bin\Content.MapRenderer\</OutputPath>
  5. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  6. <Nullable>enable</Nullable>
  7. <ServerGarbageCollection>true</ServerGarbageCollection>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\Content.IntegrationTests\Content.IntegrationTests.csproj" />
  11. <ProjectReference Include="..\RobustToolbox\Robust.UnitTesting\Robust.UnitTesting.csproj" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <PackageReference Include="NUnit" />
  15. <PackageReference Include="SixLabors.ImageSharp" />
  16. </ItemGroup>
  17. <Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
  18. </Project>