Is there a way to tell Visual Studio to use a different location for the bin
and obj
directories?
For example, if my project is in C:mymyprojects.csproj, how can I have the obj
and bin
directories in, say, D:otherdirectoryin and D:otherdirectoryobj. The Visual Studio project option offer only to redirect the bin
directory, not the obj
directory.
Also, bonus question: Can I use environment variables, not full or relative paths?
Is this possible?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…