com.guru.unity.sdk/Tests/GuruSDK.Tests.asmdef

23 lines
541 B
Plaintext
Raw Permalink Normal View History

2024-04-09 00:28:19 +00:00
{
"name": "GuruSDK.Tests",
"rootNamespace": "Guru.Tests",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
2024-04-09 08:58:08 +00:00
"Guru.Runtime",
"GuruSDK"
2024-04-09 00:28:19 +00:00
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}