diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-07-27 09:33:15 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-07-27 09:33:15 -0400 |
| commit | 51adf2888f9ffe9e9d4bcc70f16d16f1d5c88dc7 (patch) | |
| tree | 1cc0626aa4a99a42a55a1d754dd437c1a6ae68b2 /MediaBrowser.Model.Portable/Properties | |
| parent | e670b875fe8fcaaaeaec5e0f95c68b6ce08e436d (diff) | |
Added portable model project with explicit name
Diffstat (limited to 'MediaBrowser.Model.Portable/Properties')
| -rw-r--r-- | MediaBrowser.Model.Portable/Properties/AssemblyInfo.cs | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/MediaBrowser.Model.Portable/Properties/AssemblyInfo.cs b/MediaBrowser.Model.Portable/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..f48ad294cf --- /dev/null +++ b/MediaBrowser.Model.Portable/Properties/AssemblyInfo.cs @@ -0,0 +1,25 @@ +using System.Resources; +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.Portable")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("MediaBrowser.Model.Portable")] +[assembly: AssemblyCopyright("Copyright © 2013")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] +[assembly: NeutralResourcesLanguage("en")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +//
\ No newline at end of file |
