WuhuIslandTesting/Library/PackageCache/com.unity.collections@1.2.4/Unity.Collections.Tests/Unity.Collections.Tests.asmdef

29 lines
646 B
Text
Raw Permalink Normal View History

2025-01-07 02:06:59 +01:00
{
"name": "Unity.Collections.Tests",
"references": [
"Unity.Collections",
"Unity.Burst",
"Unity.Jobs",
"Unity.Mathematics",
"Unity.Collections.BurstCompatibilityGen"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false,
"optionalUnityReferences": [
"TestAssemblies"
]
}