In Visual Studio 2008 (and others) when creating a .NET or silverlight application if you look at your project properties, it seems like you can only have one assembly name - across all configurations. I would like to compile my application as:
MyAppDebug - in debug mode
and just
MyApp - in release mode
Does anyone know if this is possible?
Edit:
It seems some people are questioning the reasoning behind the question, so I'll explain a little further:
I'm working on a Silverlight application which gets automatically uploaded to our test site when I to a "build solution". The trouble is, the test team are now testing the online version, whilst I work on a new one. So, I want to have a url like .MyApp.html for the regular version that the QA team will test and then .MyApp.html?version=debug for the current version that I'm working on.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…