summaryrefslogtreecommitdiff
path: root/Source/cmVisualStudio10TargetGenerator.h
diff options
context:
space:
mode:
authorEugene Golushkov <eugene_gff@ukr.net>2012-02-03 09:07:12 -0500
committerBrad King <brad.king@kitware.com>2012-02-03 09:26:24 -0500
commit9e01aefd24cd23878bd88c2f3cae62b5e28802b0 (patch)
treef3846f38c1d3ce11be4d98d4b9960e6d9598589e /Source/cmVisualStudio10TargetGenerator.h
parentbb29f2765c0cd752c97862c6eb81975afdcdaed1 (diff)
downloadcmake-9e01aefd24cd23878bd88c2f3cae62b5e28802b0.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h
index 67025091d4..90035f2802 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();