Files
UnrealEngineUWP/Engine/Build/Target.cs.template
projectgheist ce8eb4c0e0 PR #5371: Our yearly update copyright notices to 2019 :) (Contributed by projectgheist)
#rb none
#rnx

[CL 4673074 by Ben Marsh in Dev-Build branch]
2018-12-21 16:17:34 -05:00

15 lines
297 B
Plaintext

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class {GAME_NAME}Target : TargetRules
{
public {GAME_NAME}Target(TargetInfo Target) : base(Target)
{
Type = TargetType.Game;
ExtraModuleNames.Add("UE4Game");
}
}