You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
157 lines
6.6 KiB
XML
157 lines
6.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{A35B0261-D868-475E-A098-EB14CE6DC89F}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>AutomationTool</RootNamespace>
|
|
<AssemblyName>AutomationTool</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\..\Intermediate\Build\AutomationTool\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>..\..\..\Intermediate\Build\UnrealAutomationTool\Debug\AutomationTool.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Development|x86' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Development|x64' ">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>..\..\..\Binaries\DotNET\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Development|AnyCPU' ">
|
|
<OutputPath>..\..\..\Binaries\DotNET\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>false</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Ionic.Zip.Reduced">
|
|
<HintPath>..\..\..\Binaries\DotNET\Ionic.Zip.Reduced.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="RPCUtility">
|
|
<HintPath>..\..\..\Binaries\DotNET\RPCUtility.exe</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<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="Automation.cs" />
|
|
<Compile Include="AutomationExpection.cs" />
|
|
<Compile Include="BuildCommand.cs" />
|
|
<Compile Include="BuildEnvironment.cs" />
|
|
<Compile Include="BuildUtils.cs" />
|
|
<Compile Include="CommandletUtils.cs" />
|
|
<Compile Include="DeploymentContext.cs" />
|
|
<Compile Include="Distiller.cs" />
|
|
<Compile Include="FileFilter.cs" />
|
|
<Compile Include="HelpUtils.cs" />
|
|
<Compile Include="HostPlatform.cs" />
|
|
<Compile Include="LinuxHostPlatform.cs" />
|
|
<Compile Include="LocalBuildEnvironment.cs" />
|
|
<Compile Include="LocalP4Environment.cs" />
|
|
<Compile Include="Log.cs" />
|
|
<Compile Include="MacHostPlatform.cs" />
|
|
<Compile Include="MCPPublic.cs" />
|
|
<Compile Include="P4Blame.cs" />
|
|
<Compile Include="P4Environment.cs" />
|
|
<Compile Include="P4Utils.cs" />
|
|
<Compile Include="Platform.cs" />
|
|
<Compile Include="ProcessUtils.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="ProjectParams.cs" />
|
|
<Compile Include="ProjectUtils.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ScriptCompiler.cs" />
|
|
<Compile Include="CommandUtils.cs" />
|
|
<Compile Include="SharedUtils.cs" />
|
|
<Compile Include="TempStorage.cs" />
|
|
<Compile Include="UBTUtils.cs" />
|
|
<Compile Include="UE4Build.cs" />
|
|
<Compile Include="Utils.cs" />
|
|
<Compile Include="WatchdogTimer.cs" />
|
|
<Compile Include="WindowsHostPlatform.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj">
|
|
<Project>{5D7D66E8-8C76-4AF9-B3EC-2EF03421D730}</Project>
|
|
<Name>DotNETUtilities</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\UnrealBuildTool\UnrealBuildTool.csproj">
|
|
<Project>{fd7c5e1a-cfe4-4fd5-a525-1eb1599a39ac}</Project>
|
|
<Name>UnrealBuildTool</Name>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |