Skip to content

Commit

Permalink
Use wildcard for the EmbeddedResource instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Apr 22, 2024
1 parent 9daed8d commit e8973f6
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/Magick.NET.SourceGenerator/Magick.NET.SourceGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,8 @@
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Drawables\DrawablesAttribute.cs">
<LogicalName>DrawablesAttribute</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="ExifTagDescription\ExifTagDescriptionAttribute.cs">
<LogicalName>ExifTagDescriptionAttribute</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="MagickColors\MagickColorsAttribute.cs">
<LogicalName>MagickColorsAttribute</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="NativeInterop\NativeInteropAttribute.cs">
<LogicalName>NativeInteropAttribute</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Paths\PathsAttribute.cs">
<LogicalName>PathsAttribute</LogicalName>
<EmbeddedResource Include="**\*Attribute.cs">
<LogicalName>%(Filename)</LogicalName>
</EmbeddedResource>
</ItemGroup>

Expand Down

0 comments on commit e8973f6

Please sign in to comment.