Visual Studio 2010: Moving and Renaming a Project Element in a Project Hierarchy

Any ideas on how to move (and rename) a Visual Studio project element? I want to move (and rename) an element from one place in the hierarchy to another place in the hierarchy. I want this through automation on the Visual Studio object model, so I will not run into problems with source control (for checking and checking files).

+3
source share
1 answer

You need to do this in four steps (there is no other easy way):

  • ( .VCproj) ( 2, vcproj ).
  • ( ).
  • File Explorer , (). - SVN .
  • .
0

Source: https://habr.com/ru/post/1778547/


All Articles