コード例 #1
0
 public MSBuildTask(string fileName, string dotNetVersion, string task, bool showPrompt)
 {
     _fileName      = fileName;
     _dotNetVersion = dotNetVersion;
     _configuration = task;
     _showPrompt    = showPrompt;
     Validator      = new ToolPathValidator();
 }
コード例 #2
0
 public MSBuildTask(string fileName, string dotNetVersion, string task, bool showPrompt)
 {
     _fileName = fileName;
     _dotNetVersion = dotNetVersion;
     _configuration = task;
     _showPrompt = showPrompt;
     Validator = new ToolPathValidator();
 }