暫無描述
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.Common.EditorTests.asmdef 429B

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