CodeCoverage.Editor.asmdef 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "Unity.TestTools.CodeCoverage.Editor",
  3. "rootNamespace": "",
  4. "references": [
  5. "GUID:27619889b8ba8c24980f49ee34dbb44a",
  6. "GUID:0acc523941302664db1f4e527237feb3",
  7. "GUID:19c3df1967929405fba735480b3da9a7",
  8. "GUID:eecdf9bdfcb2949619db458f3e24c5e2",
  9. "GUID:49818357e697641afb75d2f8acaf1861"
  10. ],
  11. "includePlatforms": [
  12. "Editor"
  13. ],
  14. "excludePlatforms": [],
  15. "allowUnsafeCode": false,
  16. "overrideReferences": true,
  17. "precompiledReferences": [
  18. "nunit.framework.dll",
  19. "ReportGeneratorMerged.dll"
  20. ],
  21. "autoReferenced": true,
  22. "defineConstraints": [
  23. "UNITY_2019_2_OR_NEWER"
  24. ],
  25. "versionDefines": [
  26. {
  27. "name": "com.unity.test-framework",
  28. "expression": "1.0.16",
  29. "define": "CONDITIONAL_IGNORE_SUPPORTED"
  30. },
  31. {
  32. "name": "com.unity.burst",
  33. "expression": "1.1.1",
  34. "define": "BURST_INSTALLED"
  35. },
  36. {
  37. "name": "com.unity.test-framework",
  38. "expression": "1.1.18",
  39. "define": "TEST_FRAMEWORK_1_1_18_OR_NEWER"
  40. },
  41. {
  42. "name": "Unity",
  43. "expression": "2021.1.0b10",
  44. "define": "NO_COV_EDITORPREF"
  45. },
  46. {
  47. "name": "com.unity.test-framework",
  48. "expression": "1.2.0",
  49. "define": "TEST_FRAMEWORK_1_2_OR_NEWER"
  50. }
  51. ],
  52. "noEngineReferences": false
  53. }