/FreeTranslator/CommonUtils/Properties/AssemblyInfo.cs
# · C# · 14 lines · 11 code · 0 blank · 3 comment · 0 complexity · 1e37c420011e0c3aa98a02584dcbdeae MD5 · raw file
- using System.Reflection;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- using System.Security.Permissions;
- // 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("CommonUtils")]
- [assembly: AssemblyDescription("Shared Utilities and types")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyProduct("CommonUtils")]
- [assembly: AssemblyCulture("")]
- [assembly: System.CLSCompliant(true)]
- [assembly: System.Runtime.InteropServices.ComVisible(false)]