Add or remove a reference
You can add a reference to any .NET Framework assembly, Microsoft Silverlight assembly, or compatible COM library DLL to a Blend para Visual Studio 2012 project. For example, you might do any of the following:
Add a reference to a custom control or user control that you can then select from the Assets panel (after building your project), and then draw on the artboard.
For an example, see Create a new user control in your project or Try it: Create a custom control with custom properties.
Add a reference to an existing project in your solution. This is useful to keep functionality separated into reusable projects that you can build into your active project.
For more information, see Add a new or existing project to a solution.
Add a reference to a CLR object data source.
Add a reference to a compatible COM library DLL.
Add a reference to the Silverlight SDK assemblies that include system controls such as the TabControl.
For more information, see Import a custom control by adding a reference (Blend).
To add a reference
On the Project menu, click Add Reference, if you want to add an assembly (.dll or .exe) to your project.
In the Add Reference dialog box, browse to the location of the assembly or COM library that you want to add to the current project, select that item, and then click Open.
The item is not added to your project, but a reference to it is added in the References node in the Projects panel.
Build your project to incorporate the referenced item and to make any new controls available from the Assets panel .
If the referenced item is updated externally, you will need to rebuild in Blend to pick up the changes.
To add a reference to another project
Add a new or existing project to your solution.
On the Project menu, click Add Project Reference, and then select the name of your project from the list that appears.
Build your project to incorporate the referenced project and to make any new controls available from the Assets panel .
If the referenced item is updated externally, you will need to rebuild in Blend to pick up the changes.
To remove a reference
In the References node in the Projects panel, right-click the reference that you want to remove, and then click Remove from Project.
[!NOTA]
Using the Remove from Project option only removes the reference from the project; it does not delete the referenced item from your computer.