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
don't copy project reference output to the output directory
49
+
of the current project unless this is an exe. -->
50
+
<Private>false</Private>
51
+
<PrivateCondition="'$(ConfigurationType)' == 'Application' or '$(OutputType)'=='winexe' or '$(OutputType)'=='exe' or '$(OutputType)'=='appcontainerexe'">true</Private>
52
+
</ProjectReference>
53
+
<ReferenceCondition="'$(XamlLanguage)' != 'C++'">
54
+
<!-- By default, for a C++/WinRT project,
55
+
don't copy reference output to the output directory
56
+
of the current project unless this is an exe. -->
57
+
<Private>false</Private>
58
+
<PrivateCondition="'$(ConfigurationType)' == 'Application' or '$(OutputType)'=='winexe' or '$(OutputType)'=='exe' or '$(OutputType)'=='appcontainerexe'">true</Private>
0 commit comments