TERPGDemo/RPGDemo/Packages/PrimeTween/Editor/Tests/PrimeTween.Tests.Editor.asmdef
2025-04-22 17:16:40 +08:00

29 lines
702 B
Plaintext

{
"name": "PrimeTween.Tests.Editor",
"rootNamespace": "",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"PrimeTween.Runtime"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [
{
"name": "com.unity.test-framework",
"expression": "1.3.9",
"define": "TEST_FRAMEWORK_INSTALLED"
}],
"noEngineReferences": false
}