19 lines
571 B
C#
19 lines
571 B
C#
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
||
using UnrealBuildTool;
|
||
using System.Collections.Generic;
|
||
|
||
public class hwanyoung2Target : TargetRules
|
||
{
|
||
public hwanyoung2Target(TargetInfo Target) : base(Target)
|
||
{
|
||
WindowsPlatform.Compiler = WindowsCompiler.VisualStudio2022;
|
||
WindowsPlatform.CompilerVersion = "14.38.33130"; // ġ Ȯ ȣ ٲ ּ
|
||
|
||
Type = TargetType.Game;
|
||
DefaultBuildSettings = BuildSettingsVersion.V4;
|
||
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_3;
|
||
ExtraModuleNames.Add("hwanyoung2");
|
||
}
|
||
}
|