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

123456789101112131415161718
  1. {
  2. "name": "Unity.Searcher.EditorTests",
  3. "references": [
  4. "Unity.Searcher.Editor",
  5. "Unity.Searcher.EditorSamples"
  6. ],
  7. "precompiledReferences": [],
  8. "defineConstraints": [
  9. "UNITY_INCLUDE_TESTS"
  10. ],
  11. "optionalUnityReferences": [
  12. "TestAssemblies"
  13. ],
  14. "includePlatforms": [
  15. "Editor"
  16. ],
  17. "excludePlatforms": []
  18. }