visual c++ - How to add additional include directory on solution level? -


I have a big solution with 30 projects (this is not my fault). There are several versions of my promotion that each solution uses its own version of Boost. Now every project (30 times) is promoted to how to promote the solution level? I would like to say this solution that this solution uses boost_1.39, this solution uses boost_1.33. I have globally at the VisualStudio level, the Tools / Options / Projects and Solutions / VC + Directories . That's kind of bad, because then all my solutios use a boost or I can promote at the project level but how to do it for the solution? Such a feature exists on any build system.

Use Property Manager to make your normal settings reusable, the asset sheet file, which The conference is a .props file name extension. You can apply sheets (or sheets) to your existing and new projects so that you do not manually set common assets on each one. Project's. Any property defined by the included sheet will be applied until the overwritten by the Vcxproj file / settings.

You can create a new shareable asset sheet file in three steps:

  1. Select View, Asset Manager, Property Manager opens by default by default .
  2. Right-click the item / area on which the property applies, select Add new project property sheet. Specify the name and location.
  3. Open the new property sheet and then set the properties you want to include.

This is documented for all versions of Visual Studio since 2003 - Under 2015 subject


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -