mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
add trimmer root assemblies to the templates to allow trimming
This commit is contained in:
parent
99a49c6c81
commit
043369b1ad
2 changed files with 10 additions and 0 deletions
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in a new issue