开发者

VS 2010 Compilation tips

开发者 https://www.devze.com 2023-03-13 22:43 出处:网络
I have a vs 2010 WPF solution with 15 class projects and one main wpf project. I compile first, then once its finished ( without making further code changes) I decide to Shift + f5 and whole solution

I have a vs 2010 WPF solution with 15 class projects and one main wpf project. I compile first, then once its finished ( without making further code changes) I decide to Shift + f5 and whole solution compiles again? What a waste of time. Does anybody els开发者_C百科e experience this issue?


Shift+F5 may force a rebuild of the solution. Try F5, or Debug->Start Debugging.


If your having that issue you could remap shift +f5 to compile current project so you don't have to do the whole solution. I think shift + f6 is compile current project by default.

0

精彩评论

暂无评论...
验证码 换一张
取 消