this is not mine, but from microsoft
i tried to post it on your macro site, but the indentation comes out
wrong there ....
Sub BuildStartupProject()
Dim sb As SolutionBuild = DTE.Solution.SolutionBuild
Dim projName As String = sb.StartupProjects(0)
sb.BuildProject(sb.ActiveConfiguration.Name, projName, False)
End Sub
just bind it to F7 and you are rid of the nightmare of who gets
compiled
btw, i have many more cool tricks for compliatin in IDLE_PRIORITY it
anyone is interested
if not, have a nice day anyways
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---