Tetra/Minesweeper/Library/PackageCache/com.unity.addressables/Tests/Editor/Unity.Addressables.Editor.Tests.asmdef
2025-05-01 01:48:08 -07:00

60 lines
1.6 KiB
Plaintext

{
"name": "Unity.Addressables.Editor.Tests",
"rootNamespace": "",
"references": [
"Unity.Addressables.Editor",
"Unity.Addressables",
"Unity.ResourceManager",
"Unity.ScriptableBuildPipeline.Editor",
"Unity.Addressables.Tests",
"Unity.Addressables.Editor.BuildReportVisualizer",
"UnityEditor.TestRunner",
"UnityEngine.TestRunner",
"Unity.Services.Ccd.Management",
"Unity.Services.Core"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll",
"Moq.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS",
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [
{
"name": "Unity",
"expression": "2020.2.0a9",
"define": "NONRECURSIVE_DEPENDENCY_DATA"
},
{
"name": "com.unity.services.ccd.management",
"expression": "[2.0.0,4.0.0)",
"define": "ENABLE_CCD"
},
{
"name": "com.unity.profiling.core",
"expression": "[1.0.2,3.0.0)",
"define": "ENABLE_ADDRESSABLE_PROFILER"
},
{
"name": "nuget.moq",
"expression": "2.0.0",
"define": "ENABLE_MOQ"
},
{
"name": "com.unity.services.ccd.management",
"expression": "[3.0.0,4.0.0)",
"define": "CCD_3_OR_NEWER"
}
],
"noEngineReferences": false
}