mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +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)
|
|
|