-
-
Notifications
You must be signed in to change notification settings - Fork 7
Update HintPath
Update VS project HintPath.
Update-HintPath [-SourcesPath] <String> [-OutputPath] <String> [-Include] <String[]> [[-Exclude] <String[]>]
[<CommonParameters>]
Update VS project HintPath.
PS C:\> Update-HintPath $rootLocation "$rootLocation\Xpand.Dll\" @("Xpand.*","DevExpress.*") @("*.DXCore.*","Xpand.XAF*","Xpand.VersionConverter*")
Updates the HintPath to all projects found in $rootLocation
with the relative path calculated from the project location and the $rootLocation\Xpand.Dll\
, included only the project references that match @("Xpand.*","DevExpress.*")
and excluded those that match @("*.DXCore.*","Xpand.XAF*","Xpand.VersionConverter*")
{{ Fill Exclude Description }}
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Include Description }}
Type: String[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill OutputPath Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill SourcesPath Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.