Skip to content

Commit

Permalink
chore: Remove unused copy to output
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Nov 25, 2024
1 parent 0242fc6 commit 7cd2da0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Uno.Sdk/targets/Uno.DefaultItems.targets
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,30 @@
<!-- Include all images by default - matches the __WindowsAppSdkDefaultImageIncludes property in the WindowsAppSDK -->
<Content Include="$(AssetsFolder)**"
Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder);**\*.svg;**\*.cs;@(Content)"
CopyToOutputDirectory="true"
IsDefaultItem="true" />
<Content Include="$(AssetsFolder)\**\Svg\**\*.svg"
Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder);**\*.cs;@(Content)"
CopyToOutputDirectory="true"
IsDefaultItem="true" />
<Content Include="**\*.png"
Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder);@(Content)"
CopyToOutputDirectory="true"
IsDefaultItem="true" />
<Content Include="**\*.bmp"
Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder);@(Content)"
CopyToOutputDirectory="true"
IsDefaultItem="true" />
<Content Include="**\*.jpg"
Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder);@(Content)"
CopyToOutputDirectory="true"
IsDefaultItem="true" />
<Content Include="**\*.dds"
Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder);@(Content)"
CopyToOutputDirectory="true"
IsDefaultItem="true" />
<Content Include="**\*.tif"
Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder);@(Content)"
CopyToOutputDirectory="true"
IsDefaultItem="true" />
<Content Include="**\*.tga"
Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder);@(Content)"
CopyToOutputDirectory="true"
IsDefaultItem="true" />
<Content Include="**\*.gif"
Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder);@(Content)"
CopyToOutputDirectory="true"
IsDefaultItem="true" />
<Page Include="**\*.xaml"
Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder);@(Page);App.xaml"
Expand Down

0 comments on commit 7cd2da0

Please sign in to comment.