zoukankan      html  css  js  c++  java
  • link file in windows and visual studio

    Linking a file in Visual Studio .NET
    If in VS.NET you add to the current project an existing file that's located outside the current project's directory, the file is first copied in the project's directory, and then it's added to the project. However, you may want to share the same source file among multiple projects, so that if you modify the code from one project (to fix a bug, for example) the updated code is immediately available to the other projects. To add a shared file, open the dialog to select an existing file with the Project | Add Existing Item… menu item and select the file you want to include. Then, instead of clicking the Open button, click the arrow on the left of that button, and click Link File from the list that drops down. This way you link to the original file, not to a local copy of it.
    of course you can share file in VSS

    if u want link file in OS, u can use fsutil in xp or win2003.
  • 相关阅读:
    小问题也是大问题
    Java GC(2)
    Java GC(1)
    mac eclipse svn
    svn merge
    LTE,WiMAX与WIFI相关知识链接整理
    【LTE基础知识】承载相关概念介绍
    【LTE基础知识】LTE空口协议分析
    LTE基础知识
    Scapy学习2
  • 原文地址:https://www.cnblogs.com/margiex/p/577124.html
Copyright © 2011-2022 走看看