企业微信智慧校园的门禁控制服务
wzp
2024-07-15 91b0b1f89e1a14f522b95ad0ebd3118261aafd7b
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