Skip to content

Commit c03d82c

Browse files
jp2masamaxkatz6
authored andcommitted
Added default excludes for AvaloniaXaml. (#13809)
1 parent e671374 commit c03d82c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/Avalonia/AvaloniaBuildTasks.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)AvaloniaItemSchema.xaml" />
66
</ItemGroup>
77
<ItemGroup Condition="'$(EnableDefaultItems)'=='True'">
8-
<AvaloniaXaml Include="**\*.axaml" SubType="Designer" />
9-
<AvaloniaXaml Include="**\*.paml" SubType="Designer" />
8+
<AvaloniaXaml Include="**\*.axaml" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" SubType="Designer" />
9+
<AvaloniaXaml Include="**\*.paml" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" SubType="Designer" />
1010
</ItemGroup>
1111
</Project>

0 commit comments

Comments
 (0)