Files
UnrealEngineUWP/Engine/Build/LowLevelTests/Web.xml
chuck zhu 0e7b7a0369 addressing duplicated generated properties by splitting the Web.xml
[CL 27313294 by chuck zhu in ue5-main branch]
2023-08-23 14:04:43 -04:00

41 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<BuildGraph xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.epicgames.com/BuildGraph ../../Build/Graph/Schema.xsd" xmlns="http://www.epicgames.com/BuildGraph">
<Property Name="TestNames" Value="$(TestNames);Web" />
<Property Name="WebDisabled" Value="False" />
<Property Name="WebShort" Value="Web" />
<Property Name="WebStagesWithProjectFile" Value="False" />
<Property Name="WebTarget" Value="WebTests" />
<Property Name="WebBinariesRelative" Value="Engine\Binaries" />
<Property Name="WebReportType" Value="xml" />
<Property Name="WebGauntletArgs" Value="" />
<Property Name="WebExtraArgs" Value="" />
<Property Name="WebInitialExtraArgs" />
<Property Name="WebHasAfterSteps" Value="True" />
<Property Name="WebUsesCatch2" Value="True" />
<Option Name="RunWebTests" DefaultValue="False" Description="Run Web Tests" />
<Property Name="WebSupportedPlatforms" Value="Win64" />
<Property Name="Win64WebTags" Value="" />
<Property Name="MacWebTags" Value="" />
<Property Name="IOSWebTags" Value="" />
<Property Name="AndroidWebTags" Value="" />
<Property Name="LinuxWebTags" Value="" />
<Property Name="LinuxArm64WebTags" Value="" />
<Property Name="TVOSWebTags" Value="" />
<Property Name="Win64WebExtraCompilationArgs" Value="" />
<Property Name="MacWebExtraCompilationArgs" Value="" />
<Property Name="IOSWebExtraCompilationArgs" Value="" />
<Property Name="AndroidWebExtraCompilationArgs" Value="" />
<Property Name="LinuxWebExtraCompilationArgs" Value="" />
<Property Name="LinuxArm64WebExtraCompilationArgs" Value="" />
<Property Name="TVOSWebExtraCompilationArgs" Value="" />
<Property Name="Win64WebRunSupported" Value="True" />
<Property Name="MacWebRunSupported" Value="True" />
<Property Name="IOSWebRunSupported" Value="False" />
<Property Name="AndroidWebRunSupported" Value="False" />
<Property Name="LinuxWebRunSupported" Value="True" />
<Property Name="LinuxArm64WebRunSupported" Value="True" />
<Property Name="TVOSWebRunSupported" Value="True" />
<Property Name="VisionOSWebTags" Value="" />
<Property Name="VisionOSWebExtraCompilationArgs" Value="" />
<Property Name="VisionOSWebRunSupported" Value="True" />
</BuildGraph>