0

I have a solution that builds an .msi. That installer project depends on a merge module project which assembles various data files that need to be installed alongside the binaries. Even if I make no changes to the contents of the merge module, it insists on rebuilding (which is time consuming) every time I want to rebuild the binary + installer. I'm not seeing anything obvious in the project settings... how do I make the merge module package only if it has changed?

Juozas Kontvainis
  • 9,461
  • 6
  • 55
  • 66
UltraNurd
  • 1,314
  • 2
  • 14
  • 24

1 Answers1

1

I know, this is incredibly annoying. You can unload the merge module project (right-click it and select Unload Project), but that's the only way I found to deal with it.

erikkallen
  • 33,800
  • 13
  • 85
  • 120