mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 06:44:15 +08:00
* added nogenvers target to opensim.build - sets version to 0.0.0.1 * extracted core_build target * FIX : csc gets confused over System.Xml ref - should be System.Xml.dll as there is a System.Xml file in same dir. * Added OpenGrid.Framework project for great justice. * Added LoginService as base class for LoginServer (GF) * FIX: Plugins default.build now creates target dir, otherwise it fails. * Added VERSION file to source control - it really should be circumvented as well.
22 lines
838 B
C#
22 lines
838 B
C#
using System;
|
|
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:2.0.50727.42
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
[assembly: ComVisibleAttribute(false)]
|
|
[assembly: CLSCompliantAttribute(false)]
|
|
[assembly: AssemblyVersionAttribute("0.0.0.1")]
|
|
[assembly: AssemblyTitleAttribute("opensim-physicsmanager-physx")]
|
|
[assembly: AssemblyDescriptionAttribute("PhysX plugin for OpenSim")]
|
|
[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")]
|
|
|