protected ToolTask(ResourceManager taskResources,
                    string helpKeywordPrefix)
 {
     this.TaskResources        = taskResources;
     this.HelpKeywordPrefix    = helpKeywordPrefix;
     this.toolPath             = MonoLocationHelper.GetBinDir();
     this.responseFileEncoding = Encoding.UTF8;
     this.timeout = Int32.MaxValue;
 }
示例#2
0
 protected ToolTask(ResourceManager taskResources,
                    string helpKeywordPrefix)
 {
     this.TaskResources        = taskResources;
     this.HelpKeywordPrefix    = helpKeywordPrefix;
     this.toolPath             = MonoLocationHelper.GetBinDir();
     this.responseFileEncoding = Encoding.UTF8;
     this.timeout             = Int32.MaxValue;
     this.environmentOverride = new SCS.ProcessStringDictionary();
 }