P
Peter Bladh
Hi
I have one CF solution and one .net framework solution (win32). I'd like to
add a project (the same) to both of the solutions. Some of the code lines
has to be run depending on the platform. I've copied code between projects
before and defined a pre compiler variable for this
#define WIN32
But if the solutions are gonna use the same project (not copying code)
that'll be a problem... Is there a way to workaround this? Is it possible to
define a variable at solution level?
Regards
/Peter Bladh
I have one CF solution and one .net framework solution (win32). I'd like to
add a project (the same) to both of the solutions. Some of the code lines
has to be run depending on the platform. I've copied code between projects
before and defined a pre compiler variable for this
#define WIN32
But if the solutions are gonna use the same project (not copying code)
that'll be a problem... Is there a way to workaround this? Is it possible to
define a variable at solution level?
Regards
/Peter Bladh