INNER CODE UNIT · C#

TargetInfo

LuminoEngine/Lumino · tools/LuminoBuild/BuildEnvironment.cs:8

    class TargetInfo
    {
        public string Name { get; set; }
        public string LibraryExt { get; set; }
        public bool PdbCopy { get; set; } = false;

        public bool Package = false;
    }

    class BuildEnvironment
    {
        public const string VSWhereUrl = @"https://github.com/Microsoft/vswhere/releases/download/2.5.2/vswhere.exe";

        public const string EngineBuildDirName = "EngineBuild";
        public const string EngineInstallDirName = "EngineInstall";

        public static bool FromCI { get; private set; }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…