Hi all,
Is there any way that I can prevent a designer class from being rebuilt when running my project?
The designer class is a webservice reference with over 30000 lines of code and appears to be being rebuilt almost every time I run my project. (Which obviously takes quite some time)
Is there some explicit way I can prevent Visual Studio 2010 from rebuilding this class each time I run the project?