No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AssemblyInfo.cs 377B

12345678910
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. [assembly: AssemblyTitle("Unity.PerformanceTesting")]
  4. [assembly: InternalsVisibleTo("Unity.PerformanceTesting.Editor")]
  5. [assembly: InternalsVisibleTo("Unity.PerformanceTesting.Tests.Runtime")]
  6. [assembly: InternalsVisibleTo("Unity.GraphTools.Foundation.Testing.Editor")]
  7. [assembly: AssemblyVersion("3.0.0")]