Added Miniprofiler.MVC3, updated log grid.

This commit is contained in:
kay.one 2011-11-23 21:50:41 -08:00
parent 3c273b9328
commit f513878d78
14 changed files with 25867 additions and 97 deletions

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