Hi,
I use property sheets for various settings of my C++ solution(s). And when I change something in one of these, the change is somehow saved (so that VStudio builds use the new version), but not saved (so that when I leave VStudio, I'm asked whether I want to save changes in the props file, and AnkhSVN does not see it as changed).
This has bitten me several times, as I build using MSBUILD, which also does not detect the props changes until I close VStudio before.
Christian