mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 17:43:49 -07:00
imported signalr 1.1.3 into NzbDrone.
This commit is contained in:
parent
891443e05d
commit
0e623e7ce4
236 changed files with 20490 additions and 35 deletions
20
src/Common/CommonAssemblyInfo.cs
Normal file
20
src/Common/CommonAssemblyInfo.cs
Normal file
|
@ -0,0 +1,20 @@
|
|||
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.md in the project root for license information.
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
using System.Resources;
|
||||
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: AssemblyCompany("Microsoft Open Technologies, Inc.")]
|
||||
[assembly: AssemblyCopyright("© Microsoft Open Technologies, Inc. All rights reserved.")]
|
||||
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: CLSCompliant(false)]
|
||||
|
||||
[assembly: NeutralResourcesLanguage("en-US")]
|
Loading…
Add table
Add a link
Reference in a new issue