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 answers

0
larspars On

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