2

Something similar to (picked from a .csproj)

<DefineConstants>DEBUG; ANDROID</DefineConstants>

1 Answers1

4

Right click the project, go to Options -> Build -> Compiler. You can add the constants where it says Define Symbols.

larspars
  • 1,640
  • 1
  • 15
  • 30