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:
Eugene Golushkov
2012-02-03 09:07:12 -05:00
committed by Brad King
parent bb29f2765c
commit 9e01aefd24
3 changed files with 48 additions and 1 deletions
+1
View File
@@ -48,6 +48,7 @@ private:
void WriteProjectConfigurationValues();
void WriteCLSources();
void WriteDotNetReferences();
void WriteWinRTReferences();
void WriteObjSources();
void WritePathAndIncrementalLinkOptions();
void WriteItemDefinitionGroups();