In this section:
This setting allows you to customize the default path to Visual Studio 2026.
| [path] | The path to Visual Studio 2026 devenv.exe file. |
|---|
Use double backslashes to specify the file path on Windows.
This setting allows you to customize the default path to Visual Studio 2022.
| [path] | The path to Visual Studio 2022 devenv.exe file. |
|---|
Use double backslashes to specify the file path on Windows.
This setting allows you to customize the default path to Visual Studio 2019.
| [path] | The path to Visual Studio 2019 devenv.exe file. |
|---|
Use double backslashes to specify the file path on Windows.
This setting allows you to customize the default path to Visual Studio 2017.
| [path] | The path to Visual Studio 2017 devenv.exe file. |
|---|
Use double backslashes to specify the file path on Windows.
This setting overrides the default Visual Studio version that is automatically detected from the *.sln or *.slnx file. The specified version of Visual Studio is used for building the solution regardless of *.sln or *.slnx files version.
| 2017 | Visual Studio 2017 will be used for building the solution. |
|---|---|
| 2019 | Visual Studio 2019 will be used for building the solution. |
| 2022 | Visual Studio 2022 will be used for building the solution. |
| 2026 | Visual Studio 2026 will be used for building the solution. |
This setting specifies the target name used by Visual Studio during solution build; see http://msdn.microsoft.com/en-us/library/vstudio/xee0c8y7.aspx for details.
| Build | The target name is set to Build. |
|---|---|
| Rebuild | The target name is set to Rebuild. |
| Deploy | The target name is set to Deploy. |
This setting specifies additional switches that are passed to the devenv.exe command line during builds; see http://msdn.microsoft.com/en-us/library/vstudio/xee0c8y7.aspx for details.
This setting specifies the timeout for building a solution.
| [seconds] | The timeout (in seconds) for building a solution. The default timeout is 3 hours. |
|---|