Visual Studio 2012 include files and folders in project

谁说我不能喝 提交于 2019-12-25 04:12:04

问题


I made a bunch of changes to a folder. I

  • checked the whole folder out from TFS 2012 (removes read-only flag)
  • then copied my changes (many files in many different folders) to the working copy, overwritting existing files
  • tried to include all new files into the project

But I failed on the last step. For "Include in project" I need to select the target files oder folders, but this is no option, too many files in too many folders. Is there some way to do it efficiently, without going through every folder and looking for new files manually?


回答1:


This is what I did now: I

  • removed all files and folders in my project
  • copied the new files and folders to their target location
  • enable "Show all files" in the Solution Explorer
  • include the copied files and folders

Now I have the correct files and folders in my solution, BUT I lost my version history on them (ok, they were mostly images with no edits on them).



来源:https://stackoverflow.com/questions/17147292/visual-studio-2012-include-files-and-folders-in-project

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