IndieGame/client/Packages/com.unity.inputsystem@1.7.0/Tests/TestFixture/Unity.InputSystem.TestFramework.asmdef

25 lines
642 B
Plaintext
Raw Normal View History

2024-10-11 10:12:15 +08:00
{
"name": "Unity.InputSystem.TestFramework",
"references": [
"Unity.InputSystem",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": ["UNITY_TESTS_FRAMEWORK"],
"versionDefines": [
{
"name": "com.unity.test-framework",
"expression": "",
"define": "UNITY_TESTS_FRAMEWORK"
}
],
"versionDefines": []
}