1234567891011121314151617181920212223242526 |
- {
- "name": "spine-unity-tests.Editor.Tests",
- "rootNamespace": "",
- "references": [
- "spine-unity",
- "spine-csharp",
- "spine-csharp-tests",
- "UnityEngine.TestRunner",
- "UnityEditor.TestRunner"
- ],
- "includePlatforms": [
- "Editor"
- ],
- "excludePlatforms": [],
- "allowUnsafeCode": false,
- "overrideReferences": true,
- "precompiledReferences": [
- "nunit.framework.dll"
- ],
- "autoReferenced": false,
- "defineConstraints": [
- "UNITY_INCLUDE_TESTS"
- ],
- "versionDefines": [],
- "noEngineReferences": false
- }
|