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 e671374 commit c03d82cCopy full SHA for c03d82c
packages/Avalonia/AvaloniaBuildTasks.props
@@ -5,7 +5,7 @@
5
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)AvaloniaItemSchema.xaml" />
6
</ItemGroup>
7
<ItemGroup Condition="'$(EnableDefaultItems)'=='True'">
8
- <AvaloniaXaml Include="**\*.axaml" SubType="Designer" />
9
- <AvaloniaXaml Include="**\*.paml" SubType="Designer" />
+ <AvaloniaXaml Include="**\*.axaml" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" SubType="Designer" />
+ <AvaloniaXaml Include="**\*.paml" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" SubType="Designer" />
10
11
</Project>
0 commit comments