File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1638
1638
1639
1639
<_EmbedFile Include =" @(PackagingOutputs)" Condition =" '%(OutputGroup)' == 'EmbedOutputGroupForPackaging' and '%(ProjectName)' == '$(ProjectName)'" />
1640
1640
1641
- <!-- If we have the .xbf, we don 't need the .xaml file. -->
1642
- <_LayoutFileXbfXaml Include =" $([System.IO.Path]::ChangeExtension('%( _LayoutFile.Identity)','.xaml') )" Condition =" '%(Extension)' == '.xbf'" />
1643
- <_LayoutFile Remove =" @(_LayoutFileXbfXaml )" />
1641
+ <!-- .xbf files are output files and shouldn 't be added to input -->
1642
+ <_LayoutFileXbf Include =" @( _LayoutFile)" Condition =" '%(Extension)' == '.xbf'" />
1643
+ <_LayoutFile Remove =" @(_LayoutFileXbf )" />
1644
1644
1645
1645
<!-- Filter out PRIResource files which are marked by C++ project system as ExcludedFromBuild. -->
1646
1646
<_PRIResourceFiltered Include =" @(PRIResource)" Condition =" '%(PRIResource.ExcludedFromBuild)' != 'true'" />
You can’t perform that action at this time.
0 commit comments