UniVRM/Assets/VRM.Samples/Editor/Tests/VRM.Samples.Editor.Tests.asmdef
2021-06-15 18:00:27 +09:00

28 lines
613 B
Plaintext

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