OpenCards.Client.Win32.deps.json 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v5.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v5.0": {
  9. "OpenCards.Client.Win32/1.0.0": {
  10. "dependencies": {
  11. "OpenCards.Client.Core": "1.0.0",
  12. "OpenCards.Core": "1.0.0",
  13. "OpenCards.GenCodec": "1.0.0",
  14. "OpenCards.Server.Core": "1.0.0",
  15. "OpenCards.Server.GenORM": "1.0.0",
  16. "OpenCards.Server.Logic": "1.0.0",
  17. "OpenCards.Tools": "1.0.0",
  18. "codegen": "1.1.4.0",
  19. "DeepCore": "1.0.0.0",
  20. "DeepCore.Event": "1.1.11.0",
  21. "DeepCore.Event.Lua": "1.1.13.0",
  22. "DeepCore.Voxel": "1.0.0.0",
  23. "DeepEditor.Common": "1.1.4.0",
  24. "DeepGame3D": "1.0.0.0",
  25. "DeepGame3D.Host": "1.0.0.0",
  26. "DeepGame3D.Slave": "1.0.0.0",
  27. "DeepGameEditor3D.Main": "1.0.0.0",
  28. "DeepGameEditor3D.Plugin3D": "1.0.0.0",
  29. "mpq": "1.1.4.0",
  30. "mpq_update": "1.1.4.0",
  31. "nuinc": "1.1.4.0",
  32. "svncombine": "1.1.3.0",
  33. "vox": "1.0.0.0",
  34. "xlslang": "1.1.4.0"
  35. },
  36. "runtime": {
  37. "OpenCards.Client.Win32.dll": {}
  38. }
  39. },
  40. "Google.Protobuf/3.21.9": {
  41. "runtime": {
  42. "lib/net5.0/Google.Protobuf.dll": {
  43. "assemblyVersion": "3.21.9.0",
  44. "fileVersion": "3.21.9.0"
  45. }
  46. }
  47. },
  48. "K4os.Compression.LZ4/1.3.5": {
  49. "runtime": {
  50. "lib/net5.0/K4os.Compression.LZ4.dll": {
  51. "assemblyVersion": "1.3.5.0",
  52. "fileVersion": "1.3.5.0"
  53. }
  54. }
  55. },
  56. "K4os.Compression.LZ4.Streams/1.3.5": {
  57. "dependencies": {
  58. "K4os.Compression.LZ4": "1.3.5",
  59. "K4os.Hash.xxHash": "1.0.8",
  60. "System.IO.Pipelines": "6.0.3"
  61. },
  62. "runtime": {
  63. "lib/net5.0/K4os.Compression.LZ4.Streams.dll": {
  64. "assemblyVersion": "1.3.5.0",
  65. "fileVersion": "1.3.5.0"
  66. }
  67. }
  68. },
  69. "K4os.Hash.xxHash/1.0.8": {
  70. "runtime": {
  71. "lib/net5.0/K4os.Hash.xxHash.dll": {
  72. "assemblyVersion": "1.0.8.0",
  73. "fileVersion": "1.0.8.0"
  74. }
  75. }
  76. },
  77. "log4net/2.0.15": {
  78. "dependencies": {
  79. "System.Configuration.ConfigurationManager": "4.5.0"
  80. },
  81. "runtime": {
  82. "lib/netstandard2.0/log4net.dll": {
  83. "assemblyVersion": "2.0.15.0",
  84. "fileVersion": "2.0.15.0"
  85. }
  86. }
  87. },
  88. "Microsoft.Bcl.AsyncInterfaces/7.0.0": {
  89. "runtime": {
  90. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
  91. "assemblyVersion": "7.0.0.0",
  92. "fileVersion": "7.0.22.51805"
  93. }
  94. }
  95. },
  96. "Microsoft.NETCore.Platforms/3.1.0": {},
  97. "Microsoft.NETCore.Targets/1.1.0": {},
  98. "Microsoft.QualityTools.Testing.Fakes/16.11.230815": {
  99. "dependencies": {
  100. "System.Reflection.Emit": "4.7.0",
  101. "System.Security.Permissions": "4.7.0"
  102. },
  103. "runtime": {
  104. "lib/netstandard2.0/Microsoft.QualityTools.Testing.Fakes.dll": {
  105. "assemblyVersion": "12.0.0.0",
  106. "fileVersion": "16.1100.21.30815"
  107. }
  108. },
  109. "resources": {
  110. "lib/netstandard2.0/cs/Microsoft.QualityTools.Testing.Fakes.resources.dll": {
  111. "locale": "cs"
  112. },
  113. "lib/netstandard2.0/de/Microsoft.QualityTools.Testing.Fakes.resources.dll": {
  114. "locale": "de"
  115. },
  116. "lib/netstandard2.0/es/Microsoft.QualityTools.Testing.Fakes.resources.dll": {
  117. "locale": "es"
  118. },
  119. "lib/netstandard2.0/fr/Microsoft.QualityTools.Testing.Fakes.resources.dll": {
  120. "locale": "fr"
  121. },
  122. "lib/netstandard2.0/it/Microsoft.QualityTools.Testing.Fakes.resources.dll": {
  123. "locale": "it"
  124. },
  125. "lib/netstandard2.0/ja/Microsoft.QualityTools.Testing.Fakes.resources.dll": {
  126. "locale": "ja"
  127. },
  128. "lib/netstandard2.0/ko/Microsoft.QualityTools.Testing.Fakes.resources.dll": {
  129. "locale": "ko"
  130. },
  131. "lib/netstandard2.0/pl/Microsoft.QualityTools.Testing.Fakes.resources.dll": {
  132. "locale": "pl"
  133. },
  134. "lib/netstandard2.0/pt-BR/Microsoft.QualityTools.Testing.Fakes.resources.dll": {
  135. "locale": "pt-BR"
  136. },
  137. "lib/netstandard2.0/ru/Microsoft.QualityTools.Testing.Fakes.resources.dll": {
  138. "locale": "ru"
  139. },
  140. "lib/netstandard2.0/tr/Microsoft.QualityTools.Testing.Fakes.resources.dll": {
  141. "locale": "tr"
  142. },
  143. "lib/netstandard2.0/zh-Hans/Microsoft.QualityTools.Testing.Fakes.resources.dll": {
  144. "locale": "zh-Hans"
  145. },
  146. "lib/netstandard2.0/zh-Hant/Microsoft.QualityTools.Testing.Fakes.resources.dll": {
  147. "locale": "zh-Hant"
  148. }
  149. }
  150. },
  151. "Microsoft.Win32.SystemEvents/4.7.0": {
  152. "dependencies": {
  153. "Microsoft.NETCore.Platforms": "3.1.0"
  154. }
  155. },
  156. "MySql.Data/8.1.0": {
  157. "dependencies": {
  158. "Google.Protobuf": "3.21.9",
  159. "K4os.Compression.LZ4.Streams": "1.3.5",
  160. "Portable.BouncyCastle": "1.9.0",
  161. "System.Buffers": "4.5.1",
  162. "System.Configuration.ConfigurationManager": "4.5.0",
  163. "System.Diagnostics.DiagnosticSource": "7.0.2",
  164. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  165. "System.Runtime.Loader": "4.3.0",
  166. "System.Security.Permissions": "4.7.0",
  167. "System.Text.Encoding.CodePages": "4.4.0",
  168. "System.Text.Json": "7.0.1",
  169. "System.Threading.Tasks.Extensions": "4.5.4",
  170. "ZstdSharp.Port": "0.7.1"
  171. },
  172. "runtime": {
  173. "lib/netstandard2.1/MySql.Data.dll": {
  174. "assemblyVersion": "8.1.0.0",
  175. "fileVersion": "8.1.0.0"
  176. }
  177. },
  178. "runtimeTargets": {
  179. "runtimes/win-x64/native/comerr64.dll": {
  180. "rid": "win-x64",
  181. "assetType": "native",
  182. "fileVersion": "4.1.0.0"
  183. },
  184. "runtimes/win-x64/native/gssapi64.dll": {
  185. "rid": "win-x64",
  186. "assetType": "native",
  187. "fileVersion": "4.1.0.0"
  188. },
  189. "runtimes/win-x64/native/k5sprt64.dll": {
  190. "rid": "win-x64",
  191. "assetType": "native",
  192. "fileVersion": "4.1.0.0"
  193. },
  194. "runtimes/win-x64/native/krb5_64.dll": {
  195. "rid": "win-x64",
  196. "assetType": "native",
  197. "fileVersion": "4.1.0.0"
  198. },
  199. "runtimes/win-x64/native/krbcc64.dll": {
  200. "rid": "win-x64",
  201. "assetType": "native",
  202. "fileVersion": "4.1.0.0"
  203. }
  204. }
  205. },
  206. "Newtonsoft.Json/13.0.3": {
  207. "runtime": {
  208. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  209. "assemblyVersion": "13.0.0.0",
  210. "fileVersion": "13.0.3.27908"
  211. }
  212. }
  213. },
  214. "Pipelines.Sockets.Unofficial/2.2.8": {
  215. "dependencies": {
  216. "System.IO.Pipelines": "6.0.3"
  217. },
  218. "runtime": {
  219. "lib/net5.0/Pipelines.Sockets.Unofficial.dll": {
  220. "assemblyVersion": "1.0.0.0",
  221. "fileVersion": "2.2.8.1080"
  222. }
  223. }
  224. },
  225. "Portable.BouncyCastle/1.9.0": {
  226. "runtime": {
  227. "lib/netstandard2.0/BouncyCastle.Crypto.dll": {
  228. "assemblyVersion": "1.9.0.0",
  229. "fileVersion": "1.9.0.1"
  230. }
  231. }
  232. },
  233. "StackExchange.Redis/2.6.122": {
  234. "dependencies": {
  235. "Pipelines.Sockets.Unofficial": "2.2.8"
  236. },
  237. "runtime": {
  238. "lib/netcoreapp3.1/StackExchange.Redis.dll": {
  239. "assemblyVersion": "2.0.0.0",
  240. "fileVersion": "2.6.122.38350"
  241. }
  242. }
  243. },
  244. "System.Buffers/4.5.1": {},
  245. "System.Configuration.ConfigurationManager/4.5.0": {
  246. "dependencies": {
  247. "System.Security.Cryptography.ProtectedData": "4.5.0",
  248. "System.Security.Permissions": "4.7.0"
  249. }
  250. },
  251. "System.Diagnostics.DiagnosticSource/7.0.2": {
  252. "dependencies": {
  253. "System.Memory": "4.5.5",
  254. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  255. },
  256. "runtime": {
  257. "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll": {
  258. "assemblyVersion": "7.0.0.0",
  259. "fileVersion": "7.0.423.11508"
  260. }
  261. }
  262. },
  263. "System.Drawing.Common/4.7.0": {
  264. "dependencies": {
  265. "Microsoft.NETCore.Platforms": "3.1.0",
  266. "Microsoft.Win32.SystemEvents": "4.7.0"
  267. }
  268. },
  269. "System.IO/4.3.0": {
  270. "dependencies": {
  271. "Microsoft.NETCore.Platforms": "3.1.0",
  272. "Microsoft.NETCore.Targets": "1.1.0",
  273. "System.Runtime": "4.3.0",
  274. "System.Text.Encoding": "4.3.0",
  275. "System.Threading.Tasks": "4.3.0"
  276. }
  277. },
  278. "System.IO.Pipelines/6.0.3": {
  279. "runtime": {
  280. "lib/netcoreapp3.1/System.IO.Pipelines.dll": {
  281. "assemblyVersion": "6.0.0.0",
  282. "fileVersion": "6.0.522.21309"
  283. }
  284. }
  285. },
  286. "System.Memory/4.5.5": {},
  287. "System.Numerics.Vectors/4.5.0": {},
  288. "System.Reflection/4.3.0": {
  289. "dependencies": {
  290. "Microsoft.NETCore.Platforms": "3.1.0",
  291. "Microsoft.NETCore.Targets": "1.1.0",
  292. "System.IO": "4.3.0",
  293. "System.Reflection.Primitives": "4.3.0",
  294. "System.Runtime": "4.3.0"
  295. }
  296. },
  297. "System.Reflection.Emit/4.7.0": {},
  298. "System.Reflection.Primitives/4.3.0": {
  299. "dependencies": {
  300. "Microsoft.NETCore.Platforms": "3.1.0",
  301. "Microsoft.NETCore.Targets": "1.1.0",
  302. "System.Runtime": "4.3.0"
  303. }
  304. },
  305. "System.Runtime/4.3.0": {
  306. "dependencies": {
  307. "Microsoft.NETCore.Platforms": "3.1.0",
  308. "Microsoft.NETCore.Targets": "1.1.0"
  309. }
  310. },
  311. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  312. "runtime": {
  313. "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": {
  314. "assemblyVersion": "6.0.0.0",
  315. "fileVersion": "6.0.21.52210"
  316. }
  317. }
  318. },
  319. "System.Runtime.Loader/4.3.0": {
  320. "dependencies": {
  321. "System.IO": "4.3.0",
  322. "System.Reflection": "4.3.0",
  323. "System.Runtime": "4.3.0"
  324. }
  325. },
  326. "System.Security.AccessControl/4.7.0": {
  327. "dependencies": {
  328. "Microsoft.NETCore.Platforms": "3.1.0",
  329. "System.Security.Principal.Windows": "4.7.0"
  330. }
  331. },
  332. "System.Security.Cryptography.ProtectedData/4.5.0": {},
  333. "System.Security.Permissions/4.7.0": {
  334. "dependencies": {
  335. "System.Security.AccessControl": "4.7.0",
  336. "System.Windows.Extensions": "4.7.0"
  337. }
  338. },
  339. "System.Security.Principal.Windows/4.7.0": {},
  340. "System.Text.Encoding/4.3.0": {
  341. "dependencies": {
  342. "Microsoft.NETCore.Platforms": "3.1.0",
  343. "Microsoft.NETCore.Targets": "1.1.0",
  344. "System.Runtime": "4.3.0"
  345. }
  346. },
  347. "System.Text.Encoding.CodePages/4.4.0": {
  348. "dependencies": {
  349. "Microsoft.NETCore.Platforms": "3.1.0"
  350. }
  351. },
  352. "System.Text.Encodings.Web/7.0.0": {
  353. "dependencies": {
  354. "System.Buffers": "4.5.1",
  355. "System.Memory": "4.5.5",
  356. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  357. },
  358. "runtime": {
  359. "lib/netstandard2.0/System.Text.Encodings.Web.dll": {
  360. "assemblyVersion": "7.0.0.0",
  361. "fileVersion": "7.0.22.51805"
  362. }
  363. }
  364. },
  365. "System.Text.Json/7.0.1": {
  366. "dependencies": {
  367. "Microsoft.Bcl.AsyncInterfaces": "7.0.0",
  368. "System.Buffers": "4.5.1",
  369. "System.Memory": "4.5.5",
  370. "System.Numerics.Vectors": "4.5.0",
  371. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  372. "System.Text.Encodings.Web": "7.0.0",
  373. "System.Threading.Tasks.Extensions": "4.5.4"
  374. },
  375. "runtime": {
  376. "lib/netstandard2.0/System.Text.Json.dll": {
  377. "assemblyVersion": "7.0.0.0",
  378. "fileVersion": "7.0.122.56804"
  379. }
  380. }
  381. },
  382. "System.Threading.Tasks/4.3.0": {
  383. "dependencies": {
  384. "Microsoft.NETCore.Platforms": "3.1.0",
  385. "Microsoft.NETCore.Targets": "1.1.0",
  386. "System.Runtime": "4.3.0"
  387. }
  388. },
  389. "System.Threading.Tasks.Extensions/4.5.4": {},
  390. "System.Windows.Extensions/4.7.0": {
  391. "dependencies": {
  392. "System.Drawing.Common": "4.7.0"
  393. }
  394. },
  395. "ZstdSharp.Port/0.7.1": {
  396. "runtime": {
  397. "lib/net5.0/ZstdSharp.dll": {
  398. "assemblyVersion": "0.7.1.0",
  399. "fileVersion": "0.7.1.0"
  400. }
  401. }
  402. },
  403. "OpenCards.Client.Core/1.0.0": {
  404. "dependencies": {
  405. "OpenCards.Core": "1.0.0"
  406. },
  407. "runtime": {
  408. "OpenCards.Client.Core.dll": {}
  409. }
  410. },
  411. "OpenCards.Core/1.0.0": {
  412. "dependencies": {
  413. "Microsoft.QualityTools.Testing.Fakes": "16.11.230815",
  414. "Newtonsoft.Json": "13.0.3"
  415. },
  416. "runtime": {
  417. "OpenCards.Core.dll": {}
  418. }
  419. },
  420. "OpenCards.GenCodec/1.0.0": {
  421. "dependencies": {
  422. "OpenCards.Core": "1.0.0"
  423. },
  424. "runtime": {
  425. "OpenCards.GenCodec.dll": {}
  426. }
  427. },
  428. "OpenCards.Server.Common/1.0.0": {
  429. "dependencies": {
  430. "MySql.Data": "8.1.0",
  431. "OpenCards.Server.GenORM": "1.0.0",
  432. "StackExchange.Redis": "2.6.122",
  433. "log4net": "2.0.15"
  434. },
  435. "runtime": {
  436. "OpenCards.Server.Common.dll": {}
  437. }
  438. },
  439. "OpenCards.Server.Core/1.0.0": {
  440. "dependencies": {
  441. "MySql.Data": "8.1.0",
  442. "OpenCards.Core": "1.0.0",
  443. "StackExchange.Redis": "2.6.122"
  444. },
  445. "runtime": {
  446. "OpenCards.Server.Core.dll": {}
  447. }
  448. },
  449. "OpenCards.Server.GenORM/1.0.0": {
  450. "dependencies": {
  451. "OpenCards.Core": "1.0.0",
  452. "OpenCards.Server.Core": "1.0.0"
  453. },
  454. "runtime": {
  455. "OpenCards.Server.GenORM.dll": {}
  456. }
  457. },
  458. "OpenCards.Server.Logic/1.0.0": {
  459. "dependencies": {
  460. "OpenCards.Core": "1.0.0",
  461. "OpenCards.Server.Common": "1.0.0",
  462. "OpenCards.Server.Core": "1.0.0",
  463. "OpenCards.Server.GenORM": "1.0.0",
  464. "OpenCards.Service.Public": "1.0.0",
  465. "StackExchange.Redis": "2.6.122"
  466. },
  467. "runtime": {
  468. "OpenCards.Server.Logic.dll": {}
  469. }
  470. },
  471. "OpenCards.Service.Public/1.0.0": {
  472. "dependencies": {
  473. "OpenCards.Core": "1.0.0",
  474. "OpenCards.Server.Common": "1.0.0",
  475. "OpenCards.Server.GenORM": "1.0.0"
  476. },
  477. "runtime": {
  478. "OpenCards.Service.Public.dll": {}
  479. }
  480. },
  481. "OpenCards.Tools/1.0.0": {
  482. "dependencies": {
  483. "OpenCards.Core": "1.0.0"
  484. },
  485. "runtime": {
  486. "OpenCards.Tools.dll": {}
  487. }
  488. },
  489. "codegen/1.1.4.0": {
  490. "runtime": {
  491. "codegen.dll": {
  492. "assemblyVersion": "1.1.4.0",
  493. "fileVersion": "1.1.4.0"
  494. }
  495. }
  496. },
  497. "DeepCore/1.0.0.0": {
  498. "runtime": {
  499. "DeepCore.dll": {
  500. "assemblyVersion": "1.0.0.0",
  501. "fileVersion": "1.0.0.0"
  502. }
  503. }
  504. },
  505. "DeepCore.Event/1.1.11.0": {
  506. "runtime": {
  507. "DeepCore.Event.dll": {
  508. "assemblyVersion": "1.1.11.0",
  509. "fileVersion": "1.1.11.0"
  510. }
  511. }
  512. },
  513. "DeepCore.Event.Lua/1.1.13.0": {
  514. "runtime": {
  515. "DeepCore.Event.Lua.dll": {
  516. "assemblyVersion": "1.1.13.0",
  517. "fileVersion": "1.1.13.0"
  518. }
  519. }
  520. },
  521. "DeepCore.Voxel/1.0.0.0": {
  522. "runtime": {
  523. "DeepCore.Voxel.dll": {
  524. "assemblyVersion": "1.0.0.0",
  525. "fileVersion": "1.0.0.0"
  526. }
  527. }
  528. },
  529. "DeepEditor.Common/1.1.4.0": {
  530. "runtime": {
  531. "DeepEditor.Common.dll": {
  532. "assemblyVersion": "1.1.4.0",
  533. "fileVersion": "1.1.4.0"
  534. }
  535. }
  536. },
  537. "DeepGame3D/1.0.0.0": {
  538. "runtime": {
  539. "DeepGame3D.dll": {
  540. "assemblyVersion": "1.0.0.0",
  541. "fileVersion": "1.0.0.0"
  542. }
  543. }
  544. },
  545. "DeepGame3D.Host/1.0.0.0": {
  546. "runtime": {
  547. "DeepGame3D.Host.dll": {
  548. "assemblyVersion": "1.0.0.0",
  549. "fileVersion": "1.0.0.0"
  550. }
  551. }
  552. },
  553. "DeepGame3D.Slave/1.0.0.0": {
  554. "runtime": {
  555. "DeepGame3D.Slave.dll": {
  556. "assemblyVersion": "1.0.0.0",
  557. "fileVersion": "1.0.0.0"
  558. }
  559. }
  560. },
  561. "DeepGameEditor3D.Main/1.0.0.0": {
  562. "runtime": {
  563. "DeepGameEditor3D.Main.dll": {
  564. "assemblyVersion": "1.0.0.0",
  565. "fileVersion": "1.0.0.0"
  566. }
  567. }
  568. },
  569. "DeepGameEditor3D.Plugin3D/1.0.0.0": {
  570. "runtime": {
  571. "DeepGameEditor3D.Plugin3D.dll": {
  572. "assemblyVersion": "1.0.0.0",
  573. "fileVersion": "1.0.0.0"
  574. }
  575. }
  576. },
  577. "mpq/1.1.4.0": {
  578. "runtime": {
  579. "mpq.dll": {
  580. "assemblyVersion": "1.1.4.0",
  581. "fileVersion": "1.1.4.0"
  582. }
  583. }
  584. },
  585. "mpq_update/1.1.4.0": {
  586. "runtime": {
  587. "mpq_update.dll": {
  588. "assemblyVersion": "1.1.4.0",
  589. "fileVersion": "1.1.4.0"
  590. }
  591. }
  592. },
  593. "nuinc/1.1.4.0": {
  594. "runtime": {
  595. "nuinc.dll": {
  596. "assemblyVersion": "1.1.4.0",
  597. "fileVersion": "1.1.4.0"
  598. }
  599. }
  600. },
  601. "svncombine/1.1.3.0": {
  602. "runtime": {
  603. "svncombine.dll": {
  604. "assemblyVersion": "1.1.3.0",
  605. "fileVersion": "1.1.3.0"
  606. }
  607. }
  608. },
  609. "vox/1.0.0.0": {
  610. "runtime": {
  611. "vox.dll": {
  612. "assemblyVersion": "1.0.0.0",
  613. "fileVersion": "1.0.0.0"
  614. }
  615. }
  616. },
  617. "xlslang/1.1.4.0": {
  618. "runtime": {
  619. "xlslang.dll": {
  620. "assemblyVersion": "1.1.4.0",
  621. "fileVersion": "1.1.4.0"
  622. }
  623. }
  624. },
  625. "DeepCrystal/1.1.11.0": {
  626. "runtime": {
  627. "DeepCrystal.dll": {
  628. "assemblyVersion": "1.1.11.0",
  629. "fileVersion": "1.1.11.0"
  630. }
  631. }
  632. },
  633. "DeepFrozen.Mysql/1.1.11.0": {
  634. "runtime": {
  635. "DeepFrozen.Mysql.dll": {
  636. "assemblyVersion": "1.1.11.0",
  637. "fileVersion": "1.1.11.0"
  638. }
  639. }
  640. },
  641. "DeepFrozen.Redis/1.0.2.0": {
  642. "runtime": {
  643. "DeepFrozen.Redis.dll": {
  644. "assemblyVersion": "1.0.2.0",
  645. "fileVersion": "1.0.2.0"
  646. }
  647. }
  648. },
  649. "ThinkingdataAnalytics/1.2.1.0": {
  650. "runtime": {
  651. "ThinkingdataAnalytics.dll": {
  652. "assemblyVersion": "1.2.1.0",
  653. "fileVersion": "1.2.1.0"
  654. }
  655. }
  656. },
  657. "OpenTK.Windowing.Desktop/4.0.0.0": {
  658. "runtime": {
  659. "OpenTK.Windowing.Desktop.dll": {
  660. "assemblyVersion": "4.0.0.0",
  661. "fileVersion": "4.0.0.0"
  662. }
  663. }
  664. },
  665. "OpenTK.Windowing.Common/4.0.0.0": {
  666. "runtime": {
  667. "OpenTK.Windowing.Common.dll": {
  668. "assemblyVersion": "4.0.0.0",
  669. "fileVersion": "4.0.0.0"
  670. }
  671. }
  672. },
  673. "OpenTK.Mathematics/4.0.0.0": {
  674. "runtime": {
  675. "OpenTK.Mathematics.dll": {
  676. "assemblyVersion": "4.0.0.0",
  677. "fileVersion": "4.0.0.0"
  678. }
  679. }
  680. },
  681. "OpenTK.Windowing.GraphicsLibraryFramework/4.0.0.0": {
  682. "runtime": {
  683. "OpenTK.Windowing.GraphicsLibraryFramework.dll": {
  684. "assemblyVersion": "4.0.0.0",
  685. "fileVersion": "4.0.0.0"
  686. }
  687. }
  688. },
  689. "OpenTK.Graphics/4.0.0.0": {
  690. "runtime": {
  691. "OpenTK.Graphics.dll": {
  692. "assemblyVersion": "4.0.0.0",
  693. "fileVersion": "4.0.0.0"
  694. }
  695. }
  696. },
  697. "DeepCore.GUI/1.1.10.0": {
  698. "runtime": {
  699. "DeepCore.GUI.dll": {
  700. "assemblyVersion": "1.1.10.0",
  701. "fileVersion": "1.1.10.0"
  702. }
  703. }
  704. },
  705. "DeepCore.VoxelWorld/1.0.0.0": {
  706. "runtime": {
  707. "DeepCore.VoxelWorld.dll": {
  708. "assemblyVersion": "1.0.0.0",
  709. "fileVersion": "1.0.0.0"
  710. }
  711. }
  712. },
  713. "OpenTK.Compute/1.0.0.0": {
  714. "runtime": {
  715. "OpenTK.Compute.dll": {
  716. "assemblyVersion": "1.0.0.0",
  717. "fileVersion": "1.0.0.0"
  718. }
  719. }
  720. },
  721. "DeepCore.SharpZipLib/1.1.10.0": {
  722. "runtime": {
  723. "DeepCore.SharpZipLib.dll": {
  724. "assemblyVersion": "1.1.10.0",
  725. "fileVersion": "1.1.10.0"
  726. }
  727. }
  728. },
  729. "NPOI/2.5.3.0": {
  730. "runtime": {
  731. "NPOI.dll": {
  732. "assemblyVersion": "2.5.3.0",
  733. "fileVersion": "2.5.3.0"
  734. }
  735. }
  736. },
  737. "DeepFrozen.Server.SSocket/1.1.11.0": {
  738. "runtime": {
  739. "DeepFrozen.Server.SSocket.dll": {
  740. "assemblyVersion": "1.1.11.0",
  741. "fileVersion": "1.1.11.0"
  742. }
  743. }
  744. },
  745. "DeepFrozen.RPC/1.1.11.0": {
  746. "runtime": {
  747. "DeepFrozen.RPC.dll": {
  748. "assemblyVersion": "1.1.11.0",
  749. "fileVersion": "1.1.11.0"
  750. }
  751. }
  752. },
  753. "OpenTK.Core/4.0.0.0": {
  754. "runtime": {
  755. "OpenTK.Core.dll": {
  756. "assemblyVersion": "4.0.0.0",
  757. "fileVersion": "4.0.0.0"
  758. }
  759. }
  760. },
  761. "Microsoft.Extensions.Configuration.Abstractions/5.0.0.0": {
  762. "runtime": {
  763. "Microsoft.Extensions.Configuration.Abstractions.dll": {
  764. "assemblyVersion": "5.0.0.0",
  765. "fileVersion": "5.0.20.51904"
  766. }
  767. }
  768. },
  769. "Microsoft.Extensions.Primitives/5.0.0.0": {
  770. "runtime": {
  771. "Microsoft.Extensions.Primitives.dll": {
  772. "assemblyVersion": "5.0.0.0",
  773. "fileVersion": "5.0.20.51904"
  774. }
  775. }
  776. },
  777. "Microsoft.Extensions.Configuration/5.0.0.0": {
  778. "runtime": {
  779. "Microsoft.Extensions.Configuration.dll": {
  780. "assemblyVersion": "5.0.0.0",
  781. "fileVersion": "5.0.20.51904"
  782. }
  783. }
  784. },
  785. "Microsoft.Extensions.Configuration.FileExtensions/5.0.0.0": {
  786. "runtime": {
  787. "Microsoft.Extensions.Configuration.FileExtensions.dll": {
  788. "assemblyVersion": "5.0.0.0",
  789. "fileVersion": "5.0.20.51904"
  790. }
  791. }
  792. },
  793. "Microsoft.Extensions.Configuration.Xml/5.0.0.0": {
  794. "runtime": {
  795. "Microsoft.Extensions.Configuration.Xml.dll": {
  796. "assemblyVersion": "5.0.0.0",
  797. "fileVersion": "5.0.20.51904"
  798. }
  799. }
  800. },
  801. "Microsoft.Extensions.Configuration.Binder/5.0.0.0": {
  802. "runtime": {
  803. "Microsoft.Extensions.Configuration.Binder.dll": {
  804. "assemblyVersion": "5.0.0.0",
  805. "fileVersion": "5.0.20.51904"
  806. }
  807. }
  808. },
  809. "Quartz/3.3.2.0": {
  810. "runtime": {
  811. "Quartz.dll": {
  812. "assemblyVersion": "3.3.2.0",
  813. "fileVersion": "3.3.2.0"
  814. }
  815. }
  816. },
  817. "System.Data.SQLite/1.0.114.0": {
  818. "runtime": {
  819. "System.Data.SQLite.dll": {
  820. "assemblyVersion": "1.0.114.0",
  821. "fileVersion": "1.0.114.0"
  822. }
  823. }
  824. },
  825. "System.Linq.Dynamic/1.0.3.0": {
  826. "runtime": {
  827. "System.Linq.Dynamic.dll": {
  828. "assemblyVersion": "1.0.3.0",
  829. "fileVersion": "1.0.3.0"
  830. }
  831. }
  832. },
  833. "Microsoft.Extensions.FileProviders.Abstractions/5.0.0.0": {
  834. "runtime": {
  835. "Microsoft.Extensions.FileProviders.Abstractions.dll": {
  836. "assemblyVersion": "5.0.0.0",
  837. "fileVersion": "5.0.20.51904"
  838. }
  839. }
  840. },
  841. "Microsoft.Extensions.FileProviders.Physical/5.0.0.0": {
  842. "runtime": {
  843. "Microsoft.Extensions.FileProviders.Physical.dll": {
  844. "assemblyVersion": "5.0.0.0",
  845. "fileVersion": "5.0.20.51904"
  846. }
  847. }
  848. },
  849. "Microsoft.Extensions.FileSystemGlobbing/5.0.0.0": {
  850. "runtime": {
  851. "Microsoft.Extensions.FileSystemGlobbing.dll": {
  852. "assemblyVersion": "5.0.0.0",
  853. "fileVersion": "5.0.20.51904"
  854. }
  855. }
  856. }
  857. }
  858. },
  859. "libraries": {
  860. "OpenCards.Client.Win32/1.0.0": {
  861. "type": "project",
  862. "serviceable": false,
  863. "sha512": ""
  864. },
  865. "Google.Protobuf/3.21.9": {
  866. "type": "package",
  867. "serviceable": true,
  868. "sha512": "sha512-OTpFujTgkmqMLbg3KT7F/iuKi1rg6s5FCS2M9XcVLDn40zL8wgXm37CY/F6MeOEXKjdcnXGCN/h7oyMkVydVsg==",
  869. "path": "google.protobuf/3.21.9",
  870. "hashPath": "google.protobuf.3.21.9.nupkg.sha512"
  871. },
  872. "K4os.Compression.LZ4/1.3.5": {
  873. "type": "package",
  874. "serviceable": true,
  875. "sha512": "sha512-TS4mqlT0X1OlnvOGNfl02QdVUhuqgWuCnn7UxupIa7C9Pb6qlQ5yZA2sPhRh0OSmVULaQU64KV4wJuu//UyVQQ==",
  876. "path": "k4os.compression.lz4/1.3.5",
  877. "hashPath": "k4os.compression.lz4.1.3.5.nupkg.sha512"
  878. },
  879. "K4os.Compression.LZ4.Streams/1.3.5": {
  880. "type": "package",
  881. "serviceable": true,
  882. "sha512": "sha512-M0NufZI8ym3mm6F6HMSPz1jw7TJGdY74fjAtbIXATmnAva/8xLz50eQZJI9tf9mMeHUaFDg76N1BmEh8GR5zeA==",
  883. "path": "k4os.compression.lz4.streams/1.3.5",
  884. "hashPath": "k4os.compression.lz4.streams.1.3.5.nupkg.sha512"
  885. },
  886. "K4os.Hash.xxHash/1.0.8": {
  887. "type": "package",
  888. "serviceable": true,
  889. "sha512": "sha512-Wp2F7BamQ2Q/7Hk834nV9vRQapgcr8kgv9Jvfm8J3D0IhDqZMMl+a2yxUq5ltJitvXvQfB8W6K4F4fCbw/P6YQ==",
  890. "path": "k4os.hash.xxhash/1.0.8",
  891. "hashPath": "k4os.hash.xxhash.1.0.8.nupkg.sha512"
  892. },
  893. "log4net/2.0.15": {
  894. "type": "package",
  895. "serviceable": true,
  896. "sha512": "sha512-GahnO9ZgFka+xYcFwAfIFjW+k86P2nxFoaEpH6t3v4hiGj7tv2ksVZphxCVIHmJxoySS0HeU3dgCW+bSCcfD0A==",
  897. "path": "log4net/2.0.15",
  898. "hashPath": "log4net.2.0.15.nupkg.sha512"
  899. },
  900. "Microsoft.Bcl.AsyncInterfaces/7.0.0": {
  901. "type": "package",
  902. "serviceable": true,
  903. "sha512": "sha512-3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==",
  904. "path": "microsoft.bcl.asyncinterfaces/7.0.0",
  905. "hashPath": "microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512"
  906. },
  907. "Microsoft.NETCore.Platforms/3.1.0": {
  908. "type": "package",
  909. "serviceable": true,
  910. "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
  911. "path": "microsoft.netcore.platforms/3.1.0",
  912. "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
  913. },
  914. "Microsoft.NETCore.Targets/1.1.0": {
  915. "type": "package",
  916. "serviceable": true,
  917. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  918. "path": "microsoft.netcore.targets/1.1.0",
  919. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  920. },
  921. "Microsoft.QualityTools.Testing.Fakes/16.11.230815": {
  922. "type": "package",
  923. "serviceable": true,
  924. "sha512": "sha512-t4zdkDejtIHT84Q6MJyMUC03iAoN4rp2J1PtDr5QIkVvH/rtFpoPPkm5mbtl1i3sDjcW9RfwbRtMya5ceX9oEg==",
  925. "path": "microsoft.qualitytools.testing.fakes/16.11.230815",
  926. "hashPath": "microsoft.qualitytools.testing.fakes.16.11.230815.nupkg.sha512"
  927. },
  928. "Microsoft.Win32.SystemEvents/4.7.0": {
  929. "type": "package",
  930. "serviceable": true,
  931. "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
  932. "path": "microsoft.win32.systemevents/4.7.0",
  933. "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
  934. },
  935. "MySql.Data/8.1.0": {
  936. "type": "package",
  937. "serviceable": true,
  938. "sha512": "sha512-7kEJLyty7HcqJD0lnfs+2fdMrvCl0RY5oykvZThbmg6QVLT55dwygI69Eqxl0M6IThP9woyjpsezT6m7gKRrLA==",
  939. "path": "mysql.data/8.1.0",
  940. "hashPath": "mysql.data.8.1.0.nupkg.sha512"
  941. },
  942. "Newtonsoft.Json/13.0.3": {
  943. "type": "package",
  944. "serviceable": true,
  945. "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
  946. "path": "newtonsoft.json/13.0.3",
  947. "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
  948. },
  949. "Pipelines.Sockets.Unofficial/2.2.8": {
  950. "type": "package",
  951. "serviceable": true,
  952. "sha512": "sha512-zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==",
  953. "path": "pipelines.sockets.unofficial/2.2.8",
  954. "hashPath": "pipelines.sockets.unofficial.2.2.8.nupkg.sha512"
  955. },
  956. "Portable.BouncyCastle/1.9.0": {
  957. "type": "package",
  958. "serviceable": true,
  959. "sha512": "sha512-eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==",
  960. "path": "portable.bouncycastle/1.9.0",
  961. "hashPath": "portable.bouncycastle.1.9.0.nupkg.sha512"
  962. },
  963. "StackExchange.Redis/2.6.122": {
  964. "type": "package",
  965. "serviceable": true,
  966. "sha512": "sha512-wp7mvGpFXaevfZ07/SDeh/6YHUJEgwJIGyjbDWKBYbPwKMJQYFz9zFEmBptqtVzqvSgft5nlewwutoaMaG0LPA==",
  967. "path": "stackexchange.redis/2.6.122",
  968. "hashPath": "stackexchange.redis.2.6.122.nupkg.sha512"
  969. },
  970. "System.Buffers/4.5.1": {
  971. "type": "package",
  972. "serviceable": true,
  973. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  974. "path": "system.buffers/4.5.1",
  975. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  976. },
  977. "System.Configuration.ConfigurationManager/4.5.0": {
  978. "type": "package",
  979. "serviceable": true,
  980. "sha512": "sha512-UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==",
  981. "path": "system.configuration.configurationmanager/4.5.0",
  982. "hashPath": "system.configuration.configurationmanager.4.5.0.nupkg.sha512"
  983. },
  984. "System.Diagnostics.DiagnosticSource/7.0.2": {
  985. "type": "package",
  986. "serviceable": true,
  987. "sha512": "sha512-hYr3I9N9811e0Bjf2WNwAGGyTuAFbbTgX1RPLt/3Wbm68x3IGcX5Cl75CMmgT6WlNwLQ2tCCWfqYPpypjaf2xA==",
  988. "path": "system.diagnostics.diagnosticsource/7.0.2",
  989. "hashPath": "system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512"
  990. },
  991. "System.Drawing.Common/4.7.0": {
  992. "type": "package",
  993. "serviceable": true,
  994. "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
  995. "path": "system.drawing.common/4.7.0",
  996. "hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
  997. },
  998. "System.IO/4.3.0": {
  999. "type": "package",
  1000. "serviceable": true,
  1001. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  1002. "path": "system.io/4.3.0",
  1003. "hashPath": "system.io.4.3.0.nupkg.sha512"
  1004. },
  1005. "System.IO.Pipelines/6.0.3": {
  1006. "type": "package",
  1007. "serviceable": true,
  1008. "sha512": "sha512-ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==",
  1009. "path": "system.io.pipelines/6.0.3",
  1010. "hashPath": "system.io.pipelines.6.0.3.nupkg.sha512"
  1011. },
  1012. "System.Memory/4.5.5": {
  1013. "type": "package",
  1014. "serviceable": true,
  1015. "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
  1016. "path": "system.memory/4.5.5",
  1017. "hashPath": "system.memory.4.5.5.nupkg.sha512"
  1018. },
  1019. "System.Numerics.Vectors/4.5.0": {
  1020. "type": "package",
  1021. "serviceable": true,
  1022. "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  1023. "path": "system.numerics.vectors/4.5.0",
  1024. "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
  1025. },
  1026. "System.Reflection/4.3.0": {
  1027. "type": "package",
  1028. "serviceable": true,
  1029. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  1030. "path": "system.reflection/4.3.0",
  1031. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  1032. },
  1033. "System.Reflection.Emit/4.7.0": {
  1034. "type": "package",
  1035. "serviceable": true,
  1036. "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==",
  1037. "path": "system.reflection.emit/4.7.0",
  1038. "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512"
  1039. },
  1040. "System.Reflection.Primitives/4.3.0": {
  1041. "type": "package",
  1042. "serviceable": true,
  1043. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  1044. "path": "system.reflection.primitives/4.3.0",
  1045. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  1046. },
  1047. "System.Runtime/4.3.0": {
  1048. "type": "package",
  1049. "serviceable": true,
  1050. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1051. "path": "system.runtime/4.3.0",
  1052. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1053. },
  1054. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  1055. "type": "package",
  1056. "serviceable": true,
  1057. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  1058. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  1059. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  1060. },
  1061. "System.Runtime.Loader/4.3.0": {
  1062. "type": "package",
  1063. "serviceable": true,
  1064. "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==",
  1065. "path": "system.runtime.loader/4.3.0",
  1066. "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512"
  1067. },
  1068. "System.Security.AccessControl/4.7.0": {
  1069. "type": "package",
  1070. "serviceable": true,
  1071. "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
  1072. "path": "system.security.accesscontrol/4.7.0",
  1073. "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
  1074. },
  1075. "System.Security.Cryptography.ProtectedData/4.5.0": {
  1076. "type": "package",
  1077. "serviceable": true,
  1078. "sha512": "sha512-wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==",
  1079. "path": "system.security.cryptography.protecteddata/4.5.0",
  1080. "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512"
  1081. },
  1082. "System.Security.Permissions/4.7.0": {
  1083. "type": "package",
  1084. "serviceable": true,
  1085. "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
  1086. "path": "system.security.permissions/4.7.0",
  1087. "hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
  1088. },
  1089. "System.Security.Principal.Windows/4.7.0": {
  1090. "type": "package",
  1091. "serviceable": true,
  1092. "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
  1093. "path": "system.security.principal.windows/4.7.0",
  1094. "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
  1095. },
  1096. "System.Text.Encoding/4.3.0": {
  1097. "type": "package",
  1098. "serviceable": true,
  1099. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1100. "path": "system.text.encoding/4.3.0",
  1101. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1102. },
  1103. "System.Text.Encoding.CodePages/4.4.0": {
  1104. "type": "package",
  1105. "serviceable": true,
  1106. "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
  1107. "path": "system.text.encoding.codepages/4.4.0",
  1108. "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512"
  1109. },
  1110. "System.Text.Encodings.Web/7.0.0": {
  1111. "type": "package",
  1112. "serviceable": true,
  1113. "sha512": "sha512-OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==",
  1114. "path": "system.text.encodings.web/7.0.0",
  1115. "hashPath": "system.text.encodings.web.7.0.0.nupkg.sha512"
  1116. },
  1117. "System.Text.Json/7.0.1": {
  1118. "type": "package",
  1119. "serviceable": true,
  1120. "sha512": "sha512-OtDEmCCiNl8JAduFKZ/r0Sw6XZNHwIicUYy/mXgMDGeOsZLshH37qi3oPRzFYiryVktiMoQLByMGPtRCEMYbeQ==",
  1121. "path": "system.text.json/7.0.1",
  1122. "hashPath": "system.text.json.7.0.1.nupkg.sha512"
  1123. },
  1124. "System.Threading.Tasks/4.3.0": {
  1125. "type": "package",
  1126. "serviceable": true,
  1127. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  1128. "path": "system.threading.tasks/4.3.0",
  1129. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  1130. },
  1131. "System.Threading.Tasks.Extensions/4.5.4": {
  1132. "type": "package",
  1133. "serviceable": true,
  1134. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  1135. "path": "system.threading.tasks.extensions/4.5.4",
  1136. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  1137. },
  1138. "System.Windows.Extensions/4.7.0": {
  1139. "type": "package",
  1140. "serviceable": true,
  1141. "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
  1142. "path": "system.windows.extensions/4.7.0",
  1143. "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
  1144. },
  1145. "ZstdSharp.Port/0.7.1": {
  1146. "type": "package",
  1147. "serviceable": true,
  1148. "sha512": "sha512-Idgg+mJEyAujqDPzA3APy9dNoyw0YQcNA65GgYjktDRtJ+nvx/hv+J+m6Eax3JJMGEYGy04oc5YNP6ZvQ3Y1vQ==",
  1149. "path": "zstdsharp.port/0.7.1",
  1150. "hashPath": "zstdsharp.port.0.7.1.nupkg.sha512"
  1151. },
  1152. "OpenCards.Client.Core/1.0.0": {
  1153. "type": "project",
  1154. "serviceable": false,
  1155. "sha512": ""
  1156. },
  1157. "OpenCards.Core/1.0.0": {
  1158. "type": "project",
  1159. "serviceable": false,
  1160. "sha512": ""
  1161. },
  1162. "OpenCards.GenCodec/1.0.0": {
  1163. "type": "project",
  1164. "serviceable": false,
  1165. "sha512": ""
  1166. },
  1167. "OpenCards.Server.Common/1.0.0": {
  1168. "type": "project",
  1169. "serviceable": false,
  1170. "sha512": ""
  1171. },
  1172. "OpenCards.Server.Core/1.0.0": {
  1173. "type": "project",
  1174. "serviceable": false,
  1175. "sha512": ""
  1176. },
  1177. "OpenCards.Server.GenORM/1.0.0": {
  1178. "type": "project",
  1179. "serviceable": false,
  1180. "sha512": ""
  1181. },
  1182. "OpenCards.Server.Logic/1.0.0": {
  1183. "type": "project",
  1184. "serviceable": false,
  1185. "sha512": ""
  1186. },
  1187. "OpenCards.Service.Public/1.0.0": {
  1188. "type": "project",
  1189. "serviceable": false,
  1190. "sha512": ""
  1191. },
  1192. "OpenCards.Tools/1.0.0": {
  1193. "type": "project",
  1194. "serviceable": false,
  1195. "sha512": ""
  1196. },
  1197. "codegen/1.1.4.0": {
  1198. "type": "reference",
  1199. "serviceable": false,
  1200. "sha512": ""
  1201. },
  1202. "DeepCore/1.0.0.0": {
  1203. "type": "reference",
  1204. "serviceable": false,
  1205. "sha512": ""
  1206. },
  1207. "DeepCore.Event/1.1.11.0": {
  1208. "type": "reference",
  1209. "serviceable": false,
  1210. "sha512": ""
  1211. },
  1212. "DeepCore.Event.Lua/1.1.13.0": {
  1213. "type": "reference",
  1214. "serviceable": false,
  1215. "sha512": ""
  1216. },
  1217. "DeepCore.Voxel/1.0.0.0": {
  1218. "type": "reference",
  1219. "serviceable": false,
  1220. "sha512": ""
  1221. },
  1222. "DeepEditor.Common/1.1.4.0": {
  1223. "type": "reference",
  1224. "serviceable": false,
  1225. "sha512": ""
  1226. },
  1227. "DeepGame3D/1.0.0.0": {
  1228. "type": "reference",
  1229. "serviceable": false,
  1230. "sha512": ""
  1231. },
  1232. "DeepGame3D.Host/1.0.0.0": {
  1233. "type": "reference",
  1234. "serviceable": false,
  1235. "sha512": ""
  1236. },
  1237. "DeepGame3D.Slave/1.0.0.0": {
  1238. "type": "reference",
  1239. "serviceable": false,
  1240. "sha512": ""
  1241. },
  1242. "DeepGameEditor3D.Main/1.0.0.0": {
  1243. "type": "reference",
  1244. "serviceable": false,
  1245. "sha512": ""
  1246. },
  1247. "DeepGameEditor3D.Plugin3D/1.0.0.0": {
  1248. "type": "reference",
  1249. "serviceable": false,
  1250. "sha512": ""
  1251. },
  1252. "mpq/1.1.4.0": {
  1253. "type": "reference",
  1254. "serviceable": false,
  1255. "sha512": ""
  1256. },
  1257. "mpq_update/1.1.4.0": {
  1258. "type": "reference",
  1259. "serviceable": false,
  1260. "sha512": ""
  1261. },
  1262. "nuinc/1.1.4.0": {
  1263. "type": "reference",
  1264. "serviceable": false,
  1265. "sha512": ""
  1266. },
  1267. "svncombine/1.1.3.0": {
  1268. "type": "reference",
  1269. "serviceable": false,
  1270. "sha512": ""
  1271. },
  1272. "vox/1.0.0.0": {
  1273. "type": "reference",
  1274. "serviceable": false,
  1275. "sha512": ""
  1276. },
  1277. "xlslang/1.1.4.0": {
  1278. "type": "reference",
  1279. "serviceable": false,
  1280. "sha512": ""
  1281. },
  1282. "DeepCrystal/1.1.11.0": {
  1283. "type": "reference",
  1284. "serviceable": false,
  1285. "sha512": ""
  1286. },
  1287. "DeepFrozen.Mysql/1.1.11.0": {
  1288. "type": "reference",
  1289. "serviceable": false,
  1290. "sha512": ""
  1291. },
  1292. "DeepFrozen.Redis/1.0.2.0": {
  1293. "type": "reference",
  1294. "serviceable": false,
  1295. "sha512": ""
  1296. },
  1297. "ThinkingdataAnalytics/1.2.1.0": {
  1298. "type": "reference",
  1299. "serviceable": false,
  1300. "sha512": ""
  1301. },
  1302. "OpenTK.Windowing.Desktop/4.0.0.0": {
  1303. "type": "reference",
  1304. "serviceable": false,
  1305. "sha512": ""
  1306. },
  1307. "OpenTK.Windowing.Common/4.0.0.0": {
  1308. "type": "reference",
  1309. "serviceable": false,
  1310. "sha512": ""
  1311. },
  1312. "OpenTK.Mathematics/4.0.0.0": {
  1313. "type": "reference",
  1314. "serviceable": false,
  1315. "sha512": ""
  1316. },
  1317. "OpenTK.Windowing.GraphicsLibraryFramework/4.0.0.0": {
  1318. "type": "reference",
  1319. "serviceable": false,
  1320. "sha512": ""
  1321. },
  1322. "OpenTK.Graphics/4.0.0.0": {
  1323. "type": "reference",
  1324. "serviceable": false,
  1325. "sha512": ""
  1326. },
  1327. "DeepCore.GUI/1.1.10.0": {
  1328. "type": "reference",
  1329. "serviceable": false,
  1330. "sha512": ""
  1331. },
  1332. "DeepCore.VoxelWorld/1.0.0.0": {
  1333. "type": "reference",
  1334. "serviceable": false,
  1335. "sha512": ""
  1336. },
  1337. "OpenTK.Compute/1.0.0.0": {
  1338. "type": "reference",
  1339. "serviceable": false,
  1340. "sha512": ""
  1341. },
  1342. "DeepCore.SharpZipLib/1.1.10.0": {
  1343. "type": "reference",
  1344. "serviceable": false,
  1345. "sha512": ""
  1346. },
  1347. "NPOI/2.5.3.0": {
  1348. "type": "reference",
  1349. "serviceable": false,
  1350. "sha512": ""
  1351. },
  1352. "DeepFrozen.Server.SSocket/1.1.11.0": {
  1353. "type": "reference",
  1354. "serviceable": false,
  1355. "sha512": ""
  1356. },
  1357. "DeepFrozen.RPC/1.1.11.0": {
  1358. "type": "reference",
  1359. "serviceable": false,
  1360. "sha512": ""
  1361. },
  1362. "OpenTK.Core/4.0.0.0": {
  1363. "type": "reference",
  1364. "serviceable": false,
  1365. "sha512": ""
  1366. },
  1367. "Microsoft.Extensions.Configuration.Abstractions/5.0.0.0": {
  1368. "type": "reference",
  1369. "serviceable": false,
  1370. "sha512": ""
  1371. },
  1372. "Microsoft.Extensions.Primitives/5.0.0.0": {
  1373. "type": "reference",
  1374. "serviceable": false,
  1375. "sha512": ""
  1376. },
  1377. "Microsoft.Extensions.Configuration/5.0.0.0": {
  1378. "type": "reference",
  1379. "serviceable": false,
  1380. "sha512": ""
  1381. },
  1382. "Microsoft.Extensions.Configuration.FileExtensions/5.0.0.0": {
  1383. "type": "reference",
  1384. "serviceable": false,
  1385. "sha512": ""
  1386. },
  1387. "Microsoft.Extensions.Configuration.Xml/5.0.0.0": {
  1388. "type": "reference",
  1389. "serviceable": false,
  1390. "sha512": ""
  1391. },
  1392. "Microsoft.Extensions.Configuration.Binder/5.0.0.0": {
  1393. "type": "reference",
  1394. "serviceable": false,
  1395. "sha512": ""
  1396. },
  1397. "Quartz/3.3.2.0": {
  1398. "type": "reference",
  1399. "serviceable": false,
  1400. "sha512": ""
  1401. },
  1402. "System.Data.SQLite/1.0.114.0": {
  1403. "type": "reference",
  1404. "serviceable": false,
  1405. "sha512": ""
  1406. },
  1407. "System.Linq.Dynamic/1.0.3.0": {
  1408. "type": "reference",
  1409. "serviceable": false,
  1410. "sha512": ""
  1411. },
  1412. "Microsoft.Extensions.FileProviders.Abstractions/5.0.0.0": {
  1413. "type": "reference",
  1414. "serviceable": false,
  1415. "sha512": ""
  1416. },
  1417. "Microsoft.Extensions.FileProviders.Physical/5.0.0.0": {
  1418. "type": "reference",
  1419. "serviceable": false,
  1420. "sha512": ""
  1421. },
  1422. "Microsoft.Extensions.FileSystemGlobbing/5.0.0.0": {
  1423. "type": "reference",
  1424. "serviceable": false,
  1425. "sha512": ""
  1426. }
  1427. }
  1428. }