1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-29 03:23:37 +02:00

add trimmer root assemblies to the templates to allow trimming

This commit is contained in:
Ell 2020-10-26 19:22:11 +01:00
parent 99a49c6c81
commit 043369b1ad
2 changed files with 10 additions and 0 deletions

View file

@ -19,4 +19,9 @@
<Content Include="Content\*\**" />
</ItemGroup>
<ItemGroup>
<TrimmerRootAssembly Include="MonoGame.Framework" Visible="false" />
<TrimmerRootAssembly Include="MLEM" Visible="false" />
<TrimmerRootAssembly Include="MLEM.Ui" Visible="false" />
</ItemGroup>
</Project>

View file

@ -11,4 +11,9 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<TrimmerRootAssembly Include="MonoGame.Framework" Visible="false" />
<TrimmerRootAssembly Include="MLEM" Visible="false" />
<TrimmerRootAssembly Include="MLEM.Ui" Visible="false" />
</ItemGroup>
</Project>