initial commit
This commit is contained in:
15
Unreal/PS_StratVision/Source/PS_StratVision.Target.cs
Normal file
15
Unreal/PS_StratVision/Source/PS_StratVision.Target.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
|
||||
using UnrealBuildTool;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public class PS_StratVisionTarget : TargetRules
|
||||
{
|
||||
public PS_StratVisionTarget(TargetInfo Target) : base(Target)
|
||||
{
|
||||
Type = TargetType.Game;
|
||||
DefaultBuildSettings = BuildSettingsVersion.V6;
|
||||
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_7;
|
||||
ExtraModuleNames.Add("PS_StratVision");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user