.net CF and .net Desktop

  • Thread starter Thread starter Maxus
  • Start date Start date
M

Maxus

Hi People,

Is there a way to build a class library that can be used by both the CE
version of .net and the Desktop version? We have a big project and
would prefer to keep them together in one class library also there
doesn't seem to be a compact framework library project or am I just
being blind?

Thanks for you time
-M
 
Is there a way to build a class library that can be used by both the CE
version of .net and the Desktop version?
http://www.danielmoth.com/Blog/2004/09/retargetable-256.html
http://www.danielmoth.com/Blog/2004/09/share-code-if-fullframe_17.html

would prefer to keep them together in one class library also there
doesn't seem to be a compact framework library project or am I just
being blind?

Choose a Smart Deviec Application, then you'll get another dialog where you
can choose Class Library.

-Chris
 
Back
Top