Files
UnrealEngineUWP/Engine/Source/Programs/AutomationTool/AutomationUtils/AutomationUtils.Automation.csproj
andrew grant f0e2d2dce3 Added helper UAT script to create a p4config file. Solves issue in Mac with tools that issue P4 commands directly.
#ROBOMERGE-SOURCE: CL 7288848 via CL 7288849 via CL 7289735 via CL 7289806 via CL 7306500
#ROBOMERGE-BOT: (v370-7290619)

[CL 7306552 by andrew grant in Main branch]
2019-07-15 06:43:14 -04:00

110 lines
4.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Development</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{2C96A7F2-B1A3-4258-8E0A-E588FF41A53E}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AutomationUtils.Automation</RootNamespace>
<AssemblyName>AutomationUtils.Automation</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<WarningsNotAsErrors>612,618</WarningsNotAsErrors>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\..\Binaries\DotNET\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Development|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\..\Binaries\DotNET\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="Ionic.Zip.Reduced">
<HintPath>..\..\..\..\Binaries\DotNET\Ionic.Zip.Reduced.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Management" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Automation.cs" />
<Compile Include="AutomationException.cs" />
<Compile Include="BuildCommand.cs" />
<Compile Include="BuildUtils.cs" />
<Compile Include="BundleUtils.cs" />
<Compile Include="CommandEnvironment.cs" />
<Compile Include="DeviceReservation.cs" />
<Compile Include="ImageUtils.cs" />
<Compile Include="LogUtils.cs" />
<Compile Include="CommandletUtils.cs" />
<Compile Include="CommandUtils.cs" />
<Compile Include="DeploymentContext.cs" />
<Compile Include="Distiller.cs" />
<Compile Include="HelpUtils.cs" />
<Compile Include="HostPlatform.cs" />
<Compile Include="LinuxHostPlatform.cs" />
<Compile Include="MacHostPlatform.cs" />
<Compile Include="MCPPublic.cs" />
<Compile Include="P4Blame.cs" />
<Compile Include="P4Environment.cs" />
<Compile Include="P4Utils.cs" />
<Compile Include="PackageUtils.cs" />
<Compile Include="ParallelExecutor.cs" />
<Compile Include="Platform.cs" />
<Compile Include="ProcessUtils.cs" />
<Compile Include="ProjectParams.cs" />
<Compile Include="ProjectUtils.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ScriptCompiler.cs" />
<Compile Include="SharedUtils.cs" />
<Compile Include="StagedDirectoryReference.cs" />
<Compile Include="StagedFileReference.cs" />
<Compile Include="StagedFileSystemReference.cs" />
<Compile Include="StreamUtils.cs" />
<Compile Include="UBTUtils.cs" />
<Compile Include="UE4Build.cs" />
<Compile Include="Utils.cs" />
<Compile Include="WindowsHostPlatform.cs" />
<Compile Include="P4WriteConfig.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj">
<Project>{5d7d66e8-8c76-4af9-b3ec-2ef03421d730}</Project>
<Name>DotNETUtilities</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\UnrealBuildTool\UnrealBuildTool.csproj">
<Project>{fd7c5e1a-cfe4-4fd5-a525-1eb1599a39ac}</Project>
<Name>UnrealBuildTool</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>