Rasagar/Library/PackageCache/com.unity.burst/Tests/Editor/Unity.Burst.Editor.Tests.asmdef

34 lines
753 B
Plaintext
Raw Normal View History

2024-08-26 13:07:20 -07:00
{
"name": "Unity.Burst.Editor.Tests",
"references": [
"Unity.Burst",
"Unity.Mathematics",
"Unity.Burst.Tests.UnitTests",
"SeparateAssembly",
"Unity.Burst.Editor"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [
{
"name": "Unity",
"expression": "",
"define": "FOO"
}
],
"noEngineReferences": false
}