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 81f6432 commit 7b4bfcfCopy full SHA for 7b4bfcf
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