示例#1
0
文件: Csc.cs 项目: sperling/cskarp
 /// <summary>
 /// Construct the command line from the task properties
 /// </summary>
 /// <returns></returns>
 protected override string GenerateCommandLineCommands()
 {
     return(TaskUtilities.AppendSessionGuidUnlessDesignTime(base.GenerateCommandLineCommands(), this.VsSessionGuid, this));
 }