diff options
author | Eugene Golushkov <eugene_gff@ukr.net> | 2012-02-03 14:07:12 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-02-03 14:26:24 (GMT) |
commit | 9e01aefd24cd23878bd88c2f3cae62b5e28802b0 (patch) | |
tree | f3846f38c1d3ce11be4d98d4b9960e6d9598589e /Source/cmVisualStudio10TargetGenerator.h | |
parent | bb29f2765c0cd752c97862c6eb81975afdcdaed1 (diff) | |
download | CMake-9e01aefd24cd23878bd88c2f3cae62b5e28802b0.zip CMake-9e01aefd24cd23878bd88c2f3cae62b5e28802b0.tar.gz CMake-9e01aefd24cd23878bd88c2f3cae62b5e28802b0.tar.bz2 |
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>.
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index 6702509..90035f2 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -48,6 +48,7 @@ private: void WriteProjectConfigurationValues(); void WriteCLSources(); void WriteDotNetReferences(); + void WriteWinRTReferences(); void WriteObjSources(); void WritePathAndIncrementalLinkOptions(); void WriteItemDefinitionGroups(); |