Exemple #1
0
 public override void Rebuild(string ProjectPath, ProjectBase.ProfileBase.BuildConfigurations BuildConfiguration, ProjectBase.ProfileBase.PlatformTypes PlatformType)
 {
     Start(string.Format("\"{0}\" /t:clean;build /p:configuration={1} /p:platform={2}", ProjectPath, BuildConfiguration.ToString().ToLower(), PlatformType.ToString()));
 }
Exemple #2
0
 public static string GetPlatformTypesPreprocessor(ProjectBase.ProfileBase.PlatformTypes PlatformType)
 {
     return(PlatformType.ToString().ToUpper());
 }