Unity.RenderStreaming.EditorTests.asmdef 707 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "Unity.RenderStreaming.EditorTests",
  3. "rootNamespace": "",
  4. "references": [
  5. "GUID:40a5acf76f04c4c8ebb69605e4b0d5c7",
  6. "GUID:7e479a0c97f111c48b6a279fad867f28",
  7. "GUID:27619889b8ba8c24980f49ee34dbb44a",
  8. "GUID:0acc523941302664db1f4e527237feb3",
  9. "GUID:f12aafacab75a87499e7e45c873ffab8"
  10. ],
  11. "includePlatforms": [
  12. "Editor"
  13. ],
  14. "excludePlatforms": [],
  15. "allowUnsafeCode": false,
  16. "overrideReferences": true,
  17. "precompiledReferences": [
  18. "nunit.framework.dll"
  19. ],
  20. "autoReferenced": false,
  21. "defineConstraints": [
  22. "UNITY_INCLUDE_TESTS"
  23. ],
  24. "versionDefines": [],
  25. "noEngineReferences": false
  26. }