mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
VS: Add support for WinRT project properties (#12930)
VS_WINRT_EXTENSIONS: Boolean property that correspond to "Enable Tailored Features" in Visual Studio 11 IDE. VS_WINRT_REFERENCES: Semicolon-delimited list of *.winmd references to add to the project, which creates a new <ItemGroup>.
This commit is contained in:
committed by
Brad King
parent
bb29f2765c
commit
9e01aefd24
@@ -48,6 +48,7 @@ private:
|
||||
void WriteProjectConfigurationValues();
|
||||
void WriteCLSources();
|
||||
void WriteDotNetReferences();
|
||||
void WriteWinRTReferences();
|
||||
void WriteObjSources();
|
||||
void WritePathAndIncrementalLinkOptions();
|
||||
void WriteItemDefinitionGroups();
|
||||
|
||||
Reference in New Issue
Block a user