Ei kuvausta
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.com.unity.vscode.Editor.asmdef 627B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "Unity.VSCode.Editor",
  3. "references": [],
  4. "optionalUnityReferences": [],
  5. "includePlatforms": [
  6. "Editor"
  7. ],
  8. "excludePlatforms": [],
  9. "versionDefines": [
  10. {
  11. "name": "Unity",
  12. "expression": "2021.2.0a9",
  13. "define": "ROSLYN_ANALYZER_FIX"
  14. },
  15. {
  16. "name": "Unity",
  17. "expression": "[2021.1.2f1,2021.2.0a1]",
  18. "define": "ROSLYN_ANALYZER_FIX"
  19. },
  20. {
  21. "name": "Unity",
  22. "expression": "[2020.3.6f1,2021.0]",
  23. "define": "ROSLYN_ANALYZER_FIX"
  24. }
  25. ]
  26. }