mixedreality/com.microsoft.mixedreality..../Runtime/AssemblyInfo.cs

13 lines
474 B
C#

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Microsoft.MixedReality.OpenXR.Editor")]
[assembly: InternalsVisibleTo("Microsoft.MixedReality.OpenXR.Tests")]
[assembly: InternalsVisibleTo("Microsoft.MixedReality.OpenXR.Internal")]
[assembly: InternalsVisibleTo("Microsoft.MixedReality.OpenXR.Internal.Editor")]
[assembly: AssemblyVersion("1.11.1")]