简体   繁体   中英

Project references working in a small team in Visual Studio?

I do most of work and I love to add project references to my main project. These sub projects are live and I edit the code often, so having project references in the main project helps me to navigate for the code and compiling it quickly. Another value is the automatic selection of release/debug assembly.

Now I need to work with few external workers. I use Git for source control. These workers need to work on the main project, not on satellite projects. If I leave the project references to the main project, I would need to share the code of these projects. I want to avoid it because workers never need to change or see the sub-project source.

In the other hand, if I replace the project references by simply references, I will lose the ability to navigate and edit the source of sub projects from the main project.

Which would be a good practice for working on the above scenario?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM