Unity.2D.Psdimporter.EditorTests.asmdef 615 B

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