Unreal_simple_journal/Source/EncoreUnProjetEditor.Target.cs
2023-10-22 19:29:46 +02:00

16 lines
424 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class EncoreUnProjetEditorTarget : TargetRules
{
public EncoreUnProjetEditorTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Editor;
DefaultBuildSettings = BuildSettingsVersion.V4;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_3;
ExtraModuleNames.Add("EncoreUnProjet");
}
}