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.
13 lines
464 B
13 lines
464 B
VS_FRAMEWORK_REFERENCES
|
|
-----------------------
|
|
|
|
.. versionadded:: 3.31
|
|
|
|
Visual Studio framework references.
|
|
Specify a :ref:`semicolon-separated list <CMake Language Lists>` of framework references
|
|
to be added to a generated Visual Studio project. For example:
|
|
|
|
* "Microsoft.WindowsDesktop.App.WPF" for WPF applications
|
|
* "Microsoft.WindowsDesktop.App.WindowsForms" for WinForms applications
|
|
* "Microsoft.WindowsDesktop.App" for applications using both frameworks
|