mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
15 lines
543 B
XML
15 lines
543 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<IlcOptimizationPreference>Speed</IlcOptimizationPreference>
|
|
<IlcFoldIdenticalMethodBodies>true</IlcFoldIdenticalMethodBodies>
|
|
<PublishAot>true</PublishAot>
|
|
<EventSourceSupport>false</EventSourceSupport>
|
|
<UseSystemResourceKeys>true</UseSystemResourceKeys>
|
|
<InvariantGlobalization>true</InvariantGlobalization>
|
|
<StripSymbols>true</StripSymbols>
|
|
<ObjCopyName Condition="'$(RuntimeIdentifier)' == 'linux-arm64'">aarch64-linux-gnu-objcopy</ObjCopyName>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|