I could hardly type any good request to google to find an answer. I have a project with Visual Studio (2012) and this project is versioned on git (this file is versioned * : vcxproj). I'd like to use Boost library in the project, so I have to set the location for it, but this manner will change the vcxproj, so the other guy will have to change it for his pc and so on. How to solve such problem without removing this file from versioning?
*I have read here: .vcxproj in source control that the file should be versiond.