I attempted to define a custom compiler symbol inside a .csproj file directly to include a custom compilation symbol if certain condition is met. In debugging my application to find out why this custom compilation symbol wasn't being defined even though my syntax was ok, I came to the conclusion that this bug was caused by how Visual Studio adds in custom compilation symbols: by not chaining them onto the list of pre-existing compilation symbols.I've attached a sample project with comments in the .csproj file that illustrates this issue.
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results