On Fri, May 22, 2009 at 8:06 PM, nakro <[email protected]> wrote:

>    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
>

I'm confused.  Does this do something different than what F5 does by default
(build the startup project and any dependencies, and run it)?

PK

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to