Updated MiniProfiler to v2

This commit is contained in:
Mark McDowall 2012-07-27 14:31:33 -07:00
commit 216bf08ced
16 changed files with 2407 additions and 123 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)