Oran D. Lord
Oran D. Lord

Reputation: 737

Define Conditional Compilation Symbols in Visual Studio 2013

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

Answers (1)

Oran D. Lord
Oran D. Lord

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.

Screenshot of Advanced Compile Options dialog.

Upvotes: 3

Related Questions