Files
unity-application/Packages/com.github.homuler.mediapipe/Tests/EditMode/Mediapipe.Runtime.Tests.asmdef
2023-03-12 20:34:16 +00:00

26 lines
580 B
Plaintext

{
"name": "Mediapipe.Runtime.Tests",
"rootNamespace": "",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"Mediapipe.Runtime"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll",
"Google.Protobuf.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}