コード例 #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));
 }