22 lines
826 B
C#
22 lines
826 B
C#
using System;
|
|
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
// ------------------------------------------------------------------------------
|
|
// <autogenerated>
|
|
// This code was generated by a tool.
|
|
// Mono Runtime Version: 2.0.50727.42
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </autogenerated>
|
|
// ------------------------------------------------------------------------------
|
|
|
|
[assembly: ComVisibleAttribute(false)]
|
|
[assembly: CLSCompliantAttribute(false)]
|
|
[assembly: AssemblyVersionAttribute("0.1.*.199")]
|
|
[assembly: AssemblyTitleAttribute("opensim-physicsmanager")]
|
|
[assembly: AssemblyDescriptionAttribute("Handles physics plugins")]
|
|
[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")]
|
|
|