diff options
author | UbitUmarov | 2015-09-08 20:44:20 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-08 20:44:20 +0100 |
commit | 6dc4c8321d76353bedcad52e2fe9a9b48ab40a07 (patch) | |
tree | deb66503d4da11ca893c350e0d351f6bd2987f44 /OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | |
parent | a mess with Modules and Module (diff) | |
download | opensim-SC-6dc4c8321d76353bedcad52e2fe9a9b48ab40a07.zip opensim-SC-6dc4c8321d76353bedcad52e2fe9a9b48ab40a07.tar.gz opensim-SC-6dc4c8321d76353bedcad52e2fe9a9b48ab40a07.tar.bz2 opensim-SC-6dc4c8321d76353bedcad52e2fe9a9b48ab40a07.tar.xz |
properties folders
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs index c5867b2..c6ab386 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | |||
@@ -1,6 +1,7 @@ | |||
1 | using System.Reflection; | 1 | using System.Reflection; |
2 | using System.Runtime.CompilerServices; | 2 | using System.Runtime.CompilerServices; |
3 | using System.Runtime.InteropServices; | 3 | using System.Runtime.InteropServices; |
4 | using Mono.Addins; | ||
4 | 5 | ||
5 | // General Information about an assembly is controlled through the following | 6 | // General Information about an assembly is controlled through the following |
6 | // set of attributes. Change these attribute values to modify the information | 7 | // set of attributes. Change these attribute values to modify the information |
@@ -34,3 +35,5 @@ using System.Runtime.InteropServices; | |||
34 | // [assembly: AssemblyVersion("1.0.*")] | 35 | // [assembly: AssemblyVersion("1.0.*")] |
35 | [assembly: AssemblyVersion("0.8.2.*")] | 36 | [assembly: AssemblyVersion("0.8.2.*")] |
36 | 37 | ||
38 | [assembly: Addin("OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet", OpenSim.VersionInfo.VersionNumber)] | ||
39 | [assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)] | ||