UniVRM/Assets/VRM/Tests/VRM.Tests.asmdef
2021-04-21 15:06:09 +09:00

27 lines
579 B
Plaintext

{
"name": "VRM.Tests",
"references": [
"VRM",
"UniVRM.Editor",
"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"
]
}