Unity.WebRTC.RuntimeTests.asmdef 666 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "Unity.WebRTC.RuntimeTests",
  3. "rootNamespace": "",
  4. "references": [
  5. "Unity.WebRTC",
  6. "UnityEngine.TestRunner",
  7. "UnityEditor.TestRunner"
  8. ],
  9. "includePlatforms": [
  10. "Android",
  11. "Editor",
  12. "iOS",
  13. "LinuxStandalone64",
  14. "macOSStandalone",
  15. "WindowsStandalone64"
  16. ],
  17. "excludePlatforms": [],
  18. "allowUnsafeCode": true,
  19. "overrideReferences": true,
  20. "precompiledReferences": [
  21. "nunit.framework.dll"
  22. ],
  23. "autoReferenced": false,
  24. "defineConstraints": [
  25. "UNITY_INCLUDE_TESTS"
  26. ],
  27. "versionDefines": [],
  28. "noEngineReferences": false
  29. }