visual studio 2010 - How can I prevent a .vdproj compile from updating the PackageCode on every compile? -


i have visual studio 2010 solution web application contains of projects make web application, plus .vdproj file builds installer. of files under configuration management.

whenever compile solution no changes in source code, visual studio check out .vdproj file , make changes. @ minimum, packagecode changed a different guid. @ other times change order of hierarchy within "deployproject" section of .vdproj file in addition updating packagecode.

this not happen of our other .vdproj files. 1 thing makes .vdproj unique in addition containing primary output other projects in solution, contains on 50 additional .iso, .kml, .jpg files not originate visual studio project. these causing packagecode change in way?

the package code should changed each time "release" msi, see http://msdn.microsoft.com/en-us/library/aa370568. since vs doesn't know whether distribute msi or not, plays safe , modifies package code.

visual studio should able handle in combination source control, , you're lucky (in way, apparently). visual studio 2010 sp1 has problem there, see http://connect.microsoft.com/visualstudio/feedback/details/650587/vs-2010-sp1-changes-packagecode-in-vdproj-on-each-build-but-fails-as-source-controlled


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -