コード例 #1
0
ファイル: main.sharpmake.cs プロジェクト: ChrisTohFer/GE2
        public virtual void Configure(Configuration conf, CustomTarget target)
        {
            conf.SolutionPath = Constants.GeneratedPath;

            conf.AddProject <Projects.Launch>(target);
            conf.AddProject <Projects.Global>(target);
        }
コード例 #2
0
ファイル: main.sharpmake.cs プロジェクト: ChrisTohFer/GE2
 public GE2()
     : base(typeof(CustomTarget))
 {
     AddTargets(CustomTarget.DefaultTargets());
 }