1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-27 02:07:41 +00:00
Sonarr/packages/MiniProfiler.MVC3.1.9.1/tools/install.ps1
2011-11-23 21:50:41 -08:00

6 lines
219 B
PowerShell

param($installPath, $toolsPath, $package, $project)
$path = [System.IO.Path]
$appstart = $path::Combine($path::GetDirectoryName($project.FileName), "App_Start\MiniProfiler.cs")
$DTE.ItemOperations.OpenFile($appstart)