Can I use multiple output paths. like when i build my project, the exe should generate in two different paths. If so, How can I specify in Project Properties-> Build -> output path? I tried using , and ; but neither of those work.
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?