How could I specify a conditional compilation symbol within a MonoDevelop 2.8 project template (.xpt.xml)?

1.2k Views Asked by At

Something similar to (picked from a .csproj)

<DefineConstants>DEBUG; ANDROID</DefineConstants>
1

There are 1 best solutions below

0
On

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