暫無描述
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.2D.Path.Tests.asmdef 424B

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