G
Guest
Hi all,
I have a simple .NET(C#) project and I want to make different names of my
output assemblies depending from Current Configuration.
I mean Assembly named "NameDebug.exe", if i'm in Debug mode and
"NameRelease.exe" if I'm in Release mode .
Is it possible to do that and if it is not, how can I workaround this problem?
Regards:
KalliMan
I have a simple .NET(C#) project and I want to make different names of my
output assemblies depending from Current Configuration.
I mean Assembly named "NameDebug.exe", if i'm in Debug mode and
"NameRelease.exe" if I'm in Release mode .
Is it possible to do that and if it is not, how can I workaround this problem?
Regards:
KalliMan