Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

Unity.Collections.Tests.asmdef 646B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "Unity.Collections.Tests",
  3. "references": [
  4. "Unity.Collections",
  5. "Unity.Burst",
  6. "Unity.Jobs",
  7. "Unity.Mathematics",
  8. "Unity.Collections.BurstCompatibilityGen"
  9. ],
  10. "includePlatforms": [
  11. "Editor"
  12. ],
  13. "excludePlatforms": [],
  14. "allowUnsafeCode": true,
  15. "overrideReferences": true,
  16. "precompiledReferences": [
  17. "nunit.framework.dll"
  18. ],
  19. "autoReferenced": false,
  20. "defineConstraints": [
  21. "UNITY_INCLUDE_TESTS"
  22. ],
  23. "versionDefines": [],
  24. "noEngineReferences": false,
  25. "optionalUnityReferences": [
  26. "TestAssemblies"
  27. ]
  28. }