Esempio n. 1
0
 public SProcPublisher(IServiceContainer services, IProjectSystemServices pss, IDacPackageServices dacServices)
 {
     _services     = services;
     _pss          = pss;
     _dacServices  = dacServices;
     _outputWindow = new OutputWindowLogWriter(services, VSConstants.OutputWindowPaneGuid.BuildOutputPane_guid, string.Empty);
 }
Esempio n. 2
0
 public SProcPublisher(IApplicationShell appShell, IProjectSystemServices pss, IFileSystem fs, IDacPackageServices dacServices)
 {
     _appShell     = appShell;
     _pss          = pss;
     _fs           = fs;
     _dacServices  = dacServices;
     _outputWindow = new OutputWindowLogWriter(VSConstants.OutputWindowPaneGuid.BuildOutputPane_guid, string.Empty);
 }
Esempio n. 3
0
 public DacPacBuilder(ICoreShell coreShell)
 {
     _coreShell    = coreShell;
     _outputWindow = new OutputWindowLogWriter(VSConstants.OutputWindowPaneGuid.BuildOutputPane_guid, string.Empty);
 }