In a C# solution, Where do you declare solution-scope enums ?
+12
A:
You'll need to declare them within a Project which all other projects in the solution reference.
STW
2010-03-02 07:12:51
The Class Library project type, and the same answer also applies to all other language features aside from enums.
Daniel Earwicker
2010-03-02 07:31:40