-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

msbuild


> The Microsoft build tool for Visual Studio project solutions.

More information.


Build the first project file in the current directory:

msbuild

Build a specific project file:

msbuild {path/to/project_file}

Set one or more semicolon-separated targets to build:

msbuild {path/to/project_file} /target:{targets}

Set one or more semicolon-separated properties:

msbuild {path/to/project_file} /property:{name=value}

Set the build tools version to use:

msbuild {path/to/project_file} /toolsversion:{version}

Display detailed information at the end of the log about how the project was configured:

msbuild {path/to/project_file} /detailedsummary

Display detailed help information:

msbuild /help


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 15:15:12 2024