I have not been able to find an answer to this anywhere...
I'm building a Windows Store App using Visual Studio 2012 and for some reason, I cannot set different values for Debug vs Release in the Project Settings in the IDE. Regardless of what I change on some common setting I change: include paths or input libs - the settings get mirrored in the other configurations. I can't tell if this is a bug, a setting somewhere that's been toggled on by default, a corrupted configuration, or if it's the new intended behavior to try to force the use of $(Configuration) as a best practice.
I would appreciate any help on this - it is driving me absolutely insane.
Thanks.