-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSatorImaging.UnityFundamentals.asmdef
More file actions
56 lines (56 loc) · 1.52 KB
/
SatorImaging.UnityFundamentals.asmdef
File metadata and controls
56 lines (56 loc) · 1.52 KB
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
{
"name": "SatorImaging.UnityFundamentals",
"rootNamespace": "SatorImaging.UnityFundamentals",
"references": [
"UnityEngine.UI",
"UnityEditor.UI",
"Unity.TextMeshPro",
"Unity.TextMeshPro.Editor",
"LambdaAssertions.Unity"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "Unity",
"expression": "0",
"define": "STMG_UNITYFUNDAMENTALS"
},
{
"name": "com.unity.textmeshpro",
"expression": "0",
"define": "STMG_TEXTMESHPRO_EXISTS"
},
{
"name": "com.unity.ugui",
"expression": "2.0.0",
"define": "STMG_TEXTMESHPRO_EXISTS"
},
{
"name": "com.unity.ugui",
"expression": "0",
"define": "STMG_UGUI_EXISTS"
},
{
"name": "com.unity.modules.uielements",
"expression": "0",
"define": "STMG_UITOOLKIT_EXISTS"
},
{
"name": "com.unity.ext.nunit",
"expression": "0",
"define": "STMG_NUNIT_EXISTS"
},
{
"name": "com.sator-imaging.lambda-assertions.unity",
"expression": "0",
"define": "STMG_LAMBDAASSERTIONS_EXISTS"
}
],
"noEngineReferences": false
}