Skip to content

Commit 07f5b9a

Browse files
authored
Give CppWinRTEnableDefaultCopyLocalFalse a default value (#902)
1 parent 7c89d29 commit 07f5b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuget/Microsoft.Windows.CppWinRT.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Copyright (C) Microsoft Corporation. All rights reserved.
2323
<WinMDAssembly>true</WinMDAssembly>
2424
<!--Set a value to prevent SDK's uap.props from setting it and pointing to the wrong headers-->
2525
<CppWinRT_IncludePath>PreventSdkUapPropsAssignment</CppWinRT_IncludePath>
26-
<CppWinRTEnableDefaultCopyLocalFalse Condition="'$(CppWinRTEnableDefaultCopyLocalFalse)' == ''"></CppWinRTEnableDefaultCopyLocalFalse>
26+
<CppWinRTEnableDefaultCopyLocalFalse Condition="'$(CppWinRTEnableDefaultCopyLocalFalse)' == ''">true</CppWinRTEnableDefaultCopyLocalFalse>
2727
</PropertyGroup>
2828

2929
<ItemDefinitionGroup>

0 commit comments

Comments
 (0)