PlayMode.asmdef 523 B

1234567891011121314151617181920212223
  1. {
  2. "name": "PlayMode",
  3. "references": [
  4. "UnityEngine.TestRunner",
  5. "UnityEditor.TestRunner",
  6. "Scripts",
  7. "ObjectScripts",
  8. "CSVReader"
  9. ],
  10. "includePlatforms": [],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": false,
  13. "overrideReferences": true,
  14. "precompiledReferences": [
  15. "nunit.framework.dll"
  16. ],
  17. "autoReferenced": false,
  18. "defineConstraints": [
  19. "UNITY_INCLUDE_TESTS"
  20. ],
  21. "versionDefines": [],
  22. "noEngineReferences": false
  23. }