2014-03-14 14:13:41 -04:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-12-15 15:28:22 -05: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>{90FF4220-1CAE-4CCA-BBF6-7AAAED069F03}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>HTML5.Automation</RootNamespace>
|
|
|
|
|
|
<AssemblyName>HTML5.Automation</AssemblyName>
|
2015-07-09 10:15:37 -04:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2014-03-14 14:13:41 -04:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>..\..\..\..\Binaries\DotNET\AutomationScripts\HTML5\</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\HTML5\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2015-06-04 17:21:16 -04:00
|
|
|
|
<Reference Include="Ionic.Zip.Reduced">
|
|
|
|
|
|
<HintPath>..\..\..\..\Binaries\DotNET\Ionic.Zip.Reduced.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2014-10-09 17:15:41 -04:00
|
|
|
|
<Reference Include="OneSky, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\..\..\..\Binaries\DotNET\OneSky.dll</HintPath>
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
|
</Reference>
|
2014-03-14 14:13:41 -04:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\..\DotNETCommon\MetaData.cs">
|
|
|
|
|
|
<Link>Properties\MetaData.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="HTML5Platform.Automation.cs" />
|
2015-04-08 14:53:36 -04:00
|
|
|
|
<Compile Include="HTML5Platform.PakFiles.Automation.cs" />
|
2014-03-14 14:13:41 -04:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\UnrealBuildTool\UnrealBuildTool.csproj">
|
|
|
|
|
|
<Project>{fd7c5e1a-cfe4-4fd5-a525-1eb1599a39ac}</Project>
|
|
|
|
|
|
<Name>UnrealBuildTool</Name>
|
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
|
</ProjectReference>
|
2015-06-30 11:40:05 -04:00
|
|
|
|
<ProjectReference Include="..\AutomationUtils\AutomationUtils.Automation.csproj">
|
|
|
|
|
|
<Project>{2c96a7f2-b1a3-4258-8e0a-e588ff41a53e}</Project>
|
|
|
|
|
|
<Name>AutomationUtils.Automation</Name>
|
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
|
</ProjectReference>
|
2014-03-14 14:13:41 -04:00
|
|
|
|
<ProjectReference Include="..\Scripts\AutomationScripts.Automation.csproj">
|
|
|
|
|
|
<Project>{8aa00d65-0954-4a27-ac0d-fb8b1106120f}</Project>
|
|
|
|
|
|
<Name>AutomationScripts.Automation</Name>
|
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2014-10-17 04:21:41 -04:00
|
|
|
|
</Project>
|