Unity.TextMeshPro.Editor.Tests.asmdef 282 B

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