Files
UnrealEngineUWP/Engine/Source/Programs/UnrealBuildTool/DotNetCore/UnrealBuildTool.csproj
Ben Marsh d832dacf48 Merging //UE4/Release-4.18 @ CL 3709383 to Release-Staging-4.18 (//UE4/Release-Staging-4.18)
#rb none
#jira

[CL 3715930 by Ben Marsh in Staging-4.18 branch]
2017-10-24 10:14:07 -04:00

24 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputType>Exe</OutputType>
<DefineConstants>NET_CORE</DefineConstants>
<OutputPath>..\..\..\..\Binaries\DotNET\</OutputPath>
<RootNamespace>UnrealBuildTool</RootNamespace>
<AssemblyName>UnrealBuildTool_NETCore</AssemblyName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\DotNETCommon\DotNETUtilities\DotNetCore\DotNETUtilities.csproj"/>
<Reference Include="..\..\..\..\Binaries\ThirdParty\Ionic\Ionic.Zip.Reduced.Core.dll"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry" Version="4.4.0-preview2-25405-01"/>
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.3.0"/>
<PackageReference Include="Microsoft.CodeAnalysis" Version="2.3.1"/>
</ItemGroup>
<ItemGroup>
<Compile Include="../**/*.cs"/>
</ItemGroup>
</Project>