h5_0824Editor.Target.cs 367 B

123456789101112131415
  1. // Copyright Epic Games, Inc. All Rights Reserved.
  2. using UnrealBuildTool;
  3. using System.Collections.Generic;
  4. public class h5_0824EditorTarget : TargetRules
  5. {
  6. public h5_0824EditorTarget( TargetInfo Target) : base(Target)
  7. {
  8. Type = TargetType.Editor;
  9. DefaultBuildSettings = BuildSettingsVersion.V2;
  10. ExtraModuleNames.AddRange( new string[] { "h5_0824" } );
  11. }
  12. }