aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorUbitUmarov2018-01-24 10:02:18 +0000
committerUbitUmarov2018-01-24 10:02:18 +0000
commitfc224b444a8339aae2802fb919c34cfd994595f1 (patch)
treec3dd0211a1e350ec325885fbb7ce3eb648d0cdd8 /bin
parentlet MinHeap self trim on empty; cleanup (diff)
downloadopensim-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.config1
-rw-r--r--bin/Robust32.exe.config3
-rw-r--r--bin/Robust32.vshost.exe.config3
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>