123456789101112131415161718192021 |
- {
- "name": "Unity.Sysroot.EditorTests",
- "references": [
- "Unity.Sysroot.Editor",
- "Unity.Sysroot"
- ],
- "optionalUnityReferences": [
- "TestAssemblies"
- ],
- "includePlatforms": [
- "Editor"
- ],
- "excludePlatforms": [],
- "versionDefines": [
- {
- "name": "Unity",
- "expression": "(0,2022.1.23f1)",
- "define": "IL2CPP_LEGACY_API_PRESENT"
- }
- ]
- }
|