Search code examples
c++visual-studioexternalizing

Externalizing parameters for VS2008 C++ project compilation


Is there some way to externalize the paths of libraries that are used in the compilation process on Visual Studio 2008? Like, *.properties files?

My goal is to define "variables" referencing locations to headers files and libraries, like *.properties files are used in the Ant build system for Java.


Solution

  • I think you're looking for .vsprops files. They're comparable to the *.properties files.