aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenMetaverse.dll.config
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2009-08-05 02:42:52 -0400
committerTeravus Ovares (Dan Olivares)2009-08-05 02:42:52 -0400
commit31b60731497b21c163aa4058cada258e54deb835 (patch)
treefe6e7661970921a48448b73e7972fbeafb5d3174 /bin/OpenMetaverse.dll.config
parentminor format change (diff)
downloadopensim-SC_OLD-31b60731497b21c163aa4058cada258e54deb835.zip
opensim-SC_OLD-31b60731497b21c163aa4058cada258e54deb835.tar.gz
opensim-SC_OLD-31b60731497b21c163aa4058cada258e54deb835.tar.bz2
opensim-SC_OLD-31b60731497b21c163aa4058cada258e54deb835.tar.xz
* Commit a slightly modified OpenMetaverse compiled as a .NET 2.0 target
* Hopefully this allows older mono versions to still work. * A couple of points of note: * TimeZoneInfo.. replaced with DateTime.UtcNow - TimeSpan.FromHours(7); * HashSet<uint> replaced with Dictionary<uint,object> * Force use of the managed version of ReaderWriterLockSlim (don't use the pre-processor defs)
Diffstat (limited to 'bin/OpenMetaverse.dll.config')
-rw-r--r--bin/OpenMetaverse.dll.config6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/OpenMetaverse.dll.config b/bin/OpenMetaverse.dll.config
index 3c4a64a..df20690 100644
--- a/bin/OpenMetaverse.dll.config
+++ b/bin/OpenMetaverse.dll.config
@@ -1,5 +1,3 @@
1<?xml version="1.0"?>
1<configuration> 2<configuration>
2 <dllmap os="osx" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib" /> 3<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
3 <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64" />
4 <dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686" />
5</configuration>