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