UnityEngine.Purchasing.RuntimeTests.asmdef 517 B

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