Browse Source

Only a ReferenceProjectItem should be Added to the ToolBox

pull/52/head
jkuehner 13 years ago
parent
commit
a722477a11
  1. 1
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.AddIn/Src/WpfViewContent.cs

1
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.AddIn/Src/WpfViewContent.cs

@ -47,6 +47,7 @@ namespace ICSharpCode.WpfDesign.AddIn @@ -47,6 +47,7 @@ namespace ICSharpCode.WpfDesign.AddIn
void ProjectService_ProjectItemAdded(object sender, ProjectItemEventArgs e)
{
if (e.ProjectItem is ReferenceProjectItem)
WpfToolbox.Instance.AddProjectDlls(this.Files[0]);
}

Loading…
Cancel
Save