去​除​T​F​S​的​版​本​控​制​信​息

为了避免对版本库的影响,可以自己离线的修改代码,就要脱离TFS的管理,上网找到的解决

方案:
找到*.sln 文件用文本打开,可以找到:
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
DebugLocal|.NET = DebugLocal|.NET
DebugLocal|Any CPU = DebugLocal|Any CPU
DebugLocal|Mixed Platforms = DebugLocal|Mixed Platforms
Production|.NET = Production|.NET
Production|Any CPU = Production|Any CPU
Production|Mixed Platforms = Production|Mixed Platforms
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
Release|Mixed Platform
s = Release|Mixed Platforms
……
  EndGlobalSection
EndGlobal

将所有这些内容删除,然后修改解决方案的名称,保存,重新打开就可以离线操作了

posted @ 2014-07-30 09:20  烟和雾  阅读(127)  评论(0)    收藏  举报