UniVRM/Assets/VRM10/Tests/VRM10.Tests.asmdef
2021-04-16 13:14:10 +09:00

27 lines
581 B
Plaintext

{
"name": "VRM10.Tests",
"references": [
"VrmLib",
"VRM10",
"UniGLTF",
"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",
"UNITY_INCLUDE_TESTS"
]
}