History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-36519
Type: New Feature New Feature
Status: Submitted Submitted
Priority: Normal Normal
Assignee: Andrew Serebryansky
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

MSBuild: ContextAction on Target Dependencies: Create a Property

Created: 02 Mar 07 01:31   Updated: 20 May 07 20:58
Component/s: Language - Build Scripts
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
The common pattern is: the target named Foo that depends on Bar and Baz should be authored like
<PropertyGroup>
  <FooDependsOn>
    $(FooDependsOn);
    Bar;
    Baz;
  </FooDependsOn>
</PropertyGroup>
<Target Name="Foo" DependsOnTargets="$(FooDependsOn)">
...
</Target>

This allows for hooking into the build process either before or after the core targets (Bar, Baz) of the Foo meta-target easily when the project is included.

Should change an explicit DependsOnTargets content into such a construct.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.