为了避免对版本库的影响,可以自己离线的修改代码,就要脱离TFS的管理,解决方案: 1、找到*.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 Platforms = Release|Mixed Platforms …… EndGlobalSection EndGlobal 将所有这些内容删除,然后修改解决方案的名称,保存。
2、去掉项目中的.scc,.vssscc和.vspscc文件
3、去掉C#项目文件(.csproj)里面几行标签:
SccProjectName = "SAK" SccLocalPath = "SAK" SccAuxPath = "SAK" SccProvider = "SAK" 重新打开就可以离线操作了 作者:gaobanana
声明: 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。