mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-10 23:29:53 +02:00
7 lines
219 B
PowerShell
7 lines
219 B
PowerShell
param($installPath, $toolsPath, $package, $project)
|
|
|
|
$path = [System.IO.Path]
|
|
$appstart = $path::Combine($path::GetDirectoryName($project.FileName), "App_Start\MiniProfiler.cs")
|
|
$DTE.ItemOperations.OpenFile($appstart)
|
|
|