Unity.TextMeshPro.Editor.Tests.asmdef 333 B

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