I have a solution with multiple projects which I don't always want to build at the same time.
So I created several solution configurations like in the following example:
Configuration 1
- Project A is build
- Project B is build
- Project C is not build
Configuration 2
- Project A is build
- Project B is not build
- Project C is build
etc.
It was all working very well until yesterday, when I created a couple of new solution configurations. Since this moment, every time I change configuration, all my project files are checked out although they show no difference with their server version.
Could someone explain this behaviour?
And, more importantly, what can I do to stop it?