You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nuget/Microsoft.Windows.CppWinRT.props
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,13 +48,13 @@ Copyright (C) Microsoft Corporation. All rights reserved.
48
48
<!-- By default, for a C++/WinRT project,
49
49
don't copy project reference output to the output directory
50
50
of the current project for projects that are not an exe. -->
51
-
<PrivateCondition=" and '$(ConfigurationType)' != 'Application' and '$(OutputType)'!='winexe' and '$(OutputType)'!='exe' and '$(OutputType)'!='appcontainerexe'">false</Private>
51
+
<PrivateCondition="'$(ConfigurationType)' != 'Application' and '$(OutputType)'!='winexe' and '$(OutputType)'!='exe' and '$(OutputType)'!='appcontainerexe'">false</Private>
52
52
</ProjectReference>
53
53
<ReferenceCondition="'$(XamlLanguage)' != 'C++' and '$(CppWinRTEnableDefaultPrivateFalse)' == 'true'">
54
54
<!-- By default, for a C++/WinRT project,
55
55
don't copy reference output to the output directory
56
56
of the current project for projects that are not an exe. -->
57
-
<PrivateCondition=" and '$(ConfigurationType)' != 'Application' and '$(OutputType)'!='winexe' and '$(OutputType)'!='exe' and '$(OutputType)'!='appcontainerexe'">false</Private>
57
+
<PrivateCondition="'$(ConfigurationType)' != 'Application' and '$(OutputType)'!='winexe' and '$(OutputType)'!='exe' and '$(OutputType)'!='appcontainerexe'">false</Private>
0 commit comments