public CommonProject() : base(typeof(Target)) { RootPath = @"[project.SharpmakeCsPath]"; SourceRootPath = @"[project.RootPath]\codebase\[project.Name]"; AddTargets(DefaultTarget.Get()); }
public NoAllFastBuildProjectFunctionalTestSolution() : base(typeof(Target)) { Name = "NoAllFastBuildProjectFunctionalTest"; GenerateFastBuildAllProject = false; AddTargets(DefaultTarget.Get()); }