mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-18 23:48:35 +02:00
20 lines
795 B
C#
20 lines
795 B
C#
|
// 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")]
|