Files
UnrealEngineUWP/Engine/Source/Programs/MayaLiveLinkPlugin/MayaLiveLinkPlugin2017.Target.cs
projectgheist 27ae5afdcb PR #4726: Update copyright notices to 2018. (Contributed by projectgheist)
#rb none
#lockdown Nick.Penwarden

[CL 4070389 by Ben Marsh in Main branch]
2018-05-14 07:48:19 -04:00

10 lines
285 B
C#

// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
public class MayaLiveLinkPlugin2017Target : MayaLiveLinkPluginTargetBase
{
public MayaLiveLinkPlugin2017Target(TargetInfo Target) : base(Target)
{
LaunchModuleName = "MayaLiveLinkPlugin2017";
}
}