mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
16 lines
583 B
XML
16 lines
583 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<configuration>
|
||
|
|
<runtime>
|
||
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||
|
|
<dependentAssembly>
|
||
|
|
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
|
||
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0"/>
|
||
|
|
</dependentAssembly>
|
||
|
|
</assemblyBinding>
|
||
|
|
<gcAllowVeryLargeObjects enabled="true"/>
|
||
|
|
</runtime>
|
||
|
|
<startup>
|
||
|
|
|
||
|
|
<supportedRuntime version="v2.0.50727"/></startup>
|
||
|
|
</configuration>
|