File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,12 @@ Copyright (C) Microsoft Corporation. All rights reserved.
2323 <XamlNamespace Condition =" '$(XamlNamespace)' == ''" >Windows.UI.Xaml</XamlNamespace >
2424 <XamlMetaDataProviderIdl Condition =" '$(XamlMetaDataProviderIdl)'== ''" >$(GeneratedFilesDir)XamlMetaDataProvider.idl</XamlMetaDataProviderIdl >
2525 <XamlMetaDataProviderCpp Condition =" '$(XamlMetaDataProviderCpp)'== ''" >$(GeneratedFilesDir)XamlMetaDataProvider.cpp</XamlMetaDataProviderCpp >
26+
27+ <!-- For CX projects, CppWinRT will never output a winmd-->
28+ <!-- NOTE: We don't set a default here as the default requires evaluation of project references
29+ and this is done by the ComputeCppWinRTResolvedWinMD target. -->
30+ <CppWinRTGenerateWindowsMetadata Condition =" '$(CppWinRTGenerateWindowsMetadata)' == '' AND '$(XamlLanguage)' == 'C++' " >false</CppWinRTGenerateWindowsMetadata >
2631 <!-- For CX projects, turn off the component projection generation-->
27- <CppWinRTEnableComponentProjection Condition =" '$(CppWinRTEnableComponentProjection)' == '' AND '$(CppWinRTProjectLanguage)' == 'C++/CX' " >false</CppWinRTEnableComponentProjection >
2832 <CppWinRTEnableComponentProjection Condition =" '$(CppWinRTEnableComponentProjection)' == '' AND '$(XamlLanguage)' == 'C++' " >false</CppWinRTEnableComponentProjection >
2933 <CppWinRTEnableComponentProjection Condition =" '$(CppWinRTEnableComponentProjection)' == ''" >true</CppWinRTEnableComponentProjection >
3034 <CppWinRTEnablePlatformProjection Condition =" '$(CppWinRTEnablePlatformProjection)' == ''" >true</CppWinRTEnablePlatformProjection >
You can’t perform that action at this time.
0 commit comments