unity-builder/test-project/Assets/Tests/EditMode/EditModeTests.asmdef
2019-12-22 22:43:47 +01:00

22 lines
473 B
Plaintext

{
"name": "EditModeTests",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"MyScripts"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": []
}