A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.microsoft.com/en-us/nuget/reference/ps-reference/ps-ref-get-project below:

NuGet Get-Project PowerShell Reference | Microsoft Learn

Available only within the Package Manager Console in Visual Studio on Windows.

Displays information about the default or specified project. Get-Project specifically returns a referent to the Visual Studio DTE (Development Tools Environment) object for the project.

Syntax
Get-Project [[-Name] <string>] [-All] [<CommonParameters>]
Parameters Parameter Description Name Specifies the project to display, defaulting to the default project selected in the Package Manager Console. The -Name switch is itself optional. All Displays information for every project in the solution; the order of projects is not deterministic.

None of these parameters accept pipeline input or wildcard characters.

Common Parameters

Get-Project supports the following common PowerShell parameters: Debug, Error Action, ErrorVariable, OutBuffer, OutVariable, PipelineVariable, Verbose, WarningAction, and WarningVariable.

Examples
# Displays information for the default project
Get-Project

# Displays information for a project in the solution
Get-Project MyProjectName

    # Displays information for all projects in the solution
Get-Project -All

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4