Reputation: 737
After reviewing "Visual Studio 2012 - location of Conditional Compilation Symbols settings", I was unable to find the location of the Conditional Compilation Symbols box in VS 2013 for an ASP.NET web application.
Where can you define symbols based on the selected build configuration for an ASP.NET application?
Upvotes: 1
Views: 2909
Reputation: 737
For an ASP.NET web application, the location of the Conditional Compilation Constants option is slightly different.
Project → Project Properties → Compile → Advanced Compile Options → Custom Constants
It is still under the group heading of Compilation Constants.
Upvotes: 3