Choose target platform for each library?

  • Thread starter Thread starter Markus Rytterkull
  • Start date Start date
M

Markus Rytterkull

Hi!

My pocketpc solution consists of my gui + three custom
libraries. And each time I want to run my application, I
have to select target platform for each library.

Is there any way around this?
I guess I could have my libraries in another solution,
compile those and only reference them from my gui project
but I would rather have them all up at once.

Thanks,
Markus
 
Excellent, thanks!
/ Markus
-----Original Message-----
Hi Markus,

If you are building the libraries as separate DLL's then you can set their
target as "Same as device of consuming project." Then you never need to
change it.

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/ netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
"Markus Rytterkull"


.
 
Back
Top