Ingen beskrivning
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.

Unity.Mathematics.Tests.asmdef 492B

123456789101112131415161718192021
  1. {
  2. "name": "Unity.Mathematics.Tests",
  3. "rootNamespace": "",
  4. "references": [
  5. "Unity.Mathematics",
  6. "UnityEngine.TestRunner"
  7. ],
  8. "includePlatforms": [],
  9. "excludePlatforms": [],
  10. "allowUnsafeCode": true,
  11. "overrideReferences": true,
  12. "precompiledReferences": [
  13. "nunit.framework.dll"
  14. ],
  15. "autoReferenced": false,
  16. "defineConstraints": [
  17. "UNITY_INCLUDE_TESTS"
  18. ],
  19. "versionDefines": [],
  20. "noEngineReferences": false
  21. }