1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-03 18:15:37 +00:00
Lidarr/packages/DataTables.Mvc.0.1.0.79/tools/install.ps1
2012-05-10 10:39:02 -07:00

5 lines
No EOL
221 B
PowerShell

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