Files
UnrealEngineUWP/Engine/Source/Programs/AutomationTool.Tests/AutomationTool.Tests.csproj
ben marsh f44f65d2f1 Add missing AutomationTool.Tests project.
#rnx

[CL 33069059 by ben marsh in ue5-main branch]
2024-04-18 08:34:45 -04:00

27 lines
983 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="coverlet.collector" Version="3.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AutomationTool\AutomationUtils\AutomationUtils.Automation.csproj" />
<ProjectReference Include="..\Shared\EpicGames.Core\EpicGames.Core.csproj" />
<ProjectReference Include="..\Shared\EpicGames.Perforce\EpicGames.Perforce.csproj" />
<ProjectReference Include="..\UnrealBuildTool\UnrealBuildTool.csproj" />
</ItemGroup>
</Project>