Skip to content

Commit bf8863f

Browse files
committed
Some Csproj Fixes
1 parent 7459637 commit bf8863f

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions.csproj

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
<RootNamespace>MudExtensions</RootNamespace>
1919
</PropertyGroup>
2020

21+
<PropertyGroup>
22+
<IsTrimmable>true</IsTrimmable>
23+
<TrimMode>link</TrimMode>
24+
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
25+
</PropertyGroup>
26+
2127
<ItemGroup>
2228
<SupportedPlatform Include="browser" />
2329
</ItemGroup>
@@ -72,23 +78,10 @@
7278

7379
<ItemGroup>
7480
<None Include="bundleconfig.json" />
75-
<None Include="..\..\..\..\Desktop\MudBuilder\Mud_Secondary.png">
81+
<None Include="Mud_Secondary.png">
7682
<Pack>True</Pack>
7783
<PackagePath>\</PackagePath>
7884
</None>
7985
</ItemGroup>
8086

81-
<ItemGroup>
82-
<Content Update="Components\Splitter\MudSplitter.razor">
83-
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
84-
</Content>
85-
</ItemGroup>
86-
87-
<ItemGroup>
88-
<None Update="Mud_Secondary.png">
89-
<Pack>True</Pack>
90-
<PackagePath>\</PackagePath>
91-
</None>
92-
</ItemGroup>
93-
9487
</Project>

0 commit comments

Comments
 (0)