2 references to guidTestWindowCmdSet
Microsoft.VisualStudio.IntegrationTest.Setup (2)
IntegrationTestServiceCommands.cs (2)
64
var startMenuCmdId = new CommandID(
guidTestWindowCmdSet
, cmdidStartIntegrationTestService);
71
var stopMenuCmdId = new CommandID(
guidTestWindowCmdSet
, cmdidStopIntegrationTestService);