aesim.simba 2024.2.29a1__py3-none-macosx_11_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (435) hide show
  1. aesim/simba/Resources/CsvHelper.dll +0 -0
  2. aesim/simba/Resources/DeviceId.Linux.dll +0 -0
  3. aesim/simba/Resources/DeviceId.Mac.dll +0 -0
  4. aesim/simba/Resources/DeviceId.Windows.dll +0 -0
  5. aesim/simba/Resources/DeviceId.dll +0 -0
  6. aesim/simba/Resources/DotNetZip.dll +0 -0
  7. aesim/simba/Resources/Microsoft.Win32.SystemEvents.dll +0 -0
  8. aesim/simba/Resources/Newtonsoft.Json.dll +0 -0
  9. aesim/simba/Resources/Python.Runtime.dll +0 -0
  10. aesim/simba/Resources/Resources/DesignExamples.jsimba +21981 -0
  11. aesim/simba/Resources/Resources/Examples/acdc_3ph_diodebridge.jsimba +552 -0
  12. aesim/simba/Resources/Resources/Examples/acdc_3ph_thyristor_rectifier.jsimba +1589 -0
  13. aesim/simba/Resources/Resources/Examples/acdc_pfc_totem_pole.jsimba +1790 -0
  14. aesim/simba/Resources/Resources/Examples/bldc_drive_example.jsimba +4074 -0
  15. aesim/simba/Resources/Resources/Examples/dcac_3_phase_inverter_spwm.jsimba +984 -0
  16. aesim/simba/Resources/Resources/Examples/dcac_5lvl_npc.jsimba +3292 -0
  17. aesim/simba/Resources/Resources/Examples/dcdc_boost_converter.jsimba +304 -0
  18. aesim/simba/Resources/Resources/Examples/dcdc_buck_c_code.jsimba +669 -0
  19. aesim/simba/Resources/Resources/Examples/dcdc_buck_chopper_thermal.jsimba +550 -0
  20. aesim/simba/Resources/Resources/Examples/dcdc_buck_converter_ac_sweep.jsimba +468 -0
  21. aesim/simba/Resources/Resources/Examples/dcdc_buck_detailed.jsimba +713 -0
  22. aesim/simba/Resources/Resources/Examples/dcdc_buckboost.jsimba +642 -0
  23. aesim/simba/Resources/Resources/Examples/dcdc_dual_active_bridge_converter.jsimba +1628 -0
  24. aesim/simba/Resources/Resources/Examples/dcdc_flyback.jsimba +361 -0
  25. aesim/simba/Resources/Resources/Examples/dcdc_forward.jsimba +458 -0
  26. aesim/simba/Resources/Resources/Examples/dcdc_interleaved_buck_chopper.jsimba +736 -0
  27. aesim/simba/Resources/Resources/Examples/dcdc_llc_resonant_converter.jsimba +1872 -0
  28. aesim/simba/Resources/Resources/Examples/dcdc_phase_shift_full_bridge_converter.jsimba +1474 -0
  29. aesim/simba/Resources/Resources/Examples/double_pulse_test.jsimba +557 -0
  30. aesim/simba/Resources/Resources/PsimSimbaDictionary.json +15667 -0
  31. aesim/simba/Resources/Resources/acdc_3ph_diodebridge.jsimba +552 -0
  32. aesim/simba/Resources/Resources/acdc_3ph_thyristor_rectifier.jsimba +1589 -0
  33. aesim/simba/Resources/Resources/bldc_drive_example.jsimba +4074 -0
  34. aesim/simba/Resources/Resources/dcac_3ph_inverter_SPWM.jsimba +942 -0
  35. aesim/simba/Resources/Resources/dcdc_buck_chopper_thermal.jsimba +550 -0
  36. aesim/simba/Resources/Resources/dcdc_buck_detailed.jsimba +713 -0
  37. aesim/simba/Resources/Resources/dcdc_buckboost.jsimba +642 -0
  38. aesim/simba/Resources/Resources/dcdc_forward.jsimba +458 -0
  39. aesim/simba/Resources/Resources/double_pulse_test.jsimba +557 -0
  40. aesim/simba/Resources/Resources/libSimba.Solvers.osx-arm64.dylib +0 -0
  41. aesim/simba/Resources/Resources/llc_resonant_converter.jsimba +1460 -0
  42. aesim/simba/Resources/Resources/pfc_totem_pole.jsimba +1639 -0
  43. aesim/simba/Resources/Resources/simba_library.c +92 -0
  44. aesim/simba/Resources/Resources/simba_library.h +37 -0
  45. aesim/simba/Resources/Simba.Data.deps.json +1149 -0
  46. aesim/simba/Resources/Simba.Data.dll +0 -0
  47. aesim/simba/Resources/Simba.Data.runtimeconfig.json +13 -0
  48. aesim/simba/Resources/Simba.Drawing.dll +0 -0
  49. aesim/simba/Resources/Simba.Helper.dll +0 -0
  50. aesim/simba/Resources/System.Drawing.Common.dll +0 -0
  51. aesim/simba/Resources/System.Linq.Async.dll +0 -0
  52. aesim/simba/Resources/System.Security.Permissions.dll +0 -0
  53. aesim/simba/Resources/System.Windows.Extensions.dll +0 -0
  54. aesim/simba/Resources/dotnet/LICENSE.txt +23 -0
  55. aesim/simba/Resources/dotnet/ThirdPartyNotices.txt +1822 -0
  56. aesim/simba/Resources/dotnet/dotnet +0 -0
  57. aesim/simba/Resources/dotnet/host/fxr/7.0.0/libhostfxr.dylib +0 -0
  58. aesim/simba/Resources/dotnet/host/fxr/8.0.0/libhostfxr.dylib +0 -0
  59. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/.version +2 -0
  60. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.CSharp.dll +0 -0
  61. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.NETCore.App.deps.json +926 -0
  62. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.NETCore.App.runtimeconfig.json +8 -0
  63. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.VisualBasic.Core.dll +0 -0
  64. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.VisualBasic.dll +0 -0
  65. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.Win32.Primitives.dll +0 -0
  66. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/Microsoft.Win32.Registry.dll +0 -0
  67. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.AppContext.dll +0 -0
  68. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Buffers.dll +0 -0
  69. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.Concurrent.dll +0 -0
  70. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.Immutable.dll +0 -0
  71. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.NonGeneric.dll +0 -0
  72. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.Specialized.dll +0 -0
  73. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Collections.dll +0 -0
  74. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.Annotations.dll +0 -0
  75. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.DataAnnotations.dll +0 -0
  76. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.EventBasedAsync.dll +0 -0
  77. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.Primitives.dll +0 -0
  78. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.TypeConverter.dll +0 -0
  79. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ComponentModel.dll +0 -0
  80. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Configuration.dll +0 -0
  81. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Console.dll +0 -0
  82. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Core.dll +0 -0
  83. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Data.Common.dll +0 -0
  84. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Data.DataSetExtensions.dll +0 -0
  85. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Data.dll +0 -0
  86. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Contracts.dll +0 -0
  87. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Debug.dll +0 -0
  88. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.DiagnosticSource.dll +0 -0
  89. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.FileVersionInfo.dll +0 -0
  90. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Process.dll +0 -0
  91. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.StackTrace.dll +0 -0
  92. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  93. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Tools.dll +0 -0
  94. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.TraceSource.dll +0 -0
  95. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Diagnostics.Tracing.dll +0 -0
  96. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Drawing.Primitives.dll +0 -0
  97. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Drawing.dll +0 -0
  98. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Dynamic.Runtime.dll +0 -0
  99. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Formats.Asn1.dll +0 -0
  100. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Formats.Tar.dll +0 -0
  101. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Globalization.Calendars.dll +0 -0
  102. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Globalization.Extensions.dll +0 -0
  103. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Globalization.dll +0 -0
  104. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.Brotli.dll +0 -0
  105. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.FileSystem.dll +0 -0
  106. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.ZipFile.dll +0 -0
  107. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Compression.dll +0 -0
  108. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.AccessControl.dll +0 -0
  109. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.DriveInfo.dll +0 -0
  110. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.Primitives.dll +0 -0
  111. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.Watcher.dll +0 -0
  112. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.FileSystem.dll +0 -0
  113. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.IsolatedStorage.dll +0 -0
  114. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.MemoryMappedFiles.dll +0 -0
  115. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Pipes.AccessControl.dll +0 -0
  116. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.Pipes.dll +0 -0
  117. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.UnmanagedMemoryStream.dll +0 -0
  118. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.IO.dll +0 -0
  119. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.Expressions.dll +0 -0
  120. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.Parallel.dll +0 -0
  121. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.Queryable.dll +0 -0
  122. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Linq.dll +0 -0
  123. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Memory.dll +0 -0
  124. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Http.Json.dll +0 -0
  125. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Http.dll +0 -0
  126. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.HttpListener.dll +0 -0
  127. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Mail.dll +0 -0
  128. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.NameResolution.dll +0 -0
  129. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.NetworkInformation.dll +0 -0
  130. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Ping.dll +0 -0
  131. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Primitives.dll +0 -0
  132. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Quic.dll +0 -0
  133. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Requests.dll +0 -0
  134. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Security.dll +0 -0
  135. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.ServicePoint.dll +0 -0
  136. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.Sockets.dll +0 -0
  137. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebClient.dll +0 -0
  138. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebHeaderCollection.dll +0 -0
  139. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebProxy.dll +0 -0
  140. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebSockets.Client.dll +0 -0
  141. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.WebSockets.dll +0 -0
  142. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Net.dll +0 -0
  143. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Numerics.Vectors.dll +0 -0
  144. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Numerics.dll +0 -0
  145. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ObjectModel.dll +0 -0
  146. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.CoreLib.dll +0 -0
  147. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.DataContractSerialization.dll +0 -0
  148. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.Uri.dll +0 -0
  149. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.Xml.Linq.dll +0 -0
  150. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Private.Xml.dll +0 -0
  151. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.DispatchProxy.dll +0 -0
  152. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Emit.ILGeneration.dll +0 -0
  153. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Emit.Lightweight.dll +0 -0
  154. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Emit.dll +0 -0
  155. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Extensions.dll +0 -0
  156. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Metadata.dll +0 -0
  157. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.Primitives.dll +0 -0
  158. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.TypeExtensions.dll +0 -0
  159. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Reflection.dll +0 -0
  160. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Resources.Reader.dll +0 -0
  161. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Resources.ResourceManager.dll +0 -0
  162. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Resources.Writer.dll +0 -0
  163. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  164. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.CompilerServices.VisualC.dll +0 -0
  165. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Extensions.dll +0 -0
  166. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Handles.dll +0 -0
  167. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.InteropServices.JavaScript.dll +0 -0
  168. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  169. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.InteropServices.dll +0 -0
  170. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Intrinsics.dll +0 -0
  171. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Loader.dll +0 -0
  172. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Numerics.dll +0 -0
  173. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Formatters.dll +0 -0
  174. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Json.dll +0 -0
  175. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Primitives.dll +0 -0
  176. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.Xml.dll +0 -0
  177. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.Serialization.dll +0 -0
  178. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Runtime.dll +0 -0
  179. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.AccessControl.dll +0 -0
  180. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Claims.dll +0 -0
  181. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Algorithms.dll +0 -0
  182. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Cng.dll +0 -0
  183. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Csp.dll +0 -0
  184. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Encoding.dll +0 -0
  185. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.OpenSsl.dll +0 -0
  186. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.Primitives.dll +0 -0
  187. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.X509Certificates.dll +0 -0
  188. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Cryptography.dll +0 -0
  189. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Principal.Windows.dll +0 -0
  190. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.Principal.dll +0 -0
  191. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.SecureString.dll +0 -0
  192. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Security.dll +0 -0
  193. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ServiceModel.Web.dll +0 -0
  194. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ServiceProcess.dll +0 -0
  195. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encoding.CodePages.dll +0 -0
  196. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encoding.Extensions.dll +0 -0
  197. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encoding.dll +0 -0
  198. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Encodings.Web.dll +0 -0
  199. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.Json.dll +0 -0
  200. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Text.RegularExpressions.dll +0 -0
  201. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Channels.dll +0 -0
  202. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Overlapped.dll +0 -0
  203. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.Dataflow.dll +0 -0
  204. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.Extensions.dll +0 -0
  205. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.Parallel.dll +0 -0
  206. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Tasks.dll +0 -0
  207. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Thread.dll +0 -0
  208. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.ThreadPool.dll +0 -0
  209. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.Timer.dll +0 -0
  210. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Threading.dll +0 -0
  211. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Transactions.Local.dll +0 -0
  212. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Transactions.dll +0 -0
  213. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.ValueTuple.dll +0 -0
  214. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Web.HttpUtility.dll +0 -0
  215. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Web.dll +0 -0
  216. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Windows.dll +0 -0
  217. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.Linq.dll +0 -0
  218. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.ReaderWriter.dll +0 -0
  219. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.Serialization.dll +0 -0
  220. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XDocument.dll +0 -0
  221. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XPath.XDocument.dll +0 -0
  222. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XPath.dll +0 -0
  223. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XmlDocument.dll +0 -0
  224. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.XmlSerializer.dll +0 -0
  225. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.Xml.dll +0 -0
  226. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/System.dll +0 -0
  227. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/WindowsBase.dll +0 -0
  228. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/createdump +0 -0
  229. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Globalization.Native.dylib +0 -0
  230. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.IO.Compression.Native.dylib +0 -0
  231. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Native.dylib +0 -0
  232. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Net.Security.Native.dylib +0 -0
  233. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Security.Cryptography.Native.Apple.dylib +0 -0
  234. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libSystem.Security.Cryptography.Native.OpenSsl.dylib +0 -0
  235. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libclrgc.dylib +0 -0
  236. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libclrjit.dylib +0 -0
  237. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libcoreclr.dylib +0 -0
  238. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libhostpolicy.dylib +0 -0
  239. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libmscordaccore.dylib +0 -0
  240. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/libmscordbi.dylib +0 -0
  241. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/mscorlib.dll +0 -0
  242. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/7.0.0/netstandard.dll +0 -0
  243. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/.version +2 -0
  244. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.CSharp.dll +0 -0
  245. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.NETCore.App.deps.json +926 -0
  246. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.NETCore.App.runtimeconfig.json +5 -0
  247. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.VisualBasic.Core.dll +0 -0
  248. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.VisualBasic.dll +0 -0
  249. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.Win32.Primitives.dll +0 -0
  250. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/Microsoft.Win32.Registry.dll +0 -0
  251. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.AppContext.dll +0 -0
  252. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Buffers.dll +0 -0
  253. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.Concurrent.dll +0 -0
  254. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.Immutable.dll +0 -0
  255. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.NonGeneric.dll +0 -0
  256. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.Specialized.dll +0 -0
  257. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Collections.dll +0 -0
  258. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.Annotations.dll +0 -0
  259. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.DataAnnotations.dll +0 -0
  260. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.EventBasedAsync.dll +0 -0
  261. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.Primitives.dll +0 -0
  262. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.TypeConverter.dll +0 -0
  263. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ComponentModel.dll +0 -0
  264. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Configuration.dll +0 -0
  265. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Console.dll +0 -0
  266. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Core.dll +0 -0
  267. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Data.Common.dll +0 -0
  268. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Data.DataSetExtensions.dll +0 -0
  269. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Data.dll +0 -0
  270. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Contracts.dll +0 -0
  271. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Debug.dll +0 -0
  272. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.DiagnosticSource.dll +0 -0
  273. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.FileVersionInfo.dll +0 -0
  274. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Process.dll +0 -0
  275. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.StackTrace.dll +0 -0
  276. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  277. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Tools.dll +0 -0
  278. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.TraceSource.dll +0 -0
  279. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Diagnostics.Tracing.dll +0 -0
  280. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Drawing.Primitives.dll +0 -0
  281. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Drawing.dll +0 -0
  282. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Dynamic.Runtime.dll +0 -0
  283. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Formats.Asn1.dll +0 -0
  284. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Formats.Tar.dll +0 -0
  285. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Globalization.Calendars.dll +0 -0
  286. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Globalization.Extensions.dll +0 -0
  287. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Globalization.dll +0 -0
  288. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.Brotli.dll +0 -0
  289. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.FileSystem.dll +0 -0
  290. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.ZipFile.dll +0 -0
  291. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Compression.dll +0 -0
  292. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.AccessControl.dll +0 -0
  293. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.DriveInfo.dll +0 -0
  294. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.Primitives.dll +0 -0
  295. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.Watcher.dll +0 -0
  296. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.FileSystem.dll +0 -0
  297. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.IsolatedStorage.dll +0 -0
  298. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.MemoryMappedFiles.dll +0 -0
  299. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Pipes.AccessControl.dll +0 -0
  300. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.Pipes.dll +0 -0
  301. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.UnmanagedMemoryStream.dll +0 -0
  302. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.IO.dll +0 -0
  303. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.Expressions.dll +0 -0
  304. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.Parallel.dll +0 -0
  305. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.Queryable.dll +0 -0
  306. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Linq.dll +0 -0
  307. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Memory.dll +0 -0
  308. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Http.Json.dll +0 -0
  309. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Http.dll +0 -0
  310. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.HttpListener.dll +0 -0
  311. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Mail.dll +0 -0
  312. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.NameResolution.dll +0 -0
  313. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.NetworkInformation.dll +0 -0
  314. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Ping.dll +0 -0
  315. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Primitives.dll +0 -0
  316. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Quic.dll +0 -0
  317. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Requests.dll +0 -0
  318. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Security.dll +0 -0
  319. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.ServicePoint.dll +0 -0
  320. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.Sockets.dll +0 -0
  321. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebClient.dll +0 -0
  322. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebHeaderCollection.dll +0 -0
  323. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebProxy.dll +0 -0
  324. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebSockets.Client.dll +0 -0
  325. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.WebSockets.dll +0 -0
  326. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Net.dll +0 -0
  327. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Numerics.Vectors.dll +0 -0
  328. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Numerics.dll +0 -0
  329. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ObjectModel.dll +0 -0
  330. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.CoreLib.dll +0 -0
  331. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.DataContractSerialization.dll +0 -0
  332. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.Uri.dll +0 -0
  333. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.Xml.Linq.dll +0 -0
  334. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Private.Xml.dll +0 -0
  335. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.DispatchProxy.dll +0 -0
  336. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Emit.ILGeneration.dll +0 -0
  337. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Emit.Lightweight.dll +0 -0
  338. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Emit.dll +0 -0
  339. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Extensions.dll +0 -0
  340. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Metadata.dll +0 -0
  341. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.Primitives.dll +0 -0
  342. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.TypeExtensions.dll +0 -0
  343. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Reflection.dll +0 -0
  344. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Resources.Reader.dll +0 -0
  345. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Resources.ResourceManager.dll +0 -0
  346. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Resources.Writer.dll +0 -0
  347. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  348. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.CompilerServices.VisualC.dll +0 -0
  349. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Extensions.dll +0 -0
  350. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Handles.dll +0 -0
  351. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.InteropServices.JavaScript.dll +0 -0
  352. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  353. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.InteropServices.dll +0 -0
  354. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Intrinsics.dll +0 -0
  355. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Loader.dll +0 -0
  356. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Numerics.dll +0 -0
  357. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Formatters.dll +0 -0
  358. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Json.dll +0 -0
  359. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Primitives.dll +0 -0
  360. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.Xml.dll +0 -0
  361. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.Serialization.dll +0 -0
  362. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Runtime.dll +0 -0
  363. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.AccessControl.dll +0 -0
  364. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Claims.dll +0 -0
  365. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Algorithms.dll +0 -0
  366. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Cng.dll +0 -0
  367. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Csp.dll +0 -0
  368. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Encoding.dll +0 -0
  369. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.OpenSsl.dll +0 -0
  370. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.Primitives.dll +0 -0
  371. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.X509Certificates.dll +0 -0
  372. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Cryptography.dll +0 -0
  373. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Principal.Windows.dll +0 -0
  374. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.Principal.dll +0 -0
  375. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.SecureString.dll +0 -0
  376. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Security.dll +0 -0
  377. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ServiceModel.Web.dll +0 -0
  378. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ServiceProcess.dll +0 -0
  379. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encoding.CodePages.dll +0 -0
  380. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encoding.Extensions.dll +0 -0
  381. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encoding.dll +0 -0
  382. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Encodings.Web.dll +0 -0
  383. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.Json.dll +0 -0
  384. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Text.RegularExpressions.dll +0 -0
  385. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Channels.dll +0 -0
  386. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Overlapped.dll +0 -0
  387. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.Dataflow.dll +0 -0
  388. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.Extensions.dll +0 -0
  389. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.Parallel.dll +0 -0
  390. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Tasks.dll +0 -0
  391. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Thread.dll +0 -0
  392. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.ThreadPool.dll +0 -0
  393. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.Timer.dll +0 -0
  394. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Threading.dll +0 -0
  395. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Transactions.Local.dll +0 -0
  396. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Transactions.dll +0 -0
  397. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.ValueTuple.dll +0 -0
  398. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Web.HttpUtility.dll +0 -0
  399. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Web.dll +0 -0
  400. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Windows.dll +0 -0
  401. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.Linq.dll +0 -0
  402. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.ReaderWriter.dll +0 -0
  403. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.Serialization.dll +0 -0
  404. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XDocument.dll +0 -0
  405. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XPath.XDocument.dll +0 -0
  406. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XPath.dll +0 -0
  407. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XmlDocument.dll +0 -0
  408. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.XmlSerializer.dll +0 -0
  409. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.Xml.dll +0 -0
  410. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/System.dll +0 -0
  411. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/WindowsBase.dll +0 -0
  412. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/createdump +0 -0
  413. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Globalization.Native.dylib +0 -0
  414. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.IO.Compression.Native.dylib +0 -0
  415. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Native.dylib +0 -0
  416. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Net.Security.Native.dylib +0 -0
  417. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Security.Cryptography.Native.Apple.dylib +0 -0
  418. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libSystem.Security.Cryptography.Native.OpenSsl.dylib +0 -0
  419. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libclrgc.dylib +0 -0
  420. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libclrjit.dylib +0 -0
  421. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libcoreclr.dylib +0 -0
  422. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libhostpolicy.dylib +0 -0
  423. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libmscordaccore.dylib +0 -0
  424. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/libmscordbi.dylib +0 -0
  425. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/mscorlib.dll +0 -0
  426. aesim/simba/Resources/dotnet/shared/Microsoft.NETCore.App/8.0.0/netstandard.dll +0 -0
  427. aesim/simba/Resources/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll +0 -0
  428. aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll +0 -0
  429. aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll +0 -0
  430. aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll +0 -0
  431. aesim/simba/__init__.py +59 -0
  432. aesim.simba-2024.2.29a1.dist-info/METADATA +89 -0
  433. aesim.simba-2024.2.29a1.dist-info/RECORD +435 -0
  434. aesim.simba-2024.2.29a1.dist-info/WHEEL +5 -0
  435. aesim.simba-2024.2.29a1.dist-info/top_level.txt +1 -0
