I've created an empty C++ project, added main.cpp, and set up build configurations. Particularly, I changed Output Directory and Intermediate Directory. Pushed everything to GitHub, and cloned it to the other computer. Opened solution, checked properties of the project to find out that it is now set back to default. Tried compiling, wrong directories are used. git status
on both computers shows nothing. I also checked .vcxproj to find out that changed strings are present in the file.
What could be the cause of this behavior?
Repository: https://github.com/kirdaybov/experiments
My environment:
- 1st computer: VS Express 2015 update 1.
- 2nd computer: VS Community 2015 update 3.