mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 10:07:10 +00:00
6 lines
219 B
PowerShell
6 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)
|
|
|