@@ -0,0 +1,926 @@
1
+ {
2
+ "runtimeTarget": {
3
+ "name": ".NETCoreApp,Version=v7.0/osx-arm64",
4
+ "signature": ""
5
+ },
6
+ "compilationOptions": {},
7
+ "targets": {
8
+ ".NETCoreApp,Version=v7.0": {},
9
+ ".NETCoreApp,Version=v7.0/osx-arm64": {
10
+ "Microsoft.NETCore.App.Runtime.osx-arm64/7.0.0": {
11
+ "runtime": {
12
+ "System.Private.CoreLib.dll": {
13
+ "assemblyVersion": "7.0.0.0",
14
+ "fileVersion": "7.0.22.51805"
15
+ },
16
+ "Microsoft.VisualBasic.dll": {
17
+ "assemblyVersion": "10.0.0.0",
18
+ "fileVersion": "7.0.22.51805"
19
+ },
20
+ "Microsoft.Win32.Primitives.dll": {
21
+ "assemblyVersion": "7.0.0.0",
22
+ "fileVersion": "7.0.22.51805"
23
+ },
24
+ "mscorlib.dll": {
25
+ "assemblyVersion": "4.0.0.0",
26
+ "fileVersion": "7.0.22.51805"
27
+ },
28
+ "netstandard.dll": {
29
+ "assemblyVersion": "2.1.0.0",
30
+ "fileVersion": "7.0.22.51805"
31
+ },
32
+ "System.AppContext.dll": {
33
+ "assemblyVersion": "7.0.0.0",
34
+ "fileVersion": "7.0.22.51805"
35
+ },
36
+ "System.Buffers.dll": {
37
+ "assemblyVersion": "7.0.0.0",
38
+ "fileVersion": "7.0.22.51805"
39
+ },
40
+ "System.ComponentModel.DataAnnotations.dll": {
41
+ "assemblyVersion": "4.0.0.0",
42
+ "fileVersion": "7.0.22.51805"
43
+ },
44
+ "System.Configuration.dll": {
45
+ "assemblyVersion": "4.0.0.0",
46
+ "fileVersion": "7.0.22.51805"
47
+ },
48
+ "System.Core.dll": {
49
+ "assemblyVersion": "4.0.0.0",
50
+ "fileVersion": "7.0.22.51805"
51
+ },
52
+ "System.Data.DataSetExtensions.dll": {
53
+ "assemblyVersion": "4.0.0.0",
54
+ "fileVersion": "7.0.22.51805"
55
+ },
56
+ "System.Data.dll": {
57
+ "assemblyVersion": "4.0.0.0",
58
+ "fileVersion": "7.0.22.51805"
59
+ },
60
+ "System.Diagnostics.Contracts.dll": {
61
+ "assemblyVersion": "7.0.0.0",
62
+ "fileVersion": "7.0.22.51805"
63
+ },
64
+ "System.Diagnostics.Debug.dll": {
65
+ "assemblyVersion": "7.0.0.0",
66
+ "fileVersion": "7.0.22.51805"
67
+ },
68
+ "System.Diagnostics.Tools.dll": {
69
+ "assemblyVersion": "7.0.0.0",
70
+ "fileVersion": "7.0.22.51805"
71
+ },
72
+ "System.Diagnostics.Tracing.dll": {
73
+ "assemblyVersion": "7.0.0.0",
74
+ "fileVersion": "7.0.22.51805"
75
+ },
76
+ "System.dll": {
77
+ "assemblyVersion": "4.0.0.0",
78
+ "fileVersion": "7.0.22.51805"
79
+ },
80
+ "System.Drawing.dll": {
81
+ "assemblyVersion": "4.0.0.0",
82
+ "fileVersion": "7.0.22.51805"
83
+ },
84
+ "System.Dynamic.Runtime.dll": {
85
+ "assemblyVersion": "7.0.0.0",
86
+ "fileVersion": "7.0.22.51805"
87
+ },
88
+ "System.Globalization.Calendars.dll": {
89
+ "assemblyVersion": "7.0.0.0",
90
+ "fileVersion": "7.0.22.51805"
91
+ },
92
+ "System.Globalization.dll": {
93
+ "assemblyVersion": "7.0.0.0",
94
+ "fileVersion": "7.0.22.51805"
95
+ },
96
+ "System.Globalization.Extensions.dll": {
97
+ "assemblyVersion": "7.0.0.0",
98
+ "fileVersion": "7.0.22.51805"
99
+ },
100
+ "System.IO.Compression.FileSystem.dll": {
101
+ "assemblyVersion": "4.0.0.0",
102
+ "fileVersion": "7.0.22.51805"
103
+ },
104
+ "System.IO.dll": {
105
+ "assemblyVersion": "7.0.0.0",
106
+ "fileVersion": "7.0.22.51805"
107
+ },
108
+ "System.IO.FileSystem.dll": {
109
+ "assemblyVersion": "7.0.0.0",
110
+ "fileVersion": "7.0.22.51805"
111
+ },
112
+ "System.IO.FileSystem.Primitives.dll": {
113
+ "assemblyVersion": "7.0.0.0",
114
+ "fileVersion": "7.0.22.51805"
115
+ },
116
+ "System.IO.UnmanagedMemoryStream.dll": {
117
+ "assemblyVersion": "7.0.0.0",
118
+ "fileVersion": "7.0.22.51805"
119
+ },
120
+ "System.Net.dll": {
121
+ "assemblyVersion": "4.0.0.0",
122
+ "fileVersion": "7.0.22.51805"
123
+ },
124
+ "System.Numerics.dll": {
125
+ "assemblyVersion": "4.0.0.0",
126
+ "fileVersion": "7.0.22.51805"
127
+ },
128
+ "System.Numerics.Vectors.dll": {
129
+ "assemblyVersion": "7.0.0.0",
130
+ "fileVersion": "7.0.22.51805"
131
+ },
132
+ "System.Reflection.dll": {
133
+ "assemblyVersion": "7.0.0.0",
134
+ "fileVersion": "7.0.22.51805"
135
+ },
136
+ "System.Reflection.Emit.dll": {
137
+ "assemblyVersion": "7.0.0.0",
138
+ "fileVersion": "7.0.22.51805"
139
+ },
140
+ "System.Reflection.Emit.ILGeneration.dll": {
141
+ "assemblyVersion": "7.0.0.0",
142
+ "fileVersion": "7.0.22.51805"
143
+ },
144
+ "System.Reflection.Emit.Lightweight.dll": {
145
+ "assemblyVersion": "7.0.0.0",
146
+ "fileVersion": "7.0.22.51805"
147
+ },
148
+ "System.Reflection.Extensions.dll": {
149
+ "assemblyVersion": "7.0.0.0",
150
+ "fileVersion": "7.0.22.51805"
151
+ },
152
+ "System.Reflection.Primitives.dll": {
153
+ "assemblyVersion": "7.0.0.0",
154
+ "fileVersion": "7.0.22.51805"
155
+ },
156
+ "System.Resources.Reader.dll": {
157
+ "assemblyVersion": "7.0.0.0",
158
+ "fileVersion": "7.0.22.51805"
159
+ },
160
+ "System.Resources.ResourceManager.dll": {
161
+ "assemblyVersion": "7.0.0.0",
162
+ "fileVersion": "7.0.22.51805"
163
+ },
164
+ "System.Runtime.CompilerServices.Unsafe.dll": {
165
+ "assemblyVersion": "7.0.0.0",
166
+ "fileVersion": "7.0.22.51805"
167
+ },
168
+ "System.Runtime.dll": {
169
+ "assemblyVersion": "7.0.0.0",
170
+ "fileVersion": "7.0.22.51805"
171
+ },
172
+ "System.Runtime.Extensions.dll": {
173
+ "assemblyVersion": "7.0.0.0",
174
+ "fileVersion": "7.0.22.51805"
175
+ },
176
+ "System.Runtime.Handles.dll": {
177
+ "assemblyVersion": "7.0.0.0",
178
+ "fileVersion": "7.0.22.51805"
179
+ },
180
+ "System.Runtime.InteropServices.RuntimeInformation.dll": {
181
+ "assemblyVersion": "7.0.0.0",
182
+ "fileVersion": "7.0.22.51805"
183
+ },
184
+ "System.Runtime.Intrinsics.dll": {
185
+ "assemblyVersion": "7.0.0.0",
186
+ "fileVersion": "7.0.22.51805"
187
+ },
188
+ "System.Runtime.Loader.dll": {
189
+ "assemblyVersion": "7.0.0.0",
190
+ "fileVersion": "7.0.22.51805"
191
+ },
192
+ "System.Runtime.Serialization.dll": {
193
+ "assemblyVersion": "4.0.0.0",
194
+ "fileVersion": "7.0.22.51805"
195
+ },
196
+ "System.Runtime.Serialization.Json.dll": {
197
+ "assemblyVersion": "7.0.0.0",
198
+ "fileVersion": "7.0.22.51805"
199
+ },
200
+ "System.Runtime.Serialization.Xml.dll": {
201
+ "assemblyVersion": "7.0.0.0",
202
+ "fileVersion": "7.0.22.51805"
203
+ },
204
+ "System.Security.Cryptography.Algorithms.dll": {
205
+ "assemblyVersion": "7.0.0.0",
206
+ "fileVersion": "7.0.22.51805"
207
+ },
208
+ "System.Security.Cryptography.Cng.dll": {
209
+ "assemblyVersion": "7.0.0.0",
210
+ "fileVersion": "7.0.22.51805"
211
+ },
212
+ "System.Security.Cryptography.Csp.dll": {
213
+ "assemblyVersion": "7.0.0.0",
214
+ "fileVersion": "7.0.22.51805"
215
+ },
216
+ "System.Security.Cryptography.Encoding.dll": {
217
+ "assemblyVersion": "7.0.0.0",
218
+ "fileVersion": "7.0.22.51805"
219
+ },
220
+ "System.Security.Cryptography.OpenSsl.dll": {
221
+ "assemblyVersion": "7.0.0.0",
222
+ "fileVersion": "7.0.22.51805"
223
+ },
224
+ "System.Security.Cryptography.Primitives.dll": {
225
+ "assemblyVersion": "7.0.0.0",
226
+ "fileVersion": "7.0.22.51805"
227
+ },
228
+ "System.Security.Cryptography.X509Certificates.dll": {
229
+ "assemblyVersion": "7.0.0.0",
230
+ "fileVersion": "7.0.22.51805"
231
+ },
232
+ "System.Security.dll": {
233
+ "assemblyVersion": "4.0.0.0",
234
+ "fileVersion": "7.0.22.51805"
235
+ },
236
+ "System.Security.Principal.dll": {
237
+ "assemblyVersion": "7.0.0.0",
238
+ "fileVersion": "7.0.22.51805"
239
+ },
240
+ "System.Security.SecureString.dll": {
241
+ "assemblyVersion": "7.0.0.0",
242
+ "fileVersion": "7.0.22.51805"
243
+ },
244
+ "System.ServiceModel.Web.dll": {
245
+ "assemblyVersion": "4.0.0.0",
246
+ "fileVersion": "7.0.22.51805"
247
+ },
248
+ "System.ServiceProcess.dll": {
249
+ "assemblyVersion": "4.0.0.0",
250
+ "fileVersion": "7.0.22.51805"
251
+ },
252
+ "System.Text.Encoding.dll": {
253
+ "assemblyVersion": "7.0.0.0",
254
+ "fileVersion": "7.0.22.51805"
255
+ },
256
+ "System.Text.Encoding.Extensions.dll": {
257
+ "assemblyVersion": "7.0.0.0",
258
+ "fileVersion": "7.0.22.51805"
259
+ },
260
+ "System.Threading.Overlapped.dll": {
261
+ "assemblyVersion": "7.0.0.0",
262
+ "fileVersion": "7.0.22.51805"
263
+ },
264
+ "System.Threading.Tasks.dll": {
265
+ "assemblyVersion": "7.0.0.0",
266
+ "fileVersion": "7.0.22.51805"
267
+ },
268
+ "System.Threading.Tasks.Extensions.dll": {
269
+ "assemblyVersion": "7.0.0.0",
270
+ "fileVersion": "7.0.22.51805"
271
+ },
272
+ "System.Threading.Thread.dll": {
273
+ "assemblyVersion": "7.0.0.0",
274
+ "fileVersion": "7.0.22.51805"
275
+ },
276
+ "System.Threading.ThreadPool.dll": {
277
+ "assemblyVersion": "7.0.0.0",
278
+ "fileVersion": "7.0.22.51805"
279
+ },
280
+ "System.Threading.Timer.dll": {
281
+ "assemblyVersion": "7.0.0.0",
282
+ "fileVersion": "7.0.22.51805"
283
+ },
284
+ "System.Transactions.dll": {
285
+ "assemblyVersion": "4.0.0.0",
286
+ "fileVersion": "7.0.22.51805"
287
+ },
288
+ "System.ValueTuple.dll": {
289
+ "assemblyVersion": "7.0.0.0",
290
+ "fileVersion": "7.0.22.51805"
291
+ },
292
+ "System.Web.dll": {
293
+ "assemblyVersion": "4.0.0.0",
294
+ "fileVersion": "7.0.22.51805"
295
+ },
296
+ "System.Windows.dll": {
297
+ "assemblyVersion": "4.0.0.0",
298
+ "fileVersion": "7.0.22.51805"
299
+ },
300
+ "System.Xml.dll": {
301
+ "assemblyVersion": "4.0.0.0",
302
+ "fileVersion": "7.0.22.51805"
303
+ },
304
+ "System.Xml.Linq.dll": {
305
+ "assemblyVersion": "4.0.0.0",
306
+ "fileVersion": "7.0.22.51805"
307
+ },
308
+ "System.Xml.ReaderWriter.dll": {
309
+ "assemblyVersion": "7.0.0.0",
310
+ "fileVersion": "7.0.22.51805"
311
+ },
312
+ "System.Xml.Serialization.dll": {
313
+ "assemblyVersion": "4.0.0.0",
314
+ "fileVersion": "7.0.22.51805"
315
+ },
316
+ "System.Xml.XDocument.dll": {
317
+ "assemblyVersion": "7.0.0.0",
318
+ "fileVersion": "7.0.22.51805"
319
+ },
320
+ "System.Xml.XmlDocument.dll": {
321
+ "assemblyVersion": "7.0.0.0",
322
+ "fileVersion": "7.0.22.51805"
323
+ },
324
+ "System.Xml.XmlSerializer.dll": {
325
+ "assemblyVersion": "7.0.0.0",
326
+ "fileVersion": "7.0.22.51805"
327
+ },
328
+ "System.Xml.XPath.dll": {
329
+ "assemblyVersion": "7.0.0.0",
330
+ "fileVersion": "7.0.22.51805"
331
+ },
332
+ "WindowsBase.dll": {
333
+ "assemblyVersion": "4.0.0.0",
334
+ "fileVersion": "7.0.22.51805"
335
+ },
336
+ "Microsoft.CSharp.dll": {
337
+ "assemblyVersion": "7.0.0.0",
338
+ "fileVersion": "7.0.22.51805"
339
+ },
340
+ "Microsoft.VisualBasic.Core.dll": {
341
+ "assemblyVersion": "12.0.0.0",
342
+ "fileVersion": "12.0.22.51805"
343
+ },
344
+ "Microsoft.Win32.Registry.dll": {
345
+ "assemblyVersion": "7.0.0.0",
346
+ "fileVersion": "7.0.22.51805"
347
+ },
348
+ "System.Collections.Concurrent.dll": {
349
+ "assemblyVersion": "7.0.0.0",
350
+ "fileVersion": "7.0.22.51805"
351
+ },
352
+ "System.Collections.dll": {
353
+ "assemblyVersion": "7.0.0.0",
354
+ "fileVersion": "7.0.22.51805"
355
+ },
356
+ "System.Collections.Immutable.dll": {
357
+ "assemblyVersion": "7.0.0.0",
358
+ "fileVersion": "7.0.22.51805"
359
+ },
360
+ "System.Collections.NonGeneric.dll": {
361
+ "assemblyVersion": "7.0.0.0",
362
+ "fileVersion": "7.0.22.51805"
363
+ },
364
+ "System.Collections.Specialized.dll": {
365
+ "assemblyVersion": "7.0.0.0",
366
+ "fileVersion": "7.0.22.51805"
367
+ },
368
+ "System.ComponentModel.Annotations.dll": {
369
+ "assemblyVersion": "7.0.0.0",
370
+ "fileVersion": "7.0.22.51805"
371
+ },
372
+ "System.ComponentModel.dll": {
373
+ "assemblyVersion": "7.0.0.0",
374
+ "fileVersion": "7.0.22.51805"
375
+ },
376
+ "System.ComponentModel.EventBasedAsync.dll": {
377
+ "assemblyVersion": "7.0.0.0",
378
+ "fileVersion": "7.0.22.51805"
379
+ },
380
+ "System.ComponentModel.Primitives.dll": {
381
+ "assemblyVersion": "7.0.0.0",
382
+ "fileVersion": "7.0.22.51805"
383
+ },
384
+ "System.ComponentModel.TypeConverter.dll": {
385
+ "assemblyVersion": "7.0.0.0",
386
+ "fileVersion": "7.0.22.51805"
387
+ },
388
+ "System.Console.dll": {
389
+ "assemblyVersion": "7.0.0.0",
390
+ "fileVersion": "7.0.22.51805"
391
+ },
392
+ "System.Data.Common.dll": {
393
+ "assemblyVersion": "7.0.0.0",
394
+ "fileVersion": "7.0.22.51805"
395
+ },
396
+ "System.Diagnostics.DiagnosticSource.dll": {
397
+ "assemblyVersion": "7.0.0.0",
398
+ "fileVersion": "7.0.22.51805"
399
+ },
400
+ "System.Diagnostics.FileVersionInfo.dll": {
401
+ "assemblyVersion": "7.0.0.0",
402
+ "fileVersion": "7.0.22.51805"
403
+ },
404
+ "System.Diagnostics.Process.dll": {
405
+ "assemblyVersion": "7.0.0.0",
406
+ "fileVersion": "7.0.22.51805"
407
+ },
408
+ "System.Diagnostics.StackTrace.dll": {
409
+ "assemblyVersion": "7.0.0.0",
410
+ "fileVersion": "7.0.22.51805"
411
+ },
412
+ "System.Diagnostics.TextWriterTraceListener.dll": {
413
+ "assemblyVersion": "7.0.0.0",
414
+ "fileVersion": "7.0.22.51805"
415
+ },
416
+ "System.Diagnostics.TraceSource.dll": {
417
+ "assemblyVersion": "7.0.0.0",
418
+ "fileVersion": "7.0.22.51805"
419
+ },
420
+ "System.Drawing.Primitives.dll": {
421
+ "assemblyVersion": "7.0.0.0",
422
+ "fileVersion": "7.0.22.51805"
423
+ },
424
+ "System.Formats.Asn1.dll": {
425
+ "assemblyVersion": "7.0.0.0",
426
+ "fileVersion": "7.0.22.51805"
427
+ },
428
+ "System.Formats.Tar.dll": {
429
+ "assemblyVersion": "7.0.0.0",
430
+ "fileVersion": "7.0.22.51805"
431
+ },
432
+ "System.IO.Compression.Brotli.dll": {
433
+ "assemblyVersion": "7.0.0.0",
434
+ "fileVersion": "7.0.22.51805"
435
+ },
436
+ "System.IO.Compression.dll": {
437
+ "assemblyVersion": "7.0.0.0",
438
+ "fileVersion": "7.0.22.51805"
439
+ },
440
+ "System.IO.Compression.ZipFile.dll": {
441
+ "assemblyVersion": "7.0.0.0",
442
+ "fileVersion": "7.0.22.51805"
443
+ },
444
+ "System.IO.FileSystem.AccessControl.dll": {
445
+ "assemblyVersion": "7.0.0.0",
446
+ "fileVersion": "7.0.22.51805"
447
+ },
448
+ "System.IO.FileSystem.DriveInfo.dll": {
449
+ "assemblyVersion": "7.0.0.0",
450
+ "fileVersion": "7.0.22.51805"
451
+ },
452
+ "System.IO.FileSystem.Watcher.dll": {
453
+ "assemblyVersion": "7.0.0.0",
454
+ "fileVersion": "7.0.22.51805"
455
+ },
456
+ "System.IO.IsolatedStorage.dll": {
457
+ "assemblyVersion": "7.0.0.0",
458
+ "fileVersion": "7.0.22.51805"
459
+ },
460
+ "System.IO.MemoryMappedFiles.dll": {
461
+ "assemblyVersion": "7.0.0.0",
462
+ "fileVersion": "7.0.22.51805"
463
+ },
464
+ "System.IO.Pipes.AccessControl.dll": {
465
+ "assemblyVersion": "7.0.0.0",
466
+ "fileVersion": "7.0.22.51805"
467
+ },
468
+ "System.IO.Pipes.dll": {
469
+ "assemblyVersion": "7.0.0.0",
470
+ "fileVersion": "7.0.22.51805"
471
+ },
472
+ "System.Linq.dll": {
473
+ "assemblyVersion": "7.0.0.0",
474
+ "fileVersion": "7.0.22.51805"
475
+ },
476
+ "System.Linq.Expressions.dll": {
477
+ "assemblyVersion": "7.0.0.0",
478
+ "fileVersion": "7.0.22.51805"
479
+ },
480
+ "System.Linq.Parallel.dll": {
481
+ "assemblyVersion": "7.0.0.0",
482
+ "fileVersion": "7.0.22.51805"
483
+ },
484
+ "System.Linq.Queryable.dll": {
485
+ "assemblyVersion": "7.0.0.0",
486
+ "fileVersion": "7.0.22.51805"
487
+ },
488
+ "System.Memory.dll": {
489
+ "assemblyVersion": "7.0.0.0",
490
+ "fileVersion": "7.0.22.51805"
491
+ },
492
+ "System.Net.Http.dll": {
493
+ "assemblyVersion": "7.0.0.0",
494
+ "fileVersion": "7.0.22.51805"
495
+ },
496
+ "System.Net.Http.Json.dll": {
497
+ "assemblyVersion": "7.0.0.0",
498
+ "fileVersion": "7.0.22.51805"
499
+ },
500
+ "System.Net.HttpListener.dll": {
501
+ "assemblyVersion": "7.0.0.0",
502
+ "fileVersion": "7.0.22.51805"
503
+ },
504
+ "System.Net.Mail.dll": {
505
+ "assemblyVersion": "7.0.0.0",
506
+ "fileVersion": "7.0.22.51805"
507
+ },
508
+ "System.Net.NameResolution.dll": {
509
+ "assemblyVersion": "7.0.0.0",
510
+ "fileVersion": "7.0.22.51805"
511
+ },
512
+ "System.Net.NetworkInformation.dll": {
513
+ "assemblyVersion": "7.0.0.0",
514
+ "fileVersion": "7.0.22.51805"
515
+ },
516
+ "System.Net.Ping.dll": {
517
+ "assemblyVersion": "7.0.0.0",
518
+ "fileVersion": "7.0.22.51805"
519
+ },
520
+ "System.Net.Primitives.dll": {
521
+ "assemblyVersion": "7.0.0.0",
522
+ "fileVersion": "7.0.22.51805"
523
+ },
524
+ "System.Net.Quic.dll": {
525
+ "assemblyVersion": "7.0.0.0",
526
+ "fileVersion": "7.0.22.51805"
527
+ },
528
+ "System.Net.Requests.dll": {
529
+ "assemblyVersion": "7.0.0.0",
530
+ "fileVersion": "7.0.22.51805"
531
+ },
532
+ "System.Net.Security.dll": {
533
+ "assemblyVersion": "7.0.0.0",
534
+ "fileVersion": "7.0.22.51805"
535
+ },
536
+ "System.Net.ServicePoint.dll": {
537
+ "assemblyVersion": "7.0.0.0",
538
+ "fileVersion": "7.0.22.51805"
539
+ },
540
+ "System.Net.Sockets.dll": {
541
+ "assemblyVersion": "7.0.0.0",
542
+ "fileVersion": "7.0.22.51805"
543
+ },
544
+ "System.Net.WebClient.dll": {
545
+ "assemblyVersion": "7.0.0.0",
546
+ "fileVersion": "7.0.22.51805"
547
+ },
548
+ "System.Net.WebHeaderCollection.dll": {
549
+ "assemblyVersion": "7.0.0.0",
550
+ "fileVersion": "7.0.22.51805"
551
+ },
552
+ "System.Net.WebProxy.dll": {
553
+ "assemblyVersion": "7.0.0.0",
554
+ "fileVersion": "7.0.22.51805"
555
+ },
556
+ "System.Net.WebSockets.Client.dll": {
557
+ "assemblyVersion": "7.0.0.0",
558
+ "fileVersion": "7.0.22.51805"
559
+ },
560
+ "System.Net.WebSockets.dll": {
561
+ "assemblyVersion": "7.0.0.0",
562
+ "fileVersion": "7.0.22.51805"
563
+ },
564
+ "System.ObjectModel.dll": {
565
+ "assemblyVersion": "7.0.0.0",
566
+ "fileVersion": "7.0.22.51805"
567
+ },
568
+ "System.Private.DataContractSerialization.dll": {
569
+ "assemblyVersion": "7.0.0.0",
570
+ "fileVersion": "7.0.22.51805"
571
+ },
572
+ "System.Private.Uri.dll": {
573
+ "assemblyVersion": "7.0.0.0",
574
+ "fileVersion": "7.0.22.51805"
575
+ },
576
+ "System.Private.Xml.dll": {
577
+ "assemblyVersion": "7.0.0.0",
578
+ "fileVersion": "7.0.22.51805"
579
+ },
580
+ "System.Private.Xml.Linq.dll": {
581
+ "assemblyVersion": "7.0.0.0",
582
+ "fileVersion": "7.0.22.51805"
583
+ },
584
+ "System.Reflection.DispatchProxy.dll": {
585
+ "assemblyVersion": "7.0.0.0",
586
+ "fileVersion": "7.0.22.51805"
587
+ },
588
+ "System.Reflection.Metadata.dll": {
589
+ "assemblyVersion": "7.0.0.0",
590
+ "fileVersion": "7.0.22.51805"
591
+ },
592
+ "System.Reflection.TypeExtensions.dll": {
593
+ "assemblyVersion": "7.0.0.0",
594
+ "fileVersion": "7.0.22.51805"
595
+ },
596
+ "System.Resources.Writer.dll": {
597
+ "assemblyVersion": "7.0.0.0",
598
+ "fileVersion": "7.0.22.51805"
599
+ },
600
+ "System.Runtime.CompilerServices.VisualC.dll": {
601
+ "assemblyVersion": "7.0.0.0",
602
+ "fileVersion": "7.0.22.51805"
603
+ },
604
+ "System.Runtime.InteropServices.dll": {
605
+ "assemblyVersion": "7.0.0.0",
606
+ "fileVersion": "7.0.22.51805"
607
+ },
608
+ "System.Runtime.InteropServices.JavaScript.dll": {
609
+ "assemblyVersion": "7.0.0.0",
610
+ "fileVersion": "7.0.22.51805"
611
+ },
612
+ "System.Runtime.Numerics.dll": {
613
+ "assemblyVersion": "7.0.0.0",
614
+ "fileVersion": "7.0.22.51805"
615
+ },
616
+ "System.Runtime.Serialization.Formatters.dll": {
617
+ "assemblyVersion": "7.0.0.0",
618
+ "fileVersion": "7.0.22.51805"
619
+ },
620
+ "System.Runtime.Serialization.Primitives.dll": {
621
+ "assemblyVersion": "7.0.0.0",
622
+ "fileVersion": "7.0.22.51805"
623
+ },
624
+ "System.Security.AccessControl.dll": {
625
+ "assemblyVersion": "7.0.0.0",
626
+ "fileVersion": "7.0.22.51805"
627
+ },
628
+ "System.Security.Claims.dll": {
629
+ "assemblyVersion": "7.0.0.0",
630
+ "fileVersion": "7.0.22.51805"
631
+ },
632
+ "System.Security.Cryptography.dll": {
633
+ "assemblyVersion": "7.0.0.0",
634
+ "fileVersion": "7.0.22.51805"
635
+ },
636
+ "System.Security.Principal.Windows.dll": {
637
+ "assemblyVersion": "7.0.0.0",
638
+ "fileVersion": "7.0.22.51805"
639
+ },
640
+ "System.Text.Encoding.CodePages.dll": {
641
+ "assemblyVersion": "7.0.0.0",
642
+ "fileVersion": "7.0.22.51805"
643
+ },
644
+ "System.Text.Encodings.Web.dll": {
645
+ "assemblyVersion": "7.0.0.0",
646
+ "fileVersion": "7.0.22.51805"
647
+ },
648
+ "System.Text.Json.dll": {
649
+ "assemblyVersion": "7.0.0.0",
650
+ "fileVersion": "7.0.22.51805"
651
+ },
652
+ "System.Text.RegularExpressions.dll": {
653
+ "assemblyVersion": "7.0.0.0",
654
+ "fileVersion": "7.0.22.51805"
655
+ },
656
+ "System.Threading.Channels.dll": {
657
+ "assemblyVersion": "7.0.0.0",
658
+ "fileVersion": "7.0.22.51805"
659
+ },
660
+ "System.Threading.dll": {
661
+ "assemblyVersion": "7.0.0.0",
662
+ "fileVersion": "7.0.22.51805"
663
+ },
664
+ "System.Threading.Tasks.Dataflow.dll": {
665
+ "assemblyVersion": "7.0.0.0",
666
+ "fileVersion": "7.0.22.51805"
667
+ },
668
+ "System.Threading.Tasks.Parallel.dll": {
669
+ "assemblyVersion": "7.0.0.0",
670
+ "fileVersion": "7.0.22.51805"
671
+ },
672
+ "System.Transactions.Local.dll": {
673
+ "assemblyVersion": "7.0.0.0",
674
+ "fileVersion": "7.0.22.51805"
675
+ },
676
+ "System.Web.HttpUtility.dll": {
677
+ "assemblyVersion": "7.0.0.0",
678
+ "fileVersion": "7.0.22.51805"
679
+ },
680
+ "System.Xml.XPath.XDocument.dll": {
681
+ "assemblyVersion": "7.0.0.0",
682
+ "fileVersion": "7.0.22.51805"
683
+ }
684
+ },
685
+ "native": {
686
+ "createdump": {
687
+ "fileVersion": "0.0.0.0"
688
+ },
689
+ "libclrgc.dylib": {
690
+ "fileVersion": "0.0.0.0"
691
+ },
692
+ "libclrjit.dylib": {
693
+ "fileVersion": "0.0.0.0"
694
+ },
695
+ "libcoreclr.dylib": {
696
+ "fileVersion": "0.0.0.0"
697
+ },
698
+ "libmscordaccore.dylib": {
699
+ "fileVersion": "0.0.0.0"
700
+ },
701
+ "libmscordbi.dylib": {
702
+ "fileVersion": "0.0.0.0"
703
+ },
704
+ "libSystem.Globalization.Native.dylib": {
705
+ "fileVersion": "0.0.0.0"
706
+ },
707
+ "libSystem.IO.Compression.Native.dylib": {
708
+ "fileVersion": "0.0.0.0"
709
+ },
710
+ "libSystem.Native.dylib": {
711
+ "fileVersion": "0.0.0.0"
712
+ },
713
+ "libSystem.Net.Security.Native.dylib": {
714
+ "fileVersion": "0.0.0.0"
715
+ },
716
+ "libSystem.Security.Cryptography.Native.Apple.dylib": {
717
+ "fileVersion": "0.0.0.0"
718
+ },
719
+ "libSystem.Security.Cryptography.Native.OpenSsl.dylib": {
720
+ "fileVersion": "0.0.0.0"
721
+ },
722
+ "libhostpolicy.dylib": {
723
+ "fileVersion": "0.0.0.0"
724
+ }
725
+ }
726
+ }
727
+ }
728
+ },
729
+ "libraries": {
730
+ "Microsoft.NETCore.App.Runtime.osx-arm64/7.0.0": {
731
+ "type": "package",
732
+ "serviceable": true,
733
+ "sha512": "",
734
+ "path": "microsoft.netcore.app.runtime.osx-arm64/7.0.0"
735
+ }
736
+ },
737
+ "runtimes": {
738
+ "osx-arm64": [
739
+ "osx",
740
+ "unix-arm64",
741
+ "unix",
742
+ "any",
743
+ "base"
744
+ ],
745
+ "osx.10.10-arm64": [
746
+ "osx.10.10",
747
+ "osx-arm64",
748
+ "osx",
749
+ "unix-arm64",
750
+ "unix",
751
+ "any",
752
+ "base"
753
+ ],
754
+ "osx.10.11-arm64": [
755
+ "osx.10.11",
756
+ "osx.10.10-arm64",
757
+ "osx.10.10",
758
+ "osx-arm64",
759
+ "osx",
760
+ "unix-arm64",
761
+ "unix",
762
+ "any",
763
+ "base"
764
+ ],
765
+ "osx.10.12-arm64": [
766
+ "osx.10.12",
767
+ "osx.10.11-arm64",
768
+ "osx.10.11",
769
+ "osx.10.10-arm64",
770
+ "osx.10.10",
771
+ "osx-arm64",
772
+ "osx",
773
+ "unix-arm64",
774
+ "unix",
775
+ "any",
776
+ "base"
777
+ ],
778
+ "osx.10.13-arm64": [
779
+ "osx.10.13",
780
+ "osx.10.12-arm64",
781
+ "osx.10.12",
782
+ "osx.10.11-arm64",
783
+ "osx.10.11",
784
+ "osx.10.10-arm64",
785
+ "osx.10.10",
786
+ "osx-arm64",
787
+ "osx",
788
+ "unix-arm64",
789
+ "unix",
790
+ "any",
791
+ "base"
792
+ ],
793
+ "osx.10.14-arm64": [
794
+ "osx.10.14",
795
+ "osx.10.13-arm64",
796
+ "osx.10.13",
797
+ "osx.10.12-arm64",
798
+ "osx.10.12",
799
+ "osx.10.11-arm64",
800
+ "osx.10.11",
801
+ "osx.10.10-arm64",
802
+ "osx.10.10",
803
+ "osx-arm64",
804
+ "osx",
805
+ "unix-arm64",
806
+ "unix",
807
+ "any",
808
+ "base"
809
+ ],
810
+ "osx.10.15-arm64": [
811
+ "osx.10.15",
812
+ "osx.10.14-arm64",
813
+ "osx.10.14",
814
+ "osx.10.13-arm64",
815
+ "osx.10.13",
816
+ "osx.10.12-arm64",
817
+ "osx.10.12",
818
+ "osx.10.11-arm64",
819
+ "osx.10.11",
820
+ "osx.10.10-arm64",
821
+ "osx.10.10",
822
+ "osx-arm64",
823
+ "osx",
824
+ "unix-arm64",
825
+ "unix",
826
+ "any",
827
+ "base"
828
+ ],
829
+ "osx.10.16-arm64": [
830
+ "osx.10.16",
831
+ "osx.10.15-arm64",
832
+ "osx.10.15",
833
+ "osx.10.14-arm64",
834
+ "osx.10.14",
835
+ "osx.10.13-arm64",
836
+ "osx.10.13",
837
+ "osx.10.12-arm64",
838
+ "osx.10.12",
839
+ "osx.10.11-arm64",
840
+ "osx.10.11",
841
+ "osx.10.10-arm64",
842
+ "osx.10.10",
843
+ "osx-arm64",
844
+ "osx",
845
+ "unix-arm64",
846
+ "unix",
847
+ "any",
848
+ "base"
849
+ ],
850
+ "osx.11.0-arm64": [
851
+ "osx.11.0",
852
+ "osx.10.16-arm64",
853
+ "osx.10.16",
854
+ "osx.10.15-arm64",
855
+ "osx.10.15",
856
+ "osx.10.14-arm64",
857
+ "osx.10.14",
858
+ "osx.10.13-arm64",
859
+ "osx.10.13",
860
+ "osx.10.12-arm64",
861
+ "osx.10.12",
862
+ "osx.10.11-arm64",
863
+ "osx.10.11",
864
+ "osx.10.10-arm64",
865
+ "osx.10.10",
866
+ "osx-arm64",
867
+ "osx",
868
+ "unix-arm64",
869
+ "unix",
870
+ "any",
871
+ "base"
872
+ ],
873
+ "osx.12-arm64": [
874
+ "osx.12",
875
+ "osx.11.0-arm64",
876
+ "osx.11.0",
877
+ "osx.10.16-arm64",
878
+ "osx.10.16",
879
+ "osx.10.15-arm64",
880
+ "osx.10.15",
881
+ "osx.10.14-arm64",
882
+ "osx.10.14",
883
+ "osx.10.13-arm64",
884
+ "osx.10.13",
885
+ "osx.10.12-arm64",
886
+ "osx.10.12",
887
+ "osx.10.11-arm64",
888
+ "osx.10.11",
889
+ "osx.10.10-arm64",
890
+ "osx.10.10",
891
+ "osx-arm64",
892
+ "osx",
893
+ "unix-arm64",
894
+ "unix",
895
+ "any",
896
+ "base"
897
+ ],
898
+ "osx.13-arm64": [
899
+ "osx.13",
900
+ "osx.12-arm64",
901
+ "osx.12",
902
+ "osx.11.0-arm64",
903
+ "osx.11.0",
904
+ "osx.10.16-arm64",
905
+ "osx.10.16",
906
+ "osx.10.15-arm64",
907
+ "osx.10.15",
908
+ "osx.10.14-arm64",
909
+ "osx.10.14",
910
+ "osx.10.13-arm64",
911
+ "osx.10.13",
912
+ "osx.10.12-arm64",
913
+ "osx.10.12",
914
+ "osx.10.11-arm64",
915
+ "osx.10.11",
916
+ "osx.10.10-arm64",
917
+ "osx.10.10",
918
+ "osx-arm64",
919
+ "osx",
920
+ "unix-arm64",
921
+ "unix",
922
+ "any",
923
+ "base"
924
+ ]
925
+ }
926
+ }