views:

15

answers:

0

Is there a way to prevent the deployment of the latest version of the .net compact framework across many smart device projects at once in visual studio 2008?

By default in VS 2008 there is an option under project -> properties -> device Devices called "Deploy the latest version of the .NET Compact Framework (including Service Packs)". We have about 90 different assemblies spread across several different solutions. They target the 2.0 compact framework on a windows CE device. We need to have this option turned OFF for all of them.

Going into each project and changing it manually would be fine (if tedious), except for the fact that the setting seems to be stored in the project's user options file (myproj.csproj.user). These are not stored as part of our source control repository so changing all 90 projects on one developer's machine would still leave all the other developers with 90 projects which need to be manually set as well.

So is there a way to prevent visual studio 2008 from deploying the latest framework when you hit "deploy solution"?