Rasagar/Library/PackageCache/com.unity.collections/Unity.Collections.PerformanceTests/Unity.Collections.PerformanceTests.asmdef
2024-08-26 23:07:20 +03:00

28 lines
666 B
Plaintext

{
"name": "Unity.Collections.PerformanceTests",
"rootNamespace": "",
"references": [
"Unity.Collections",
"Unity.PerformanceTesting",
"Unity.Burst",
"Unity.Jobs",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"Unity.Mathematics"
],
"includePlatforms": [],
"excludePlatforms": [
"iOS"
],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}