説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Unity.Burst.Editor.Tests.asmdef 753B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "Unity.Burst.Editor.Tests",
  3. "references": [
  4. "Unity.Burst",
  5. "Unity.Mathematics",
  6. "Unity.Burst.Tests.UnitTests",
  7. "SeparateAssembly",
  8. "Unity.Burst.Editor"
  9. ],
  10. "optionalUnityReferences": [
  11. "TestAssemblies"
  12. ],
  13. "includePlatforms": [
  14. "Editor"
  15. ],
  16. "excludePlatforms": [],
  17. "allowUnsafeCode": true,
  18. "overrideReferences": true,
  19. "precompiledReferences": [
  20. "nunit.framework.dll"
  21. ],
  22. "autoReferenced": false,
  23. "defineConstraints": [
  24. "UNITY_INCLUDE_TESTS"
  25. ],
  26. "versionDefines": [
  27. {
  28. "name": "Unity",
  29. "expression": "",
  30. "define": "FOO"
  31. }
  32. ],
  33. "noEngineReferences": false
  34. }