暫無描述
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.

Unity.AdaptivePerformance.TestPackage.asmdef 715B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "Unity.AdaptivePerformance.TestPackage",
  3. "references": [
  4. "Unity.Subsystem.Registration",
  5. "Unity.AdaptivePerformance",
  6. "Unity.AdaptivePerformance.Tests.Standalone",
  7. "UnityEngine.TestRunner",
  8. "UnityEditor.TestRunner",
  9. "Unity.AdaptivePerformance.Editor"
  10. ],
  11. "includePlatforms": [
  12. "Editor",
  13. "WindowsStandalone64"
  14. ],
  15. "excludePlatforms": [],
  16. "allowUnsafeCode": false,
  17. "overrideReferences": true,
  18. "precompiledReferences": [
  19. "nunit.framework.dll"
  20. ],
  21. "autoReferenced": false,
  22. "defineConstraints": [
  23. "UNITY_INCLUDE_TESTS"
  24. ],
  25. "versionDefines": [],
  26. "noEngineReferences": false
  27. }