zoukankan      html  css  js  c++  java
  • 工具: 删除Visual Studio项目中文件链接,并把原文件复制到相应的目录

    This program replaces file links in Visual Studio Projects with in-place files.


    USAGE:

    RemoveProjectLinks <project file path> <output directory path>

    <project file path>:
            the path of your project file(*.csproj, *.vbproj, ...),
            in which you want to remove file links

    <output directory path>:
            the path of output directory. All the files of replaced
            project will be copied to this directory.


    NOTE: All the contents already exsits in the output directory will be deleted!

    花了一个小时写出来的,用了Linq to XML,第一次用.

    仅针对两个VB项目做过测试,不过不会修改原项目文件,而是输出到新的目录,所以风险性应该还是比较小的.

    下载的源码需要用VS2010打开.

  • 相关阅读:
    Js变量类型
    前端面试题HTML
    AP聚类
    锚点
    html
    Active Learning主动学习
    z-index
    position
    学习笔记_卷积神经网络
    学习笔记_深度学习的数学基础
  • 原文地址:https://www.cnblogs.com/deerchao/p/1718183.html
Copyright © 2011-2022 走看看