UnityEditor.Purchasing.EditorTests.asmdef 572 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "UnityEditor.Purchasing.EditorTests",
  3. "references": [
  4. "UnityEditor.Purchasing",
  5. "UnityEngine.Purchasing"
  6. ],
  7. "optionalUnityReferences": [
  8. "TestAssemblies"
  9. ],
  10. "includePlatforms": [
  11. "Editor"
  12. ],
  13. "excludePlatforms": [],
  14. "allowUnsafeCode": false,
  15. "overrideReferences": true,
  16. "precompiledReferences": [
  17. "nunit.framework.dll"
  18. ],
  19. "autoReferenced": false,
  20. "defineConstraints": [
  21. "UNITY_INCLUDE_TESTS"
  22. ],
  23. "versionDefines": [],
  24. "noEngineReferences": false
  25. }