No Compiler Directives in VS.NET 2005 Web Projects
Posted by: Rick Strahls WebLog,
on 25 Dec 2005 |
View original | NEW Bookmarked: 0 time(s)
Here’s another side effect of the project less ASP.NET projects in Visual Studio 2005: You loose the ability to use global compiler directives. I have a couple of projects that compile to different targets – one within a framework one just as a standalone and I’m using Compiler directives defined at the project level to cause a handful of changes in these ASP.NET projects.
This is a bummer… I haven’t been able to figure out a way to get around this short of hunting...