I would like to do something like this:
<PropertyGroup>
<propone>value</propone>
</PropertyGroup>
<PropertyGroup>
<proptwo>$(propone)</proptwo>
</PropertyGroup>
Pass one property value as another. Is there a way to do this? How?
|
I would like to do something like this:
Pass one property value as another. Is there a way to do this? How?
| |||
|
feedback
|
|
I think you provided the answer right there in your question: yes, it is possible in just the way that you suggested. An example:
This will print | |||
feedback
|