Unity.XR.OpenVR.Standalone.EditorTests.asmdef 416 B

12345678910111213141516171819
  1. {
  2. "name": "Unity.XR.OpenVR.Standalone.EditorTests",
  3. "references": [
  4. ""
  5. ],
  6. "optionalUnityReferences": [
  7. "TestAssemblies"
  8. ],
  9. "includePlatforms": [
  10. "Editor"
  11. ],
  12. "excludePlatforms": [],
  13. "allowUnsafeCode": false,
  14. "overrideReferences": false,
  15. "precompiledReferences": [],
  16. "autoReferenced": true,
  17. "defineConstraints": [],
  18. "versionDefines": []
  19. }