'Dependency'에 해당되는 글 1건
2016. 11. 10. 16:36
How to remove project dependency in Visual Studio
2016. 11. 10. 16:36 in text/develop environment

Issue : When removing a dependency of a project, I got a message "The dependency was added by the project system and cannot be removed
Solution
- Right click project, select Properties.
- Select Framework and References under Common Properties
- Select the references thats not needed.
- Click on Remove Reference.