Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions reference/build_helpers/visual_studio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ You can adjust all the information from the requirements accessing to the ``buil

msbuild.build("MyProject.sln")


Also, to inject the flags corresponding to the ``compiler.runtime``, ``build_type`` and ``cppstd`` settings, the build helper
generates a properties file (in the build folder) that is passed to ``msbuild`` with ``/p:ForceImportBeforeCppTargets="conan_build.props"``.


Constructor
-----------

Expand Down Expand Up @@ -112,6 +117,8 @@ Parameters:
*msbuild.binlog* in the working directory. It can also be used to set the name of log file like this
``output_binary_log="my_log.binlog"``. This parameter is only supported
`starting from MSBuild version 15.3 and onwards <http://msbuildlog.com/>`_.
- **property_file_name** (Optional, Defaulted to ``None``): When ``None`` it will generate a file named ``conan_build.props``.
You can specify a different name for the generated properties file.

.. note::

Expand Down