Ingen beskrivning
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.

com.unity.ide.rider.asmdef 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "Unity.Rider.Editor",
  3. "rootNamespace": "Packages",
  4. "references": [
  5. "GUID:0acc523941302664db1f4e527237feb3",
  6. "GUID:27619889b8ba8c24980f49ee34dbb44a"
  7. ],
  8. "includePlatforms": [
  9. "Editor"
  10. ],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": false,
  13. "overrideReferences": true,
  14. "precompiledReferences": [
  15. "nunit.framework.dll"
  16. ],
  17. "autoReferenced": true,
  18. "defineConstraints": [
  19. "UNITY_2019_2_OR_NEWER"
  20. ],
  21. "versionDefines": [
  22. {
  23. "name": "com.unity.test-framework",
  24. "expression": "1.1.1",
  25. "define": "TEST_FRAMEWORK"
  26. },
  27. {
  28. "name": "Unity",
  29. "expression": "2021.2.0a9",
  30. "define": "ROSLYN_ANALYZER_FIX"
  31. },
  32. {
  33. "name": "Unity",
  34. "expression": "[2021.1.2f1,2021.2.0a1]",
  35. "define": "ROSLYN_ANALYZER_FIX"
  36. },
  37. {
  38. "name": "Unity",
  39. "expression": "[2020.3.6f1,2021.0]",
  40. "define": "ROSLYN_ANALYZER_FIX"
  41. }
  42. ],
  43. "noEngineReferences": false
  44. }