123456789101112131415161718 |
- using System.Resources;
- using System.Reflection;
- // General Information about an assembly is controlled through the following
- // set of attributes. Change these attribute values to modify the information
- // associated with an assembly.
- [assembly: AssemblyTitle("Jint")]
- [assembly: AssemblyDescription("Javascript Interpreter for .NET")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("Sebastien Ros")]
- [assembly: AssemblyProduct("Jint")]
- [assembly: AssemblyCopyright("Copyright © Sébastien Ros 2013")]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCulture("")]
- [assembly: NeutralResourcesLanguage("en")]
- [assembly: AssemblyVersion("2.3.0")]
- [assembly: AssemblyFileVersion("2.3.0")]
|