DataTables.Mvc added.

Removed old model binding for DataTablesParams (Logs no uses the one from DataTables.Mvc)
This commit is contained in:
Mark McDowall 2012-04-20 22:02:18 -07:00
commit e6712e5aa2
11 changed files with 45 additions and 92 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)