We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c89d29 commit 07f5b9aCopy full SHA for 07f5b9a
nuget/Microsoft.Windows.CppWinRT.props
@@ -23,7 +23,7 @@ Copyright (C) Microsoft Corporation. All rights reserved.
23
<WinMDAssembly>true</WinMDAssembly>
24
<!--Set a value to prevent SDK's uap.props from setting it and pointing to the wrong headers-->
25
<CppWinRT_IncludePath>PreventSdkUapPropsAssignment</CppWinRT_IncludePath>
26
- <CppWinRTEnableDefaultCopyLocalFalse Condition="'$(CppWinRTEnableDefaultCopyLocalFalse)' == ''"></CppWinRTEnableDefaultCopyLocalFalse>
+ <CppWinRTEnableDefaultCopyLocalFalse Condition="'$(CppWinRTEnableDefaultCopyLocalFalse)' == ''">true</CppWinRTEnableDefaultCopyLocalFalse>
27
</PropertyGroup>
28
29
<ItemDefinitionGroup>
0 commit comments