12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- using System.Reflection;
- using System.Runtime.InteropServices;
- [assembly : AssemblyTitle("BulletXPlugin")]
- [assembly : AssemblyDescription("")]
- [assembly : AssemblyConfiguration("")]
- [assembly : AssemblyCompany("http://opensimulator.org")]
- [assembly : AssemblyProduct("BulletXPlugin")]
- [assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2009")]
- [assembly : AssemblyTrademark("")]
- [assembly : AssemblyCulture("")]
- [assembly : ComVisible(false)]
- [assembly : AssemblyVersion("0.6.5.*")]
|