I would like to share 2 folders of content (‘stylesheets’ and ‘graphics’) between multiple asp.net projects in a solution.
Is there a way to do this and have studio display the graphics and such appropriately at design time?
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.
I looked into this deeply a while back and found no great solution right there in Visual Studio.NET. What I ended up doing was using my source control system to share the folders.
I used Subversion Externals to share to multiple working copies, from a single source in Subversion.
http://svnbook.red-bean.com/en/1.1/ch07s04.html
I know there’s a similar sharing concept in Source Safe and likely other source control systems as well.