Skip to content

add PropertyGroup to Visual Studio project #1537

@royvelich

Description

@royvelich

Hi there,
How can I specify that I want to add a custom PropertyGroup to my generated Visual Studio project? For example, I want to be able to add this PropertyGroup:

  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <UseIntelMKL>Parallel</UseIntelMKL>
  </PropertyGroup>

Any chance it is possible somehow? I tried to use msvs_props, but I keep getting a warning Do not know how to convert MSVS attribute InheritedPropertySheets.

version 3.8.0

Thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions