Disable designer in Visual Studio?
Posted
by I. J. Kennedy
on Stack Overflow
See other posts from Stack Overflow
or by I. J. Kennedy
Published on 2009-02-19T22:47:19Z
Indexed on
2010/06/09
15:42 UTC
Read the original article
Hit count: 301
visual-studio
|windows-form-designer
I'm using Visual C# Express to write Windows Form applications, and call me old school, but I don't like the designer. It is a nuisance and pollutes my project with lots of unwanted files, as well as unwanted monkey-generated source code.
Please please please tell me there's a way to turn it off completely.
© Stack Overflow or respective owner