diff options
author | UbitUmarov | 2018-01-24 10:02:18 +0000 |
---|---|---|
committer | UbitUmarov | 2018-01-24 10:02:18 +0000 |
commit | fc224b444a8339aae2802fb919c34cfd994595f1 (patch) | |
tree | c3dd0211a1e350ec325885fbb7ce3eb648d0cdd8 /bin | |
parent | let MinHeap self trim on empty; cleanup (diff) | |
download | opensim-SC-fc224b444a8339aae2802fb919c34cfd994595f1.zip opensim-SC-fc224b444a8339aae2802fb919c34cfd994595f1.tar.gz opensim-SC-fc224b444a8339aae2802fb919c34cfd994595f1.tar.bz2 opensim-SC-fc224b444a8339aae2802fb919c34cfd994595f1.tar.xz |
avoid some large unnecessary strings
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim32.exe.config | 1 | ||||
-rw-r--r-- | bin/Robust32.exe.config | 3 | ||||
-rw-r--r-- | bin/Robust32.vshost.exe.config | 3 |
3 files changed, 1 insertions, 6 deletions
diff --git a/bin/OpenSim32.exe.config b/bin/OpenSim32.exe.config index 9224240..a3b2026 100644 --- a/bin/OpenSim32.exe.config +++ b/bin/OpenSim32.exe.config | |||
@@ -1,3 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | ||
1 | <configuration> | 2 | <configuration> |
2 | <configSections> | 3 | <configSections> |
3 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> | 4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> |
diff --git a/bin/Robust32.exe.config b/bin/Robust32.exe.config index ca3ee0e..a27f22a 100644 --- a/bin/Robust32.exe.config +++ b/bin/Robust32.exe.config | |||
@@ -3,9 +3,6 @@ | |||
3 | <configSections> | 3 | <configSections> |
4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> | 4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> |
5 | </configSections> | 5 | </configSections> |
6 | <startup> | ||
7 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /> | ||
8 | </startup> | ||
9 | <runtime> | 6 | <runtime> |
10 | <loadFromRemoteSources enabled="true" /> | 7 | <loadFromRemoteSources enabled="true" /> |
11 | </runtime> | 8 | </runtime> |
diff --git a/bin/Robust32.vshost.exe.config b/bin/Robust32.vshost.exe.config index ca3ee0e..a27f22a 100644 --- a/bin/Robust32.vshost.exe.config +++ b/bin/Robust32.vshost.exe.config | |||
@@ -3,9 +3,6 @@ | |||
3 | <configSections> | 3 | <configSections> |
4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> | 4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> |
5 | </configSections> | 5 | </configSections> |
6 | <startup> | ||
7 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /> | ||
8 | </startup> | ||
9 | <runtime> | 6 | <runtime> |
10 | <loadFromRemoteSources enabled="true" /> | 7 | <loadFromRemoteSources enabled="true" /> |
11 | </runtime> | 8 | </runtime> |