Skip to content

Commit c067a51

Browse files
committed
Remove empty folder
1 parent 0690a5d commit c067a51

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/thirtytwo/thirtytwo.csproj

+6-4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<Win32Manifest>Resources\comctl6.manifest</Win32Manifest>
77
</PropertyGroup>
88

9+
<ItemGroup>
10+
<Compile Remove="GdiPlus\**" />
11+
<EmbeddedResource Remove="GdiPlus\**" />
12+
<None Remove="GdiPlus\**" />
13+
</ItemGroup>
14+
915
<ItemGroup>
1016
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.83-beta">
1117
<PrivateAssets>all</PrivateAssets>
@@ -18,8 +24,4 @@
1824
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
1925
</ItemGroup>
2026

21-
<ItemGroup>
22-
<Folder Include="GdiPlus\" />
23-
</ItemGroup>
24-
2527
</Project>

0 commit comments

Comments
 (0)