Giter VIP home page Giter VIP logo

referencepathmanager's Introduction

Manage Reference Paths

A Visual Studio extension for managing the reference paths from all the projects from a centralized place.

Build status

Download from the VS Gallery.

Sometimes it is convenient to build a solution with a specific version of a dependency, for example with a debug compilation of it to trace a bug that crosses application boundaries. The project setting `Reference Paths fits the bill nicely but, being a project level setting, it is tedious to configure for solutions with many projects.

This extension centralizes this configuration and allows you to add and remove paths for all (or some) of the projects in one fell swoop.

##How it works

This extension add to the Tools menu a new item named Manage reference paths. Selecting it open this dialog:

Screenshot

On the left panel all the projects from the current solution are listed. When one or more of them are selected on the right panel their currently defined reference paths are displayed. Paths present in all selected projects are shown in black, when missing from some they are shown in gray. The available actions are:

  • Add: opens a directory dialog. The path selected will be added to all selected projects.
  • Add From Clipboard: retrieves the path from system's Clipboard. The path will be added to all selected projects. The same action can be triggered by using "Ctrl + V" keyboard shortcut.
  • Delete: removes the selected paths from the currently selected projects.
  • Delete All: removes the selected paths from all projects in the solution.
  • Propagate: ensures that the selected paths are present in the currently selected projects.
  • Propagate All: ensures that the selected paths are present in all projects from the solution.

Paths can also be added from the clipboard with Ctrl+V.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.