You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- It is a simple test that will run the target commandlet so we can later externally parse the logs generated - Designed to be used with the mutable test commandlets. - This is the second time this code gets uploaded. it was backed out due to an unexpected error in CIS. #rb brendan.lienau [CL 34233688 by daniel moreno in ue5-main branch]
16 lines
422 B
XML
16 lines
422 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Configurations>Debug;Development</Configurations>
|
|
<BaseOutputPath>bin\</BaseOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AutomationTool\Gauntlet\Gauntlet.Automation.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|