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.
28 lines
641 B
28 lines
641 B
{ |
|
"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": [], |
|
"noEngineReferences": false |
|
} |