mixedreality/com.microsoft.mixedreality..../Core/AssemblyInfo.cs

13 lines
574 B
C#

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Microsoft.MixedReality.Toolkit.Tests.EditModeTests")]
[assembly: InternalsVisibleTo("Microsoft.MixedReality.Toolkit.Tests.PlayModeTests")]
[assembly: System.Reflection.AssemblyVersion("2.8.3.0")]
[assembly: System.Reflection.AssemblyFileVersion("2.8.3.0")]
[assembly: System.Reflection.AssemblyProduct("Microsoft® Mixed Reality Toolkit")]
[assembly: System.Reflection.AssemblyCopyright("Copyright © Microsoft Corporation")]