Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add PropertyGroup to Visual Studio project #1537

Closed
royvelich opened this issue Sep 1, 2018 · 2 comments
Closed

add PropertyGroup to Visual Studio project #1537

royvelich opened this issue Sep 1, 2018 · 2 comments

Comments

@royvelich
Copy link

royvelich commented Sep 1, 2018

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

@bnoordhuis
Copy link
Member

You can't right now. I guess it could be added but right now you can't.

@rvagg
Copy link
Member

rvagg commented Jun 20, 2019

might be a feature request for https://github.com/refack/GYP I think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants