You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
449 B
14 lines
449 B
VS_WINRT_COMPONENT
|
|
------------------
|
|
|
|
.. versionadded:: 3.1
|
|
|
|
Mark a target as a Windows Runtime component for the Visual Studio generator.
|
|
Compile the target with ``C++/CX`` language extensions for Windows Runtime.
|
|
For ``SHARED`` and ``MODULE`` libraries, this also defines the
|
|
``_WINRT_DLL`` preprocessor macro.
|
|
|
|
.. note::
|
|
Currently this is implemented only by Visual Studio generators.
|
|
Support may be added to other generators in the future.
|