mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
5 lines
221 B
PowerShell
5 lines
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) |