c# - Cannot build the Caliburn.Micro.HelloScreen sample due to missing references -
i've downloaded source package of caliburn.micro this page, version 1.5.2. have vs2010 professional, , have downloaded , installed blend sdk.
i've extracted entire thing, , able build actual caliburn.micro.dll after removing projects aren't supported on system (meaning can build caliburn.micro.dll only).
however, cannot figure out how build helloscreens sample. appears sample configured use nuget, whatever can't seem proper references work.
i've tried right-clicking solution end enabling nuget package restore, hoping thing smart enough resolve had resolve, nope.
the following references have yellow exclamation points on them (and don't exist on disk):
- caliburn.micro
- microsoft.expression.effects
- microsoft.expression.interactions
- system.windows.interactivity
can remove caliburn nuget package through visual studio , reinstall it? packages.config might mixed up. nuget should set references right.