mirror of
https://github.com/Radarr/Radarr
synced 2024-12-25 01:11:43 +00:00
5 lines
No EOL
221 B
PowerShell
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) |