You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user