UniVRM/Assets/UniGLTF/Tests/UniGLTF.Tests.asmdef
2021-04-08 21:12:17 +09:00

25 lines
543 B
Plaintext

{
"name": "UniGLTF.Tests",
"references": [
"UniGLTF",
"UniGLTF.Editor",
"VRMShaders.GLTF.IO.Runtime",
"VRMShaders.GLTF.IO.Editor"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
]
}