wzp
2021-06-08 85e2382799b60c823e3613256605fdde928b0fd6
1
2
3
4
5
6
7
8
9
10
þÿparam($installPath, $toolsPath, $package, $project)
 
Import-Module (Join-Path $toolsPath Utils.psm1)
 
$relativeInstallPath = Get-RelativePath ([System.Io.Path]::GetDirectoryName($dte.Solution.FullName)) $installPath
 
$folder = (Join-Path (Join-Path $relativeInstallPath "lib")  "NET35")
 
Add-ToolFolder $folder