diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-12 16:30:23 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-12 16:30:23 -0400 |
| commit | 2bfcf89abf9f0f6f2eba79619f0d22901b2a598d (patch) | |
| tree | 064faf789f2ff634e2e5a3c74bc6f7e7536a3817 /MediaBrowser.Model.net35/Properties | |
| parent | 5c873d3ed17b9291ed437b80b8ef66d4a4f2f960 (diff) | |
updated nuget
Diffstat (limited to 'MediaBrowser.Model.net35/Properties')
| -rw-r--r-- | MediaBrowser.Model.net35/Properties/AssemblyInfo.cs | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/MediaBrowser.Model.net35/Properties/AssemblyInfo.cs b/MediaBrowser.Model.net35/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..0e8af504b3 --- /dev/null +++ b/MediaBrowser.Model.net35/Properties/AssemblyInfo.cs @@ -0,0 +1,31 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 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("MediaBrowser.Model.net35")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("MediaBrowser.Model.net35")] +[assembly: AssemblyCopyright("Copyright © 2013")] +[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("801b3f80-cddc-4a3a-986b-3e7f0293da4b")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +//
\ No newline at end of file |
