mirror of
https://github.com/runuo/runuo
synced 2026-08-11 22:26:04 -04:00
* Removes the risk of inconsistency [warnings] generated by timers that tick with handlers that modify World.Items and World.Mobiles during I/O. + Update description of Core.TickCount.
12 lines
No EOL
363 B
XML
12 lines
No EOL
363 B
XML
<?xml version="1.0"?>
|
|
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
|
</startup>
|
|
<runtime>
|
|
<gcServer enabled="true" />
|
|
</runtime>
|
|
<!--MONO/Linux users will need to uncomment and modify the following line:-->
|
|
<!--<dllmap dll="libz" target="/lib/x86_64-linux-gnu/libz.so.1" />-->
|
|
</configuration> |