No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UnityEditor.Purchasing.asmdef 863B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "UnityEditor.Purchasing",
  3. "rootNamespace": "",
  4. "references": [
  5. "UnityEngine.Purchasing",
  6. "Purchasing.Common",
  7. "UnityEngine.Purchasing.Security",
  8. "UnityEngine.Purchasing.SecurityCore",
  9. "UnityEngine.Purchasing.SecurityStub",
  10. "UnityEngine.Purchasing.Stores",
  11. "UnityEngine.Purchasing.Codeless",
  12. "Unity.Services.Core.Editor"
  13. ],
  14. "includePlatforms": [
  15. "Editor"
  16. ],
  17. "excludePlatforms": [],
  18. "allowUnsafeCode": false,
  19. "overrideReferences": true,
  20. "precompiledReferences": [],
  21. "autoReferenced": true,
  22. "defineConstraints": [],
  23. "versionDefines": [
  24. {
  25. "name": "com.unity.services.core",
  26. "expression": "1.0.0-pre",
  27. "define": "SERVICES_SDK_CORE_ENABLED"
  28. }
  29. ],
  30. "noEngineReferences": false
  31. }