1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-19 07:31:22 +02:00
MLEM/Tests/Tests.csproj

29 lines
1.1 KiB
XML
Raw Normal View History

2021-03-18 17:28:08 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
2021-03-18 17:28:08 +01:00
<VSTestLogger>nunit</VSTestLogger>
</PropertyGroup>
<ItemGroup>
2021-04-02 17:12:27 +02:00
<ProjectReference Include="..\MLEM.Startup\MLEM.Startup.csproj" />
<ProjectReference Include="..\MLEM.Data\MLEM.Data.csproj" />
<ProjectReference Include="..\MLEM.Ui\MLEM.Ui.csproj" />
<ProjectReference Include="..\MLEM\MLEM.csproj" />
2021-03-18 17:28:08 +01:00
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />
<PackageReference Include="coverlet.collector" Version="3.0.3" />
2021-05-29 18:06:20 +02:00
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
2021-03-18 17:28:08 +01:00
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
2021-05-29 18:06:20 +02:00
<PackageReference Include="NunitXml.TestLogger" Version="3.0.107" />
2021-03-18 17:28:08 +01:00
</ItemGroup>
<ItemGroup>
<Content Include="Content/**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>