M
maluman
Hello
I make an approach to deliver an application running on both - WinCE and PPC
device. At the start I'm stuck with those questions:
1. Can I have one configuration for both platforms, and change only the
target device in target devices dropdown list? If so how can I determine in
runtime what os am I running? I tried System.Environment.OSVersion, and I
got "WinCE" for both of devices.
2. How can I make the VS to copy desired dlls on different machines in those
situations: - the first situation is that I have two different dlls with the
same name which I have to reference, depending on the targeted OS.
Unreferencing one dll, and referencing another within couple of projects in
a solution is much uncomfortable, can this be automated in any way?
- the second situation is that I'd like to have additional files (e.g help
file) separate for both of the targeted devices, the question is the same:
can this be automated?
Regards, m.
I make an approach to deliver an application running on both - WinCE and PPC
device. At the start I'm stuck with those questions:
1. Can I have one configuration for both platforms, and change only the
target device in target devices dropdown list? If so how can I determine in
runtime what os am I running? I tried System.Environment.OSVersion, and I
got "WinCE" for both of devices.
2. How can I make the VS to copy desired dlls on different machines in those
situations: - the first situation is that I have two different dlls with the
same name which I have to reference, depending on the targeted OS.
Unreferencing one dll, and referencing another within couple of projects in
a solution is much uncomfortable, can this be automated in any way?
- the second situation is that I'd like to have additional files (e.g help
file) separate for both of the targeted devices, the question is the same:
can this be automated?
Regards, m.