Skip to content

Commit

Permalink
Remove empty folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyKuhne committed Feb 5, 2024
1 parent 0690a5d commit c067a51
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/thirtytwo/thirtytwo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<Win32Manifest>Resources\comctl6.manifest</Win32Manifest>
</PropertyGroup>

<ItemGroup>
<Compile Remove="GdiPlus\**" />
<EmbeddedResource Remove="GdiPlus\**" />
<None Remove="GdiPlus\**" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.83-beta">
<PrivateAssets>all</PrivateAssets>
Expand All @@ -18,8 +24,4 @@
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
<Folder Include="GdiPlus\" />
</ItemGroup>

</Project>

0 comments on commit c067a51

Please sign in to comment.