template-unity-package/Tests/Editor/COMPANYNAME.PACKAGENAME.Editor.Tests.asmdef

20 lines
479 B
Plaintext
Raw Normal View History

2020-08-23 15:58:28 +02:00
{
2020-09-01 17:11:10 +02:00
"name": "COMPANYNAME.PACKAGENAME.Editor.Tests",
2020-08-23 15:58:28 +02:00
"references": [
2020-09-01 17:11:10 +02:00
"COMPANYNAME.PACKAGENAME",
"COMPANYNAME.PACKAGENAME.Editor"
2020-08-23 15:58:28 +02:00
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"optionalUnityReferences": [
"TestAssemblies"
]
}