mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Updated MiniProfiler to v2
This commit is contained in:
parent
95cdaf25f6
commit
216bf08ced
16 changed files with 2407 additions and 123 deletions
6
packages/MiniProfiler.MVC3.2.0.2/tools/install.ps1
vendored
Normal file
6
packages/MiniProfiler.MVC3.2.0.2/tools/install.ps1
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
$path = [System.IO.Path]
|
||||
$appstart = $path::Combine($path::GetDirectoryName($project.FileName), "App_Start\MiniProfiler.cs")
|
||||
$DTE.ItemOperations.OpenFile($appstart)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue