mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Added Miniprofiler.MVC3, updated log grid.
This commit is contained in:
parent
3c273b9328
commit
f513878d78
14 changed files with 25867 additions and 97 deletions
6
packages/MiniProfiler.MVC3.1.9.1/tools/install.ps1
vendored
Normal file
6
packages/MiniProfiler.MVC3.1.9.1/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