View of /branches/os-0.6.9-post-fixes/ModularRex/RexOdePlugin/AssemblyInfo.cs
Parent Directory
|
Revision Log
Revision 341 -
(download)
(annotate)
Wed Mar 3 10:26:55 2010 UTC (3 years, 3 months ago) by mikkopa
File size: 1012 byte(s)
Wed Mar 3 10:26:55 2010 UTC (3 years, 3 months ago) by mikkopa
File size: 1012 byte(s)
Branched ModreX trunk to branch os-0.6.9-postfixes. This branch works with OpenSim branch 0.6.9-post-fixes and is to be considered as stable.
using System.Reflection;
using System.Runtime.InteropServices;
// Information about this assembly is defined by the following
// attributes.
//
// change them to the information which is associated with the assembly
// you compile.
[assembly : AssemblyTitle("RexOdePlugin")]
[assembly : AssemblyDescription("")]
[assembly : AssemblyConfiguration("")]
[assembly : AssemblyCompany("")]
[assembly : AssemblyProduct("RexOdePlugin")]
[assembly : AssemblyCopyright("")]
[assembly : AssemblyTrademark("")]
[assembly : AssemblyCulture("")]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly : ComVisible(false)]
// The assembly version has following format :
//
// Major.Minor.Build.Revision
//
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly : AssemblyVersion("1.0.*")]
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

