i would like to add a “bin” directory (just like in games install directories) that will include all the non-default Assemblies (only assemblies i add, and not things like System.Windows.Forms)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If I am understanding your question correctly, what you are looking for is post-build events.
This article does a great job of summing them up:
http://geekswithblogs.net/dchestnutt/archive/2006/05/30/80113.aspx
I used them awhile back to do something similar to what you are asking (where I wanted certain compiled assemblies to exist in a folder besides bin and debug).
Hope this helps!