1
0

Content.YAMLLinter.csproj 1.2 KB

1234567891011121314151617181920212223242526
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>$(TargetFramework)</TargetFramework>
  5. <OutputPath>..\bin\Content.YAMLLinter\</OutputPath>
  6. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  7. <ServerGarbageCollection>true</ServerGarbageCollection>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\Content.Client\Content.Client.csproj" />
  11. <ProjectReference Include="..\Content.Server\Content.Server.csproj" />
  12. <ProjectReference Include="..\Content.Shared\Content.Shared.csproj" />
  13. <ProjectReference Include="..\Content.IntegrationTests\Content.IntegrationTests.csproj" />
  14. <ProjectReference Include="..\RobustToolbox\Robust.Client\Robust.Client.csproj" />
  15. <ProjectReference Include="..\RobustToolbox\Robust.Server\Robust.Server.csproj" />
  16. <ProjectReference Include="..\RobustToolbox\Robust.Shared.Maths\Robust.Shared.Maths.csproj" />
  17. <ProjectReference Include="..\RobustToolbox\Robust.Shared\Robust.Shared.csproj" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <PackageReference Include="NUnit" />
  21. </ItemGroup>
  22. <Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
  23. </Project>