Skip to content

Commit a36905d

Browse files
committed
移除不必要的嵌入资源和第三方通知文件,简化项目文件
1 parent 1cdad6f commit a36905d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/LVGLSharp.Core/LVGLSharp.Core.csproj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@
1515
<PackageTags>$(PackageTags);core;runtime;fonts</PackageTags>
1616
</PropertyGroup>
1717

18-
<ItemGroup>
19-
<EmbeddedResource Include="Assets\Fonts\NotoSansSC-Regular.otf">
20-
<LogicalName>LVGLSharp.Runtime.Linux.Assets.Fonts.NotoSansSC-Regular.otf</LogicalName>
21-
</EmbeddedResource>
22-
</ItemGroup>
23-
18+
2419
<ItemGroup>
2520
<PackageReference Include="SixLabors.Fonts" Version="2.1.3" />
2621
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.12" />
@@ -30,9 +25,6 @@
3025
<ItemGroup>
3126
<ProjectReference Include="..\LVGLSharp.Interop\LVGLSharp.Interop.csproj" />
3227
</ItemGroup>
33-
34-
<ItemGroup>
35-
<None Include="..\LVGLSharp.Runtime.Linux\Assets\Fonts\NOTICE.txt" Pack="true" PackagePath="THIRD-PARTY-NOTICES\LVGLSharp.Core\" Visible="false" />
36-
</ItemGroup>
28+
3729

3830
</Project>

0 commit comments

Comments
 (0)