Solution Configuration but not Platform in VS2010 Toolbar
I'm running VS2010 premium. One of my teammates has both the solution configuration drop-down (Debug, Release) AND the platform (Win32, x64) combo-boxes in his toolbar. I don't.
For a reference, I'm hoping to 开发者_JS百科see:
Instead, I only see the first combo-box. What do I need to configure to make the second one appear?
I had the same issue, here is how I got the menu back
- On the menubar go to View → Toolbars → Customize...
- Click on the "Commands" tab
- Select the "Toolbar" radio button and find "Standard" in the drop down list
- Click the "Add Command..." button
- Select the "Build" category
- Find and select the "Solution Platforms" command and click "OK"
- Move your new command to a comfortable place on your toolbar using "Move Up" and "Move Down"
- Enjoy not having to dig through Solution Properties to change the platform
in my case the toolbar was not showing. the above answer helped me find a simpler solution
VIEW > Toolbars > ✓
Standard
精彩评论