Optimal stategy about library inclusion on mixed platform projects

  • Thread starter Thread starter Beorne
  • Start date Start date
B

Beorne

I have two projects, one on WindowsCE (.NET compact framework 2.0
platform) and one on Windows XP (.NET 2.0 platform).
These two projects share a common library.
What is the optimal strategy for libraries inclusion in the common
library? Should I include the plain .NET 2.0 or the compact framework
versions of the libraries?
Is there a more elegant solution?

Thanks,
Matteo
 
Back
Top