RadicalFx/Radical.Windows

Remove code paths that depend on not anymore supported technologies

mauroservienti opened this issue · 1 comments

We have plenty of places with things like:

  • #if !SILVERLIGHT
  • #if SILVERLIGHT
  • #if !WINDOWS_PHONE_8
  • etc...

we should start removing all this dead ends.

none left.