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.
12345678910 |
- using System.Reflection;
- using System.Runtime.CompilerServices;
-
- [assembly: AssemblyTitle("Unity.PerformanceTesting")]
-
- [assembly: InternalsVisibleTo("Unity.PerformanceTesting.Editor")]
- [assembly: InternalsVisibleTo("Unity.PerformanceTesting.Tests.Runtime")]
- [assembly: InternalsVisibleTo("Unity.GraphTools.Foundation.Testing.Editor")]
-
- [assembly: AssemblyVersion("3.0.0")]
|