shiftkey / Shimmer.Samples

A collection of Shimmer samples and demo applications
MIT License
9 stars 2 forks source link

Review loose references #4

Open shiftkey opened 10 years ago

shiftkey commented 10 years ago

Inside my demo app I have these packages:

But my application won't run unless I include these assemblies by hand in the release package:

<files>
    <file src="bin\$configuration$\Microsoft.Expression.Interactions.dll" target="lib\net40\" />
    <file src="bin\$configuration$\System.Windows.Interactivity.dll" target="lib\net40\" />
    <file src="bin\$configuration$\System.Reactive.Windows.Threading.dll" target="lib\net40\" />
</files>

These files come from:

So we need to work out: