Files
unity-save-system/Tests/Editor/Jovian.SaveSystem.EditorTests.asmdef
Sebastian Bularca b5d13e86d9 copy from github
2026-03-27 15:14:08 +01:00

25 lines
586 B
Plaintext

{
"name": "Jovian.SaveSystem.EditorTests",
"rootNamespace": "Jovian.SaveSystem.Tests.Editor",
"references": [
"Jovian.SaveSystem",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}