LLM.Editor.Tests.asmdef 559 B

123456789101112131415161718192021222324
  1. {
  2. "name": "LLM.Editor.Tests",
  3. "rootNamespace": "LLM.Editor.Tests",
  4. "references": [
  5. "LLM.Editor",
  6. "IntelligentProjectAnalyzer.Editor"
  7. ],
  8. "includePlatforms": [
  9. "Editor"
  10. ],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": false,
  13. "overrideReferences": true,
  14. "precompiledReferences": [
  15. "nunit.framework.dll",
  16. "Newtonsoft.Json.dll"
  17. ],
  18. "autoReferenced": false,
  19. "defineConstraints": [
  20. "UNITY_INCLUDE_TESTS"
  21. ],
  22. "versionDefines": [],
  23. "noEngineReferences": false
  24. }