build a C# project in Release & Debug (same out put directory)
-
Hi all, when building a C# project with a same output directory, the generated dlls are erased even if they don't have the same name. For instance, 1- I build my project in Debug 2- it generates projectd.dll into C:\ 3- I build my project in Release 4- it generates project.dll into C:\ 5- the projectd.dll was removed from C:\ is there a way to avoid that ? thanks for help kort
-
Hi all, when building a C# project with a same output directory, the generated dlls are erased even if they don't have the same name. For instance, 1- I build my project in Debug 2- it generates projectd.dll into C:\ 3- I build my project in Release 4- it generates project.dll into C:\ 5- the projectd.dll was removed from C:\ is there a way to avoid that ? thanks for help kort