Files
UnrealEngineUWP/Engine/Source/Programs/UnrealGameSync/MetadataTool/MetadataTool.csproj
Ben Marsh 4d7d477923 UGS: Add a matcher for copyright notice warnings/errors.
#rb none
#rnx

[CL 6646141 by Ben Marsh in Main branch]
2019-05-26 14:14:59 -04:00

81 lines
3.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{1B562929-0D0C-4CBE-8C43-3683F54D0414}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MetadataTool</RootNamespace>
<AssemblyName>MetadataTool</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>CS0649</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>CS0649</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="Exists('..\..\..\..\Build\NotForLicensees\EpicInternal.txt')">
<OutputPath>..\..\..\..\Build\NotForLicensees\BuildFarm\MetadataTool\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<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.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BuildHealth\ChangeInfo.cs" />
<Compile Include="BuildHealth\Matchers\CompilePatternMatcher.cs" />
<Compile Include="BuildHealth\Matchers\CopyrightNoticeMatcher.cs" />
<Compile Include="BuildHealth\Matchers\UndefinedSymbolPatternMatcher.cs" />
<Compile Include="BuildHealth\PatternMatcher.cs" />
<Compile Include="CommandHandler.cs" />
<Compile Include="CommandHandler_BuildHealth.cs" />
<Compile Include="CommandHandler_Http.cs" />
<Compile Include="CommandTypes.cs" />
<Compile Include="BuildHealth\InputData.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="BuildHealth\BuildHealthIssue.cs" />
<Compile Include="BuildHealth\BuildHealthJobStep.cs" />
<Compile Include="BuildHealth\BuildHealthJobStepHistory.cs" />
<Compile Include="BuildHealth\BuildHealthState.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj">
<Project>{5d7d66e8-8c76-4af9-b3ec-2ef03421d730}</Project>
<Name>DotNETUtilities</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>