Unity.TextMeshPro.Tests.asmdef 268 B

1234567891011121314
  1. {
  2. "name": "Unity.TextMeshPro.Tests",
  3. "references": [
  4. "Unity.TextMeshPro"
  5. ],
  6. "optionalUnityReferences": [
  7. "TestAssemblies"
  8. ],
  9. "defineConstraints": [
  10. "UNITY_INCLUDE_TESTS"
  11. ],
  12. "includePlatforms": [],
  13. "excludePlatforms": []
  14. }