-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathUnity.Entities.Graphics.Tests.asmdef
60 lines (60 loc) · 1.68 KB
/
Unity.Entities.Graphics.Tests.asmdef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "Unity.Entities.Graphics.Tests",
"rootNamespace": "",
"references": [
"Unity.Rendering",
"Unity.Entities.Graphics",
"Unity.Transforms",
"Unity.Transforms.Hybrid",
"Unity.Mathematics",
"Unity.Mathematics.Extensions",
"Unity.Mathematics.Extensions.Hybrid",
"Unity.Scenes",
"Unity.Scenes.Editor",
"Unity.Entities.Tests",
"Unity.Entities",
"Unity.Entities.Hybrid",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"Unity.RenderPipelines.HighDefinition.Runtime",
"Unity.RenderPipelines.Universal.Runtime",
"Unity.RenderPipelines.Core.Runtime",
"Unity.Collections"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "9.9.9",
"define": "HDRP_10_0_0_OR_NEWER"
},
{
"name": "com.unity.render-pipelines.universal",
"expression": "9.9.9",
"define": "URP_10_0_0_OR_NEWER"
},
{
"name": "com.unity.render-pipelines.core",
"expression": "9.9.9",
"define": "SRP_10_0_0_OR_NEWER"
},
{
"name": "com.unity.tiny",
"expression": "0.21.9",
"define": "TINY_0_22_0_OR_NEWER"
}
],
"noEngineReferences": false
}