1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-06 08:07:20 +02:00
Radarr/packages/MiniProfiler.MVC3.2.0.2/tools/install.ps1
2012-07-27 14:31:33 -07:00

7 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)