Reenabled reading Gautlet.target files for netcore projects as the COM references that caused this to fail have been addressed.

#rb none

[CL 14629078 by Joakim Lindqvist in ue5-main branch]
This commit is contained in:
Joakim Lindqvist
2020-11-02 12:36:41 -04:00
parent e4de1a41a8
commit 451e989870

View File

@@ -56,10 +56,8 @@
<Link>Platform/$([System.Text.RegularExpressions.Regex]::Replace(%(Compile.RecursiveDir), [\\/].+$, ``))/_</Link>
</Compile>
</ItemGroup>
<!-- TODO: Disabled to avoid com references which are unsupported in net core
<Import Project="../../../../Platforms/*/Source/Programs/AutomationTool/Gauntlet/*.Gauntlet.targets" Condition="'$(OS)' == 'Windows_NT'" />
-->
<ItemGroup>
<ProjectReference Include="..\..\DotNETCommon\DotNETUtilities\DotNETUtilitiesCore.csproj" />