Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Custom properties in props do not work #103

Open
gegenschall opened this issue Apr 15, 2015 · 0 comments
Open

Custom properties in props do not work #103

gegenschall opened this issue Apr 15, 2015 · 0 comments

Comments

@gegenschall
Copy link

I'm trying to add custom properties to the props node, like so:

props {
    ItemDefinitionGroup.SomeVariable = SomeValue;
}

This results in the generated props file with the following content:

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemDefinitionGroup />
</Project>

Is this even a supported feature? If yes, how is it supposed to work or is this a bug?

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

No branches or pull requests

1 participant