sharplib/math/Properties/AssemblyInfo.cs
2019-06-26 00:03:48 -07:00

9 lines
445 B
C#

// Copyright (c) Xenko contributors (https://xenko.com) and Silicon Studio Corp. (https://www.siliconstudio.co.jp)
// Distributed under the MIT license. See the LICENSE.md file in the project root for more information.
using System.Reflection;
using System.Runtime.CompilerServices;
#pragma warning disable 436 // Xenko.PublicKeys is defined in multiple assemblies
[assembly: InternalsVisibleTo("math.Serializers" + Xenko.PublicKeys.Default)]