Skip to content

Commit

Permalink
Some Csproj Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaragoz committed Jan 9, 2024
1 parent 7459637 commit bf8863f
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
<RootNamespace>MudExtensions</RootNamespace>
</PropertyGroup>

<PropertyGroup>
<IsTrimmable>true</IsTrimmable>
<TrimMode>link</TrimMode>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
</PropertyGroup>

<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
Expand Down Expand Up @@ -72,23 +78,10 @@

<ItemGroup>
<None Include="bundleconfig.json" />
<None Include="..\..\..\..\Desktop\MudBuilder\Mud_Secondary.png">
<None Include="Mud_Secondary.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<Content Update="Components\Splitter\MudSplitter.razor">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
</Content>
</ItemGroup>

<ItemGroup>
<None Update="Mud_Secondary.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit bf8863f

Please sign in to comment.