So I downloaded Twitterizer from http://www.twitterizer.net/downloads/
I try to open it in Visual Studio and get all these nuget errors:
The imported
Easiest solution when you get this error in order to restore the missing NuGet.targets
in Visual Studio Solution Explorer is to:
this will download the missing files in the ".nuget
" folder :)
The above assumes you already have Nuget installed - if not follow the accepted answer above!
UPDATE: Please note for Visual Studio versions beyond 2013 the option is called "Restore NuGet Packages"