Unit tests for SearchHistory added.

This commit is contained in:
Mark McDowall 2012-04-23 11:20:32 -07:00
parent b52710859c
commit 5422350afd
12 changed files with 304 additions and 10 deletions

View file

@ -0,0 +1,5 @@
param($installPath, $toolsPath, $package, $project)
$path = [System.IO.Path]
$appstart = $path::Combine($path::GetDirectoryName($project.FileName), "App_Start\DataTablesMvc.cs")
$DTE.ItemOperations.OpenFile($appstart)