So, I want to share TONS of code between Silverlight and "normal" applications. Starting with utility functions and all that up to my hand coded framework (MVC, DI, etc...)...
Here is my question:
Imagine I have put all this stuff into a SL - Classlibrary, lets call it "AmazingLibrary" and I reference it in a NORMAL (say, WPF) project that doesn't use Silverlight...
Will I have to make the people enjoying my WPF - application install Silverlight first or is the assembly just "a little bit different, but still runs under normal CLR 3.5"?