2014-03-14 14:13:41 -04:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-05-29 17:19:57 -04:00
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-03-14 14:13:41 -04:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProjectGuid>{8AA00D65-0954-4A27-AC0D-FB8B1106120F}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>AutomationScripts.Automation</RootNamespace>
|
|
|
|
|
|
<AssemblyName>AutomationScripts.Automation</AssemblyName>
|
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>..\..\..\..\Binaries\DotNET\AutomationScripts\</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>true</Optimize>
|
|
|
|
|
|
<OutputPath>..\..\..\..\Binaries\DotNET\AutomationScripts\</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>
|
2014-05-15 18:14:11 -04:00
|
|
|
|
<Reference Include="OneSky, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2014-05-29 17:19:57 -04:00
|
|
|
|
<HintPath>..\..\..\..\Binaries\DotNET\OneSky.dll</HintPath>
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
|
<Private>False</Private>
|
2014-05-15 18:14:11 -04:00
|
|
|
|
</Reference>
|
2014-03-14 14:13:41 -04:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
<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="..\..\DotNETCommon\MetaData.cs">
|
|
|
|
|
|
<Link>Properties\MetaData.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="AnalyzeThirdPartyLibs.Automation.cs" />
|
|
|
|
|
|
<Compile Include="ArchiveCommand.Automation.cs" />
|
2014-04-02 18:09:23 -04:00
|
|
|
|
<Compile Include="BlameKeyword.Automation.cs" />
|
2014-10-30 13:32:19 -04:00
|
|
|
|
<Compile Include="BuildCommonTools.Automation.cs" />
|
2014-03-14 14:13:41 -04:00
|
|
|
|
<Compile Include="BuildCookRun.Automation.cs" />
|
|
|
|
|
|
<Compile Include="BuildDocumentation.Automation.cs" />
|
|
|
|
|
|
<Compile Include="BuildProjectCommand.Automation.cs" />
|
|
|
|
|
|
<Compile Include="BuildThirdPartyLibs.Automation.cs" />
|
|
|
|
|
|
<Compile Include="CodeSurgery.Automation.cs" />
|
|
|
|
|
|
<Compile Include="CookCommand.Automation.cs" />
|
|
|
|
|
|
<Compile Include="CopyBuildToStagingDirectory.Automation.cs" />
|
|
|
|
|
|
<Compile Include="DeployCommand.Automation.cs" />
|
|
|
|
|
|
<Compile Include="FixupRedirects.Automation.cs" />
|
|
|
|
|
|
<Compile Include="GenerateDSYM.Automation.cs" />
|
|
|
|
|
|
<Compile Include="GUBP.Automation.cs" />
|
2015-03-27 08:02:21 -04:00
|
|
|
|
<Compile Include="RocketBuild.Automation.cs" />
|
2014-07-01 10:58:33 -04:00
|
|
|
|
<Compile Include="IPhonePackager.Automation.cs" />
|
2014-04-23 18:40:16 -04:00
|
|
|
|
<Compile Include="LauncherLocalization.Automation.cs" />
|
2015-01-07 16:45:01 -05:00
|
|
|
|
<Compile Include="ListMobileDevices.Automation.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2014-03-14 14:13:41 -04:00
|
|
|
|
<Compile Include="Localisation.Automation.cs" />
|
|
|
|
|
|
<Compile Include="MegaXGE.Automation.cs" />
|
|
|
|
|
|
<Compile Include="PackageCommand.Automation.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<Compile Include="RunProjectCommand.Automation.cs" />
|
|
|
|
|
|
<Compile Include="Tests.Automation.cs" />
|
|
|
|
|
|
<Compile Include="TestSnippet.Automation.cs" />
|
|
|
|
|
|
<Compile Include="UE4BuildUtils.cs" />
|
2014-05-09 03:30:25 -04:00
|
|
|
|
<Compile Include="UnrealSync.Automation.cs" />
|
2014-03-14 14:13:41 -04:00
|
|
|
|
<Compile Include="UpdateLocalVersion.Automation.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\AutomationTool.csproj">
|
|
|
|
|
|
<Project>{a35b0261-d868-475e-a098-eb14ce6dc89f}</Project>
|
|
|
|
|
|
<Name>AutomationTool</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>
|