2011-05-24 19:49:58 -07:00
|
|
|
|
using System.Reflection;
|
2011-02-11 17:24:04 -08:00
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
|
using System.Runtime.InteropServices;
|
2011-10-03 11:19:57 -07:00
|
|
|
|
using System.Security;
|
2011-02-11 17:24:04 -08:00
|
|
|
|
|
|
|
|
|
// 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("Orchard.MediaPicker")]
|
|
|
|
|
[assembly: AssemblyDescription("")]
|
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
[assembly: AssemblyProduct("Orchard")]
|
2011-10-03 11:19:57 -07:00
|
|
|
|
[assembly: AssemblyCopyright("Copyright © Outercurve Foundation 2009")]
|
2011-02-11 17:24:04 -08:00
|
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
|
|
|
|
|
|
// Setting ComVisible to false makes the types in this assembly not visible
|
|
|
|
|
// to COM components. If you need to access a type in this assembly from
|
|
|
|
|
// COM, set the ComVisible attribute to true on that type.
|
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
|
|
|
|
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
|
|
|
[assembly: Guid("d33b592c-133c-440b-8841-17e55eb08306")]
|
|
|
|
|
|
|
|
|
|
// Version information for an assembly consists of the following four values:
|
|
|
|
|
//
|
|
|
|
|
// Major Version
|
|
|
|
|
// Minor Version
|
|
|
|
|
// Build Number
|
|
|
|
|
// Revision
|
|
|
|
|
//
|
|
|
|
|
// You can specify all the values or you can default the Revision and Build Numbers
|
|
|
|
|
// by using the '*' as shown below:
|
2012-02-29 11:29:55 -08:00
|
|
|
|
[assembly: AssemblyVersion("1.4.0")]
|
|
|
|
|
[assembly: AssemblyFileVersion("1.4.0")]
|
2012-03-14 11:27:02 -07:00
|
|
|
|
[assembly: SecurityRules(SecurityRuleSet.Level2)]
|