E
Echilon
I've developed an application in C# using the WM6 SDK, and a setup project to
go with it which generates a CAB. When I'm read to release a new version, I
build the main project, then fire up dotfuscator, then build the setup
project before running a custom script which zips everything up with the
readme and other files.
I'm fairly new to .NET CF, but how do you then build for WM2003 or 2003SE.
At the moment, I think I'd have to manually change the target platform,
rebuild and go through the whole process again. But this wouldn't really work
with my (current) mostly automated setup, as I'd have to manually rename the
files.
Is there any way to develop concurrently and have VS output to two folders -
one for WM5/6 and one for 2003/2003se?
go with it which generates a CAB. When I'm read to release a new version, I
build the main project, then fire up dotfuscator, then build the setup
project before running a custom script which zips everything up with the
readme and other files.
I'm fairly new to .NET CF, but how do you then build for WM2003 or 2003SE.
At the moment, I think I'd have to manually change the target platform,
rebuild and go through the whole process again. But this wouldn't really work
with my (current) mostly automated setup, as I'd have to manually rename the
files.
Is there any way to develop concurrently and have VS output to two folders -
one for WM5/6 and one for 2003/2003se?