forked from reactjs/React.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharedAssemblyInfo.cs
More file actions
16 lines (14 loc) · 960 Bytes
/
SharedAssemblyInfo.cs
File metadata and controls
16 lines (14 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
* 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.Runtime.CompilerServices;
[assembly: AssemblyProduct("ReactJS.NET - .NET tools for Facebook's React library")]
[assembly: AssemblyCompany("Facebook")]
[assembly: AssemblyCopyright("Copyright © 2014 Daniel Lo Nigro (Daniel15)")]
[assembly: InternalsVisibleTo("React.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a372a65fe8690c295512aa732253f78a8f62dd281aa2aab2fb6d9ddc4a4c264acc2032dd60acede3a4df7d2bc60c91eb2d856487061dc2ee4f8b12e2b3c6feb3ee0fef6e890e2547e049a4689e77b596b9acddb659079dfa756969551e00ce5c21298af2e18e64e0f2d46a28dd1ec0ff7924b51b859e13baff292c085be221ed")]