-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAPIExamples.Tests.asmdef
More file actions
36 lines (36 loc) · 871 Bytes
/
APIExamples.Tests.asmdef
File metadata and controls
36 lines (36 loc) · 871 Bytes
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
{
"name": "APIExamples.Tests",
"rootNamespace": "",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"APIExamples",
"UniTask",
"TestHelper",
"NUnit.Analyzers_Unity"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [
{
"name": "com.unity.test-framework",
"expression": "1.5",
"define": "ENABLE_UTF_1_5"
},
{
"name": "com.unity.test-framework",
"expression": "1.6",
"define": "ENABLE_UTF_1_6"
}
],
"noEngineReferences": false
}