Açıklama Yok
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.RenderPipelines.Universal.Config.Editor.Tests.asmdef 547B

1234567891011121314151617181920212223
  1. {
  2. "name": "Unity.RenderPipelines.Universal.Config.Editor.Tests",
  3. "rootNamespace": "",
  4. "references": [
  5. "UnityEngine.TestRunner",
  6. "UnityEditor.TestRunner"
  7. ],
  8. "includePlatforms": [
  9. "Editor"
  10. ],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": true,
  13. "overrideReferences": true,
  14. "precompiledReferences": [
  15. "nunit.framework.dll"
  16. ],
  17. "autoReferenced": false,
  18. "defineConstraints": [
  19. "UNITY_INCLUDE_TESTS"
  20. ],
  21. "versionDefines": [],
  22. "noEngineReferences": false
  23. }