You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throw ("Project file not found at [{0}]" -f $projFile)
}
# Before modifying the project save everything so that nothing is lost
$DTE.ExecuteCommand("File.SaveAll")
UpdateVsixManifest -project $project
" pecan-waffle has been installed into project [{0}]. Check Properties\pecan-waffle-settings.props to ensure values are correct." -f $project.FullName| Write-Host -ForegroundColor DarkGreen