Unity.RenderStreaming.RuntimeTests.asmdef 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "Unity.RenderStreaming.RuntimeTests",
  3. "rootNamespace": "",
  4. "references": [
  5. "GUID:27619889b8ba8c24980f49ee34dbb44a",
  6. "GUID:0acc523941302664db1f4e527237feb3",
  7. "GUID:40a5acf76f04c4c8ebb69605e4b0d5c7",
  8. "GUID:f12aafacab75a87499e7e45c873ffab8",
  9. "GUID:7e479a0c97f111c48b6a279fad867f28",
  10. "GUID:75469ad4d38634e559750d17036d5f7c",
  11. "GUID:dc04f38471c3a459fb4d31124ee9127d"
  12. ],
  13. "includePlatforms": [
  14. "Android",
  15. "Editor",
  16. "iOS",
  17. "LinuxStandalone64",
  18. "macOSStandalone",
  19. "WindowsStandalone64"
  20. ],
  21. "excludePlatforms": [],
  22. "allowUnsafeCode": true,
  23. "overrideReferences": true,
  24. "precompiledReferences": [
  25. "nunit.framework.dll"
  26. ],
  27. "autoReferenced": true,
  28. "defineConstraints": [
  29. "UNITY_INCLUDE_TESTS"
  30. ],
  31. "versionDefines": [
  32. {
  33. "name": "com.unity.inputsystem",
  34. "expression": "1.1",
  35. "define": "INPUTSYSTEM_1_1_OR_NEWER"
  36. }
  37. ],
  38. "noEngineReferences": false
  39. }