• 去除TFS版本控制信息


    为了避免对版本库的影响,可以自己离线的修改代码,就要脱离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

    声明: 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。

  • 相关阅读:
    聚簇索引与非聚簇索引(二级索引)的区别
    swoole介绍
    什么是mysql执行计划
    php-fpm浅析
    字段设计规范
    mysql排序规则utf8_genera_ci和utf8_bin的区别
    chrome 麦克风被禁用
    获取地址栏参数
    vue 打包去掉console debugger
    Vue less全局变量预处理加载
  • 原文地址:https://www.cnblogs.com/zhulinyixuan/p/3450058.html
Copyright © 2020-2023  润新知