In the application settings screen for the express edition, the Configuration combo box is disabled, so I can't change things like the assembly name and description depending on the configuration.
The first question is, is this box enabled in the full version?
Secondly, to get around this, I edited the AssemblyInfo file manually and used preprocessor directives to change the assembly description depending on the configuration.
This works, and each configuration compiles correctly. If I then right click each dll, I can see that the description is different for each one.
My question is, is it ok to do this or might I run into problems at some point?