I'd like to exclude / include a complete form in my project. But when I add the needed #if CONST
and #endif
the compiler complains about resources that may get wrong names.
warning MSB3042: A namespace or class definition was found within a conditional compilation directive in the file "Form1.cs". This may lead to an incorrect choice for the manifest resource name for resource "Form1.resx".
What does this mean?
And how do I fix it?