1234567891011121314151617181920212223242526272829 |
- {
- "name": "Unity.WebRTC.RuntimeTests",
- "rootNamespace": "",
- "references": [
- "Unity.WebRTC",
- "UnityEngine.TestRunner",
- "UnityEditor.TestRunner"
- ],
- "includePlatforms": [
- "Android",
- "Editor",
- "iOS",
- "LinuxStandalone64",
- "macOSStandalone",
- "WindowsStandalone64"
- ],
- "excludePlatforms": [],
- "allowUnsafeCode": true,
- "overrideReferences": true,
- "precompiledReferences": [
- "nunit.framework.dll"
- ],
- "autoReferenced": false,
- "defineConstraints": [
- "UNITY_INCLUDE_TESTS"
- ],
- "versionDefines": [],
- "noEngineReferences": false
- }
|