Good morning!
We have a SVN-Repository, which holds a VS-Solution. In this solution are many web-projects and each of them is using a JavaScript-Lib which is atm developed in an extra project (let's call it DemoWeb
) and deployed manually to the other Web-Projects.
This construct has many disadvantages:
- You can forget a project to copy to when deploying.
- You can miss some files out
- You have the same .js-files several times in the SVN-Repository
- ...
I think that the scenario (many Projects using the same Libs - eg. JavaScript, .dll-files, Images, ...) is very common, so I ask you:
How do you deal with it?
How do you get rid of this disadvantages?
How do you don't loose the references for IntelliSense in VS (eg. CssClass-Checking)?
Thanking you in anticipation!