Hi all
I am writing a some unit test classes and i only want to run them in debug mode .
Is there some way not to deploy the classes itself to the final assemblies when i run in different mode .
I am not talking about their content (#if DEBUG flag) , the files them self .
I use VS2005.
Thanks.