Something similar to (picked from a .csproj)
<DefineConstants>DEBUG; ANDROID</DefineConstants>
Right click the project, go to Options -> Build -> Compiler. You can add the constants where it says Define Symbols.
Right click the project, go to Options -> Build -> Compiler. You can add the constants where it says Define Symbols.