VS_TOOL_OVERRIDE.rst 461 B

123456789101112131415
  1. VS_TOOL_OVERRIDE
  2. ----------------
  3. .. versionadded:: 3.7
  4. Override the MSBuild item type of a source file in a Visual Studio project.
  5. Together with :prop_sf:`VS_SETTINGS`, this property can be used to configure
  6. items for custom MSBuild tasks.
  7. Setting the item type to ``None`` will exclude the file from the build.
  8. .. versionchanged:: 3.31
  9. This property is honored for all source file types.
  10. Previously, it only worked for source types unknown to CMake.