7
votes
What is the best practice for compiling Silverlight and WPF in one project?
Update: goes to show that there is almost always an easier way. :-)
The first step is to use conditional compilation to segregate the Silverlight specific code. (I'm assuming that …
