Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.09 KB

donotloadprojects-devenv-exe.md

File metadata and controls

44 lines (32 loc) · 1.09 KB
title description ms.date ms.topic helpviewer_keywords author ms.author manager ms.subservice
-DoNotLoadProjects (devenv.exe)
Learn how to use the DoNotLoadProjects devenv command-line switch to open the specified solution without loading any projects.
04/30/2019
reference
Devenv, /DoNotLoadProjects switch
/DoNotLoadProjects Devenv switch
DoNotLoadProjects Devenv switch
ghogen
ghogen
mijacobs
general-ide

/DoNotLoadProjects (devenv.exe)

New for Visual Studio 2019 version 16.1

Opens the specified solution without loading any projects. For more information, see Filtered solutions in Visual Studio.

Syntax

devenv /DoNotLoadProjects SolutionName

Arguments

SolutionName

Required. The full path and name of the solution to be opened.

Example

The example opens the solution MySln.sln without loading any projects.

devenv /donotloadprojects MySln.sln

See also