mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
90cb408323
Mainly <Link> and <DependentUpon> tags are added to connect generated and manually edited files. Special file extensions that are take care of are: - .Designer.cs - .xaml.cs - .settings - .resx - .xaml
13 lines
521 B
ReStructuredText
13 lines
521 B
ReStructuredText
vs-advanced-source-properties
|
|
-----------------------------
|
|
|
|
* The :ref:`Visual Studio Generators` for VS 2010 and above
|
|
learned some more source file properties:
|
|
|
|
- :prop_sf:`VS_RESOURCE_GENERATOR` (C# only): allows setting the resource
|
|
generator
|
|
- :prop_sf:`VS_COPY_TO_OUT_DIR`: parameter to set if file should be copied
|
|
to output directory (values: ``Never``, ``Always``, ``PreserveNewest``)
|
|
- :prop_sf:`VS_INCLUDE_IN_VSIX`: boolean property to include file include
|
|
Visual Studio extension package
|