NativeRuntimeSettings.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "configurations": [
  3. {
  4. "cpuArchitecture": "x86_64",
  5. "editorCpuArchitecture": "",
  6. "editorOperatingSystem": "Windows",
  7. "runtime": "win10-x64",
  8. "supportedPlatformTargets": [
  9. "StandaloneWindows64"
  10. ]
  11. },
  12. {
  13. "cpuArchitecture": "AnyCPU",
  14. "editorCpuArchitecture": "",
  15. "editorOperatingSystem": "Windows",
  16. "runtime": "win10-x86",
  17. "supportedPlatformTargets": [
  18. "StandaloneWindows"
  19. ]
  20. },
  21. {
  22. "cpuArchitecture": "x86_64",
  23. "editorCpuArchitecture": "",
  24. "editorOperatingSystem": "Windows",
  25. "runtime": "win7-x64",
  26. "supportedPlatformTargets": [
  27. "StandaloneWindows64"
  28. ]
  29. },
  30. {
  31. "cpuArchitecture": "AnyCPU",
  32. "editorCpuArchitecture": "",
  33. "editorOperatingSystem": "Windows",
  34. "runtime": "win7-x86",
  35. "supportedPlatformTargets": [
  36. "StandaloneWindows"
  37. ]
  38. },
  39. {
  40. "cpuArchitecture": "x86_64",
  41. "editorCpuArchitecture": "",
  42. "editorOperatingSystem": "Windows",
  43. "runtime": "win-x64",
  44. "supportedPlatformTargets": [
  45. "StandaloneWindows64"
  46. ]
  47. },
  48. {
  49. "cpuArchitecture": "AnyCPU",
  50. "editorCpuArchitecture": "",
  51. "editorOperatingSystem": "Windows",
  52. "runtime": "win-x86",
  53. "supportedPlatformTargets": [
  54. "StandaloneWindows"
  55. ]
  56. },
  57. {
  58. "cpuArchitecture": "x86_64",
  59. "editorCpuArchitecture": "x86_64",
  60. "editorOperatingSystem": "Linux",
  61. "runtime": "linux-x64",
  62. "supportedPlatformTargets": [
  63. "StandaloneLinux64"
  64. ]
  65. },
  66. {
  67. "cpuArchitecture": "",
  68. "editorCpuArchitecture": "",
  69. "editorOperatingSystem": "",
  70. "runtime": "android",
  71. "supportedPlatformTargets": [
  72. "Android"
  73. ]
  74. },
  75. {
  76. "cpuArchitecture": "ARM64",
  77. "editorCpuArchitecture": "",
  78. "editorOperatingSystem": "",
  79. "runtime": "android-arm64",
  80. "supportedPlatformTargets": [
  81. "Android"
  82. ]
  83. },
  84. {
  85. "cpuArchitecture": "",
  86. "editorCpuArchitecture": "",
  87. "editorOperatingSystem": "",
  88. "runtime": "ios",
  89. "supportedPlatformTargets": [
  90. "iOS"
  91. ]
  92. },
  93. {
  94. "cpuArchitecture": "ARM64",
  95. "editorCpuArchitecture": "",
  96. "editorOperatingSystem": "",
  97. "runtime": "ios-arm64",
  98. "supportedPlatformTargets": [
  99. "iOS"
  100. ]
  101. },
  102. {
  103. "cpuArchitecture": "x86_64",
  104. "editorCpuArchitecture": "",
  105. "editorOperatingSystem": "OSX",
  106. "runtime": "osx-x64",
  107. "supportedPlatformTargets": [
  108. "StandaloneOSX"
  109. ]
  110. },
  111. {
  112. "cpuArchitecture": "ARM64",
  113. "editorCpuArchitecture": "",
  114. "editorOperatingSystem": "",
  115. "runtime": "osx-arm64",
  116. "supportedPlatformTargets": [
  117. "StandaloneOSX"
  118. ]
  119. }
  120. ]
  121. }