Visual Studio and TFS, detect changes outside Visual Studio [duplicate]

一笑奈何 提交于 2019-12-06 05:03:42

You just need to create a local workspace and not a server Workspace.

Then all files edited outside your solution get detected:

Picture: Pending Changes with detected adds

Then i include the detected adds, so they are under Included Changes. Now i can check-in all the changed files, but at this time they are in source control but not included to the project. So I add the lines like described at this link:

http://www.mattburkedev.com/automatically-include-all-files-in-folder-in-visual-studio/

Then I unload the Project and Reload it. The files are now included.

So next time I add files in Umbraco: just add detected adds in Pending Changes and reload project, everything done.

Well, no. That's the nature of a Web Application project type. But if for instance you used a Website project instead, all files in the main folder would automatically be part of your project.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!