Setting Default Device in Visual Studio?

  • Thread starter Thread starter Joe Keller
  • Start date Start date
J

Joe Keller

How do I set the default device for new projects in Visual Studio.NET 2003?
The out-of-the-box default is the Pocket PC Emulator and I'd like to change
this to the Pocket PC (physical) device.

Thanks,

Joe
 
On a per project base you can do that by changing the project properties:
Under common properties select device and in that property page the
deployment device. In general you can set the default device in the deploy
dialog, using the "Set as Default" button. The deploy dialog is visible when
you deploy an application to a device as long as the "chow device choices
before deploying a device project" option is checked under the Tools \
options \ Device Tools \ General setting of VS.NET 2003.
 
Back
Top