33 lines
1.2 KiB
C#
33 lines
1.2 KiB
C#
![]() |
/**
|
|||
|
* Copyright (c) 2014-present, Facebook, Inc.
|
|||
|
* All rights reserved.
|
|||
|
*
|
|||
|
* This source code is licensed under the BSD-style license found in the
|
|||
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|||
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|||
|
*/
|
|||
|
|
|||
|
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: AssemblyConfiguration("")]
|
|||
|
[assembly: AssemblyCompany("Facebook, Inc.")]
|
|||
|
[assembly: AssemblyProduct("Facebook.CSSLayout")]
|
|||
|
[assembly: AssemblyTrademark("Copyright (c) 2014-present, Facebook, Inc.")]
|
|||
|
|
|||
|
// 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("75bb7605-e54b-4ede-8f5a-ff1f24464236")]
|
|||
|
|
|||
|
[assembly: NeutralResourcesLanguage("en")]
|
|||
|
|
|||
|
[assembly: AssemblyVersion("3.0.0.0")]
|