I downloaded and added into references Extended WPF Toolkit (http://wpftoolkit.codeplex.com/releases/view/96972), but ended up not using it. Now I want to remove it from my solution, but don't know how. I tried deleteng the packages folder, but it gets downloaded automatically when compiling the project. Also tried finding it among references, but I just couldn't find it. I'm using Visual Studio 2015. How can I permanently remove the toolkit?
Right click on project ->Manage Nuget packages ->Installed packages
click on Extended.Wpf.Toolkit
from the list->Uninstall