public CoreTargetRules() { if (!BuildVulkan) { ModuleExcludeList.Add("VulkanRHI"); } if (!BuildCSharp) { ModuleExcludeList.Add("CSharpContainer"); ModuleExcludeList.Add("CSharpCore"); ModuleExcludeList.Add("CSharpBridge"); ModuleExcludeList.Add("CSTestGame"); GlobalDefines.Add("NOCSHARP"); } if (BuildPhysx) { GlobalDefines.Add("USE_PHYSX"); ModuleExcludeList.Add("TDPhysics"); } WindowTenVersionTarget = "1903"; // WindowTenVersionTarget = "1803"; }