去除TFS的版本控制信息
为了避免对版本库的影响,可以自己离线的修改代码,就要脱离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
将所有这些内容删除,然后修改解决方案的名称,保存,重新打开就可以离线操作了
浙公网安备 33010602011771号