2016-09-22 16:22:34 -07:00
|
|
|
|
/**
|
2018-09-11 15:27:47 -07:00
|
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
2016-09-22 16:22:34 -07:00
|
|
|
|
*
|
2018-02-16 18:24:55 -08:00
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
2016-09-22 16:22:34 -07:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
using System.Reflection;
|
|
|
|
|
using System.Resources;
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
2017-01-05 07:09:19 -08:00
|
|
|
|
[assembly: AssemblyTitle("Facebook.Yoga")]
|
2016-09-22 16:22:34 -07:00
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
[assembly: AssemblyCompany("Facebook, Inc.")]
|
2016-12-02 11:18:16 -08:00
|
|
|
|
[assembly: AssemblyProduct("Facebook.Yoga")]
|
2017-01-05 07:09:19 -08:00
|
|
|
|
[assembly: AssemblyDescription("A subset of CSS's flexbox layout algorithm and box model.")]
|
|
|
|
|
[assembly: AssemblyCopyright("Copyright (c) 2014-present, Facebook, Inc.")]
|
2016-09-22 16:22:34 -07:00
|
|
|
|
|
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
|
|
|
|
|
|
[assembly: Guid("75bb7605-e54b-4ede-8f5a-ff1f24464236")]
|
|
|
|
|
|
|
|
|
|
[assembly: NeutralResourcesLanguage("en")]
|
|
|
|
|
|
2017-01-05 07:09:19 -08:00
|
|
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
|
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|
|
|
|
|