diff options
Added support for OpenSim application plugins (as requested by Adam), which use Mono.addins for loading/management. (which is a pure .net solution so works on both Mono and MS .net, and is under the MIT license, will add the source code for the library later). I also suggest we look into switching to using Mono.addins for our Region module loading management.
A little bit more refactoring of Scene.
Diffstat (limited to '')
-rw-r--r-- | bin/Mono.Addins.dll.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/Mono.Addins.dll.config b/bin/Mono.Addins.dll.config new file mode 100644 index 0000000..39e8a66 --- /dev/null +++ b/bin/Mono.Addins.dll.config | |||
@@ -0,0 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | ||
2 | <configuration> | ||
3 | <startup> | ||
4 | <supportedRuntime version="v2.0.50727" /> | ||
5 | </startup> | ||
6 | </configuration> | ||