project.assets.json 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174
  1. {
  2. "version": 3,
  3. "targets": {
  4. ".NETFramework,Version=v4.8": {
  5. "Microsoft.Identity.Client/4.60.3": {
  6. "type": "package",
  7. "dependencies": {
  8. "Microsoft.IdentityModel.Abstractions": "6.35.0",
  9. "System.Diagnostics.DiagnosticSource": "6.0.1"
  10. },
  11. "frameworkAssemblies": [
  12. "Microsoft.CSharp",
  13. "System",
  14. "System.Core",
  15. "System.Data",
  16. "System.Data.DataSetExtensions",
  17. "System.Drawing",
  18. "System.IdentityModel",
  19. "System.Net.Http",
  20. "System.Windows.Forms",
  21. "System.Xml",
  22. "System.Xml.Linq"
  23. ],
  24. "compile": {
  25. "lib/net462/Microsoft.Identity.Client.dll": {}
  26. },
  27. "runtime": {
  28. "lib/net462/Microsoft.Identity.Client.dll": {}
  29. }
  30. },
  31. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  32. "type": "package",
  33. "compile": {
  34. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  35. },
  36. "runtime": {
  37. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  38. }
  39. },
  40. "Microsoft.InformationProtection.File/1.14.128": {
  41. "type": "package",
  42. "compile": {
  43. "lib/net40/Microsoft.InformationProtection.dll": {}
  44. },
  45. "runtime": {
  46. "lib/net40/Microsoft.InformationProtection.dll": {}
  47. },
  48. "build": {
  49. "build/net40/_._": {}
  50. }
  51. },
  52. "System.Buffers/4.5.1": {
  53. "type": "package",
  54. "frameworkAssemblies": [
  55. "mscorlib"
  56. ],
  57. "compile": {
  58. "ref/net45/System.Buffers.dll": {}
  59. },
  60. "runtime": {
  61. "lib/net461/System.Buffers.dll": {}
  62. }
  63. },
  64. "System.Configuration.ConfigurationManager/8.0.0": {
  65. "type": "package",
  66. "frameworkAssemblies": [
  67. "System.Configuration"
  68. ],
  69. "compile": {
  70. "lib/net462/System.Configuration.ConfigurationManager.dll": {}
  71. },
  72. "runtime": {
  73. "lib/net462/System.Configuration.ConfigurationManager.dll": {}
  74. },
  75. "build": {
  76. "buildTransitive/net462/_._": {}
  77. }
  78. },
  79. "System.Diagnostics.DiagnosticSource/6.0.1": {
  80. "type": "package",
  81. "dependencies": {
  82. "System.Memory": "4.5.4",
  83. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  84. },
  85. "compile": {
  86. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  87. },
  88. "runtime": {
  89. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  90. }
  91. },
  92. "System.Memory/4.5.4": {
  93. "type": "package",
  94. "dependencies": {
  95. "System.Buffers": "4.5.1",
  96. "System.Numerics.Vectors": "4.5.0",
  97. "System.Runtime.CompilerServices.Unsafe": "4.5.3"
  98. },
  99. "frameworkAssemblies": [
  100. "System",
  101. "mscorlib"
  102. ],
  103. "compile": {
  104. "lib/net461/System.Memory.dll": {}
  105. },
  106. "runtime": {
  107. "lib/net461/System.Memory.dll": {}
  108. }
  109. },
  110. "System.Numerics.Vectors/4.5.0": {
  111. "type": "package",
  112. "frameworkAssemblies": [
  113. "System.Numerics",
  114. "mscorlib"
  115. ],
  116. "compile": {
  117. "ref/net46/System.Numerics.Vectors.dll": {}
  118. },
  119. "runtime": {
  120. "lib/net46/System.Numerics.Vectors.dll": {}
  121. }
  122. },
  123. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  124. "type": "package",
  125. "frameworkAssemblies": [
  126. "mscorlib"
  127. ],
  128. "compile": {
  129. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  130. },
  131. "runtime": {
  132. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  133. }
  134. },
  135. "AipGateway.AIP/1.0.0": {
  136. "type": "project",
  137. "framework": ".NETFramework,Version=v4.8",
  138. "dependencies": {
  139. "Microsoft.Identity.Client": "4.60.3",
  140. "Microsoft.InformationProtection.File": "1.14.128"
  141. },
  142. "compile": {
  143. "bin/placeholder/AipGateway.AIP.dll": {}
  144. },
  145. "runtime": {
  146. "bin/placeholder/AipGateway.AIP.dll": {}
  147. }
  148. }
  149. },
  150. ".NETFramework,Version=v4.8/win": {
  151. "Microsoft.Identity.Client/4.60.3": {
  152. "type": "package",
  153. "dependencies": {
  154. "Microsoft.IdentityModel.Abstractions": "6.35.0",
  155. "System.Diagnostics.DiagnosticSource": "6.0.1"
  156. },
  157. "frameworkAssemblies": [
  158. "Microsoft.CSharp",
  159. "System",
  160. "System.Core",
  161. "System.Data",
  162. "System.Data.DataSetExtensions",
  163. "System.Drawing",
  164. "System.IdentityModel",
  165. "System.Net.Http",
  166. "System.Windows.Forms",
  167. "System.Xml",
  168. "System.Xml.Linq"
  169. ],
  170. "compile": {
  171. "lib/net462/Microsoft.Identity.Client.dll": {}
  172. },
  173. "runtime": {
  174. "lib/net462/Microsoft.Identity.Client.dll": {}
  175. }
  176. },
  177. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  178. "type": "package",
  179. "compile": {
  180. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  181. },
  182. "runtime": {
  183. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  184. }
  185. },
  186. "Microsoft.InformationProtection.File/1.14.128": {
  187. "type": "package",
  188. "compile": {
  189. "lib/net40/Microsoft.InformationProtection.dll": {}
  190. },
  191. "runtime": {
  192. "lib/net40/Microsoft.InformationProtection.dll": {}
  193. },
  194. "build": {
  195. "build/net40/_._": {}
  196. }
  197. },
  198. "System.Buffers/4.5.1": {
  199. "type": "package",
  200. "frameworkAssemblies": [
  201. "mscorlib"
  202. ],
  203. "compile": {
  204. "ref/net45/System.Buffers.dll": {}
  205. },
  206. "runtime": {
  207. "lib/net461/System.Buffers.dll": {}
  208. }
  209. },
  210. "System.Configuration.ConfigurationManager/8.0.0": {
  211. "type": "package",
  212. "frameworkAssemblies": [
  213. "System.Configuration"
  214. ],
  215. "compile": {
  216. "lib/net462/System.Configuration.ConfigurationManager.dll": {}
  217. },
  218. "runtime": {
  219. "lib/net462/System.Configuration.ConfigurationManager.dll": {}
  220. },
  221. "build": {
  222. "buildTransitive/net462/_._": {}
  223. }
  224. },
  225. "System.Diagnostics.DiagnosticSource/6.0.1": {
  226. "type": "package",
  227. "dependencies": {
  228. "System.Memory": "4.5.4",
  229. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  230. },
  231. "compile": {
  232. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  233. },
  234. "runtime": {
  235. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  236. }
  237. },
  238. "System.Memory/4.5.4": {
  239. "type": "package",
  240. "dependencies": {
  241. "System.Buffers": "4.5.1",
  242. "System.Numerics.Vectors": "4.5.0",
  243. "System.Runtime.CompilerServices.Unsafe": "4.5.3"
  244. },
  245. "frameworkAssemblies": [
  246. "System",
  247. "mscorlib"
  248. ],
  249. "compile": {
  250. "lib/net461/System.Memory.dll": {}
  251. },
  252. "runtime": {
  253. "lib/net461/System.Memory.dll": {}
  254. }
  255. },
  256. "System.Numerics.Vectors/4.5.0": {
  257. "type": "package",
  258. "frameworkAssemblies": [
  259. "System.Numerics",
  260. "mscorlib"
  261. ],
  262. "compile": {
  263. "ref/net46/System.Numerics.Vectors.dll": {}
  264. },
  265. "runtime": {
  266. "lib/net46/System.Numerics.Vectors.dll": {}
  267. }
  268. },
  269. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  270. "type": "package",
  271. "frameworkAssemblies": [
  272. "mscorlib"
  273. ],
  274. "compile": {
  275. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  276. },
  277. "runtime": {
  278. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  279. }
  280. },
  281. "AipGateway.AIP/1.0.0": {
  282. "type": "project",
  283. "framework": ".NETFramework,Version=v4.8",
  284. "dependencies": {
  285. "Microsoft.Identity.Client": "4.60.3",
  286. "Microsoft.InformationProtection.File": "1.14.128"
  287. },
  288. "compile": {
  289. "bin/placeholder/AipGateway.AIP.dll": {}
  290. },
  291. "runtime": {
  292. "bin/placeholder/AipGateway.AIP.dll": {}
  293. }
  294. }
  295. },
  296. ".NETFramework,Version=v4.8/win-x64": {
  297. "Microsoft.Identity.Client/4.60.3": {
  298. "type": "package",
  299. "dependencies": {
  300. "Microsoft.IdentityModel.Abstractions": "6.35.0",
  301. "System.Diagnostics.DiagnosticSource": "6.0.1"
  302. },
  303. "frameworkAssemblies": [
  304. "Microsoft.CSharp",
  305. "System",
  306. "System.Core",
  307. "System.Data",
  308. "System.Data.DataSetExtensions",
  309. "System.Drawing",
  310. "System.IdentityModel",
  311. "System.Net.Http",
  312. "System.Windows.Forms",
  313. "System.Xml",
  314. "System.Xml.Linq"
  315. ],
  316. "compile": {
  317. "lib/net462/Microsoft.Identity.Client.dll": {}
  318. },
  319. "runtime": {
  320. "lib/net462/Microsoft.Identity.Client.dll": {}
  321. }
  322. },
  323. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  324. "type": "package",
  325. "compile": {
  326. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  327. },
  328. "runtime": {
  329. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  330. }
  331. },
  332. "Microsoft.InformationProtection.File/1.14.128": {
  333. "type": "package",
  334. "compile": {
  335. "lib/net40/Microsoft.InformationProtection.dll": {}
  336. },
  337. "runtime": {
  338. "lib/net40/Microsoft.InformationProtection.dll": {}
  339. },
  340. "build": {
  341. "build/net40/_._": {}
  342. }
  343. },
  344. "System.Buffers/4.5.1": {
  345. "type": "package",
  346. "frameworkAssemblies": [
  347. "mscorlib"
  348. ],
  349. "compile": {
  350. "ref/net45/System.Buffers.dll": {}
  351. },
  352. "runtime": {
  353. "lib/net461/System.Buffers.dll": {}
  354. }
  355. },
  356. "System.Configuration.ConfigurationManager/8.0.0": {
  357. "type": "package",
  358. "frameworkAssemblies": [
  359. "System.Configuration"
  360. ],
  361. "compile": {
  362. "lib/net462/System.Configuration.ConfigurationManager.dll": {}
  363. },
  364. "runtime": {
  365. "lib/net462/System.Configuration.ConfigurationManager.dll": {}
  366. },
  367. "build": {
  368. "buildTransitive/net462/_._": {}
  369. }
  370. },
  371. "System.Diagnostics.DiagnosticSource/6.0.1": {
  372. "type": "package",
  373. "dependencies": {
  374. "System.Memory": "4.5.4",
  375. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  376. },
  377. "compile": {
  378. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  379. },
  380. "runtime": {
  381. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  382. }
  383. },
  384. "System.Memory/4.5.4": {
  385. "type": "package",
  386. "dependencies": {
  387. "System.Buffers": "4.5.1",
  388. "System.Numerics.Vectors": "4.5.0",
  389. "System.Runtime.CompilerServices.Unsafe": "4.5.3"
  390. },
  391. "frameworkAssemblies": [
  392. "System",
  393. "mscorlib"
  394. ],
  395. "compile": {
  396. "lib/net461/System.Memory.dll": {}
  397. },
  398. "runtime": {
  399. "lib/net461/System.Memory.dll": {}
  400. }
  401. },
  402. "System.Numerics.Vectors/4.5.0": {
  403. "type": "package",
  404. "frameworkAssemblies": [
  405. "System.Numerics",
  406. "mscorlib"
  407. ],
  408. "compile": {
  409. "ref/net46/System.Numerics.Vectors.dll": {}
  410. },
  411. "runtime": {
  412. "lib/net46/System.Numerics.Vectors.dll": {}
  413. }
  414. },
  415. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  416. "type": "package",
  417. "frameworkAssemblies": [
  418. "mscorlib"
  419. ],
  420. "compile": {
  421. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  422. },
  423. "runtime": {
  424. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  425. }
  426. },
  427. "AipGateway.AIP/1.0.0": {
  428. "type": "project",
  429. "framework": ".NETFramework,Version=v4.8",
  430. "dependencies": {
  431. "Microsoft.Identity.Client": "4.60.3",
  432. "Microsoft.InformationProtection.File": "1.14.128"
  433. },
  434. "compile": {
  435. "bin/placeholder/AipGateway.AIP.dll": {}
  436. },
  437. "runtime": {
  438. "bin/placeholder/AipGateway.AIP.dll": {}
  439. }
  440. }
  441. },
  442. ".NETFramework,Version=v4.8/win-x86": {
  443. "Microsoft.Identity.Client/4.60.3": {
  444. "type": "package",
  445. "dependencies": {
  446. "Microsoft.IdentityModel.Abstractions": "6.35.0",
  447. "System.Diagnostics.DiagnosticSource": "6.0.1"
  448. },
  449. "frameworkAssemblies": [
  450. "Microsoft.CSharp",
  451. "System",
  452. "System.Core",
  453. "System.Data",
  454. "System.Data.DataSetExtensions",
  455. "System.Drawing",
  456. "System.IdentityModel",
  457. "System.Net.Http",
  458. "System.Windows.Forms",
  459. "System.Xml",
  460. "System.Xml.Linq"
  461. ],
  462. "compile": {
  463. "lib/net462/Microsoft.Identity.Client.dll": {}
  464. },
  465. "runtime": {
  466. "lib/net462/Microsoft.Identity.Client.dll": {}
  467. }
  468. },
  469. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  470. "type": "package",
  471. "compile": {
  472. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  473. },
  474. "runtime": {
  475. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  476. }
  477. },
  478. "Microsoft.InformationProtection.File/1.14.128": {
  479. "type": "package",
  480. "compile": {
  481. "lib/net40/Microsoft.InformationProtection.dll": {}
  482. },
  483. "runtime": {
  484. "lib/net40/Microsoft.InformationProtection.dll": {}
  485. },
  486. "build": {
  487. "build/net40/_._": {}
  488. }
  489. },
  490. "System.Buffers/4.5.1": {
  491. "type": "package",
  492. "frameworkAssemblies": [
  493. "mscorlib"
  494. ],
  495. "compile": {
  496. "ref/net45/System.Buffers.dll": {}
  497. },
  498. "runtime": {
  499. "lib/net461/System.Buffers.dll": {}
  500. }
  501. },
  502. "System.Configuration.ConfigurationManager/8.0.0": {
  503. "type": "package",
  504. "frameworkAssemblies": [
  505. "System.Configuration"
  506. ],
  507. "compile": {
  508. "lib/net462/System.Configuration.ConfigurationManager.dll": {}
  509. },
  510. "runtime": {
  511. "lib/net462/System.Configuration.ConfigurationManager.dll": {}
  512. },
  513. "build": {
  514. "buildTransitive/net462/_._": {}
  515. }
  516. },
  517. "System.Diagnostics.DiagnosticSource/6.0.1": {
  518. "type": "package",
  519. "dependencies": {
  520. "System.Memory": "4.5.4",
  521. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  522. },
  523. "compile": {
  524. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  525. },
  526. "runtime": {
  527. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  528. }
  529. },
  530. "System.Memory/4.5.4": {
  531. "type": "package",
  532. "dependencies": {
  533. "System.Buffers": "4.5.1",
  534. "System.Numerics.Vectors": "4.5.0",
  535. "System.Runtime.CompilerServices.Unsafe": "4.5.3"
  536. },
  537. "frameworkAssemblies": [
  538. "System",
  539. "mscorlib"
  540. ],
  541. "compile": {
  542. "lib/net461/System.Memory.dll": {}
  543. },
  544. "runtime": {
  545. "lib/net461/System.Memory.dll": {}
  546. }
  547. },
  548. "System.Numerics.Vectors/4.5.0": {
  549. "type": "package",
  550. "frameworkAssemblies": [
  551. "System.Numerics",
  552. "mscorlib"
  553. ],
  554. "compile": {
  555. "ref/net46/System.Numerics.Vectors.dll": {}
  556. },
  557. "runtime": {
  558. "lib/net46/System.Numerics.Vectors.dll": {}
  559. }
  560. },
  561. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  562. "type": "package",
  563. "frameworkAssemblies": [
  564. "mscorlib"
  565. ],
  566. "compile": {
  567. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  568. },
  569. "runtime": {
  570. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  571. }
  572. },
  573. "AipGateway.AIP/1.0.0": {
  574. "type": "project",
  575. "framework": ".NETFramework,Version=v4.8",
  576. "dependencies": {
  577. "Microsoft.Identity.Client": "4.60.3",
  578. "Microsoft.InformationProtection.File": "1.14.128"
  579. },
  580. "compile": {
  581. "bin/placeholder/AipGateway.AIP.dll": {}
  582. },
  583. "runtime": {
  584. "bin/placeholder/AipGateway.AIP.dll": {}
  585. }
  586. }
  587. }
  588. },
  589. "libraries": {
  590. "Microsoft.Identity.Client/4.60.3": {
  591. "sha512": "jve1RzmSpBhGlqMzPva6VfRbLMLZZc1Q8WRVZf8+iEruQkBgDTJPq8OeTehcY4GGYG1j6UB1xVofVE+n4BLDdw==",
  592. "type": "package",
  593. "path": "microsoft.identity.client/4.60.3",
  594. "files": [
  595. ".nupkg.metadata",
  596. ".signature.p7s",
  597. "README.md",
  598. "lib/monoandroid12.0/Microsoft.Identity.Client.dll",
  599. "lib/monoandroid12.0/Microsoft.Identity.Client.xml",
  600. "lib/net462/Microsoft.Identity.Client.dll",
  601. "lib/net462/Microsoft.Identity.Client.xml",
  602. "lib/net6.0-android31.0/Microsoft.Identity.Client.dll",
  603. "lib/net6.0-android31.0/Microsoft.Identity.Client.xml",
  604. "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll",
  605. "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml",
  606. "lib/net6.0-windows7.0/Microsoft.Identity.Client.dll",
  607. "lib/net6.0-windows7.0/Microsoft.Identity.Client.xml",
  608. "lib/net6.0/Microsoft.Identity.Client.dll",
  609. "lib/net6.0/Microsoft.Identity.Client.xml",
  610. "lib/netstandard2.0/Microsoft.Identity.Client.dll",
  611. "lib/netstandard2.0/Microsoft.Identity.Client.xml",
  612. "lib/uap10.0.17763/Microsoft.Identity.Client.dll",
  613. "lib/uap10.0.17763/Microsoft.Identity.Client.pri",
  614. "lib/uap10.0.17763/Microsoft.Identity.Client.xml",
  615. "lib/xamarinios10/Microsoft.Identity.Client.dll",
  616. "lib/xamarinios10/Microsoft.Identity.Client.xml",
  617. "microsoft.identity.client.4.60.3.nupkg.sha512",
  618. "microsoft.identity.client.nuspec"
  619. ]
  620. },
  621. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  622. "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
  623. "type": "package",
  624. "path": "microsoft.identitymodel.abstractions/6.35.0",
  625. "files": [
  626. ".nupkg.metadata",
  627. ".signature.p7s",
  628. "lib/net45/Microsoft.IdentityModel.Abstractions.dll",
  629. "lib/net45/Microsoft.IdentityModel.Abstractions.xml",
  630. "lib/net461/Microsoft.IdentityModel.Abstractions.dll",
  631. "lib/net461/Microsoft.IdentityModel.Abstractions.xml",
  632. "lib/net462/Microsoft.IdentityModel.Abstractions.dll",
  633. "lib/net462/Microsoft.IdentityModel.Abstractions.xml",
  634. "lib/net472/Microsoft.IdentityModel.Abstractions.dll",
  635. "lib/net472/Microsoft.IdentityModel.Abstractions.xml",
  636. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll",
  637. "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml",
  638. "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll",
  639. "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml",
  640. "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512",
  641. "microsoft.identitymodel.abstractions.nuspec"
  642. ]
  643. },
  644. "Microsoft.InformationProtection.File/1.14.128": {
  645. "sha512": "ZetXGuHtHUra2nOKILuZUTyvFzLmRbWSAfReZCp1ZC7OvkUcHeA8DX+tBlpQL1YZfWj3f5tRdo1xl4f05l6e0Q==",
  646. "type": "package",
  647. "path": "microsoft.informationprotection.file/1.14.128",
  648. "files": [
  649. ".nupkg.metadata",
  650. ".signature.p7s",
  651. "build/native/Microsoft.InformationProtection.File.targets",
  652. "build/native/bins/debug/amd64/libbz2-1.dll",
  653. "build/native/bins/debug/amd64/libffi-8.dll",
  654. "build/native/bins/debug/amd64/libgio-2.0-0.dll",
  655. "build/native/bins/debug/amd64/libglib-2.0-0.dll",
  656. "build/native/bins/debug/amd64/libgmodule-2.0-0.dll",
  657. "build/native/bins/debug/amd64/libgobject-2.0-0.dll",
  658. "build/native/bins/debug/amd64/libgsf-1-114.dll",
  659. "build/native/bins/debug/amd64/libiconv-2.dll",
  660. "build/native/bins/debug/amd64/libintl-8.dll",
  661. "build/native/bins/debug/amd64/liblzma-5.dll",
  662. "build/native/bins/debug/amd64/libpcre2-8-0.dll",
  663. "build/native/bins/debug/amd64/libwinpthread-1.dll",
  664. "build/native/bins/debug/amd64/libxml2-2.dll",
  665. "build/native/bins/debug/amd64/mip_ClientTelemetry.dll",
  666. "build/native/bins/debug/amd64/mip_core.dll",
  667. "build/native/bins/debug/amd64/mip_file_sdk.dll",
  668. "build/native/bins/debug/amd64/mip_protection_sdk.dll",
  669. "build/native/bins/debug/amd64/mip_upe_sdk.dll",
  670. "build/native/bins/debug/amd64/zlib1.dll",
  671. "build/native/bins/debug/x86/libbz2-1.dll",
  672. "build/native/bins/debug/x86/libffi-8.dll",
  673. "build/native/bins/debug/x86/libgcc_s_dw2-1.dll",
  674. "build/native/bins/debug/x86/libgio-2.0-0.dll",
  675. "build/native/bins/debug/x86/libglib-2.0-0.dll",
  676. "build/native/bins/debug/x86/libgmodule-2.0-0.dll",
  677. "build/native/bins/debug/x86/libgobject-2.0-0.dll",
  678. "build/native/bins/debug/x86/libgsf-1-114.dll",
  679. "build/native/bins/debug/x86/libiconv-2.dll",
  680. "build/native/bins/debug/x86/libintl-8.dll",
  681. "build/native/bins/debug/x86/liblzma-5.dll",
  682. "build/native/bins/debug/x86/libpcre2-8-0.dll",
  683. "build/native/bins/debug/x86/libwinpthread-1.dll",
  684. "build/native/bins/debug/x86/libxml2-2.dll",
  685. "build/native/bins/debug/x86/mip_ClientTelemetry.dll",
  686. "build/native/bins/debug/x86/mip_core.dll",
  687. "build/native/bins/debug/x86/mip_file_sdk.dll",
  688. "build/native/bins/debug/x86/mip_protection_sdk.dll",
  689. "build/native/bins/debug/x86/mip_upe_sdk.dll",
  690. "build/native/bins/debug/x86/zlib1.dll",
  691. "build/native/bins/release/amd64/libbz2-1.dll",
  692. "build/native/bins/release/amd64/libffi-8.dll",
  693. "build/native/bins/release/amd64/libgio-2.0-0.dll",
  694. "build/native/bins/release/amd64/libglib-2.0-0.dll",
  695. "build/native/bins/release/amd64/libgmodule-2.0-0.dll",
  696. "build/native/bins/release/amd64/libgobject-2.0-0.dll",
  697. "build/native/bins/release/amd64/libgsf-1-114.dll",
  698. "build/native/bins/release/amd64/libiconv-2.dll",
  699. "build/native/bins/release/amd64/libintl-8.dll",
  700. "build/native/bins/release/amd64/liblzma-5.dll",
  701. "build/native/bins/release/amd64/libpcre2-8-0.dll",
  702. "build/native/bins/release/amd64/libwinpthread-1.dll",
  703. "build/native/bins/release/amd64/libxml2-2.dll",
  704. "build/native/bins/release/amd64/mip_ClientTelemetry.dll",
  705. "build/native/bins/release/amd64/mip_core.dll",
  706. "build/native/bins/release/amd64/mip_file_sdk.dll",
  707. "build/native/bins/release/amd64/mip_protection_sdk.dll",
  708. "build/native/bins/release/amd64/mip_upe_sdk.dll",
  709. "build/native/bins/release/amd64/zlib1.dll",
  710. "build/native/bins/release/x86/libbz2-1.dll",
  711. "build/native/bins/release/x86/libffi-8.dll",
  712. "build/native/bins/release/x86/libgcc_s_dw2-1.dll",
  713. "build/native/bins/release/x86/libgio-2.0-0.dll",
  714. "build/native/bins/release/x86/libglib-2.0-0.dll",
  715. "build/native/bins/release/x86/libgmodule-2.0-0.dll",
  716. "build/native/bins/release/x86/libgobject-2.0-0.dll",
  717. "build/native/bins/release/x86/libgsf-1-114.dll",
  718. "build/native/bins/release/x86/libiconv-2.dll",
  719. "build/native/bins/release/x86/libintl-8.dll",
  720. "build/native/bins/release/x86/liblzma-5.dll",
  721. "build/native/bins/release/x86/libpcre2-8-0.dll",
  722. "build/native/bins/release/x86/libwinpthread-1.dll",
  723. "build/native/bins/release/x86/libxml2-2.dll",
  724. "build/native/bins/release/x86/mip_ClientTelemetry.dll",
  725. "build/native/bins/release/x86/mip_core.dll",
  726. "build/native/bins/release/x86/mip_file_sdk.dll",
  727. "build/native/bins/release/x86/mip_protection_sdk.dll",
  728. "build/native/bins/release/x86/mip_upe_sdk.dll",
  729. "build/native/bins/release/x86/zlib1.dll",
  730. "build/native/include/mip/audit_delegate.h",
  731. "build/native/include/mip/audit_event.h",
  732. "build/native/include/mip/common_types.h",
  733. "build/native/include/mip/delegate_response.h",
  734. "build/native/include/mip/diagnostic_configuration.h",
  735. "build/native/include/mip/diagnostic_delegate.h",
  736. "build/native/include/mip/diagnostic_types.h",
  737. "build/native/include/mip/dns_redirection.h",
  738. "build/native/include/mip/error.h",
  739. "build/native/include/mip/event.h",
  740. "build/native/include/mip/event_context.h",
  741. "build/native/include/mip/event_property.h",
  742. "build/native/include/mip/file/file_engine.h",
  743. "build/native/include/mip/file/file_error.h",
  744. "build/native/include/mip/file/file_execution_state.h",
  745. "build/native/include/mip/file/file_export.h",
  746. "build/native/include/mip/file/file_handler.h",
  747. "build/native/include/mip/file/file_inspector.h",
  748. "build/native/include/mip/file/file_profile.h",
  749. "build/native/include/mip/file/file_status.h",
  750. "build/native/include/mip/file/labeling_options.h",
  751. "build/native/include/mip/file/msg_inspector.h",
  752. "build/native/include/mip/file/protection_settings.h",
  753. "build/native/include/mip/flighting_feature.h",
  754. "build/native/include/mip/http_delegate.h",
  755. "build/native/include/mip/http_operation.h",
  756. "build/native/include/mip/http_request.h",
  757. "build/native/include/mip/http_response.h",
  758. "build/native/include/mip/json_delegate.h",
  759. "build/native/include/mip/json_document.h",
  760. "build/native/include/mip/json_value.h",
  761. "build/native/include/mip/log_message_data.h",
  762. "build/native/include/mip/logger_delegate.h",
  763. "build/native/include/mip/mip_configuration.h",
  764. "build/native/include/mip/mip_context.h",
  765. "build/native/include/mip/mip_export.h",
  766. "build/native/include/mip/mip_namespace.h",
  767. "build/native/include/mip/protection/delegation_license.h",
  768. "build/native/include/mip/protection/delegation_license_settings.h",
  769. "build/native/include/mip/protection/get_template_settings.h",
  770. "build/native/include/mip/protection/license_application_data.h",
  771. "build/native/include/mip/protection/license_connection_info.h",
  772. "build/native/include/mip/protection/license_descriptor.h",
  773. "build/native/include/mip/protection/license_rights_data.h",
  774. "build/native/include/mip/protection/parsed_publishing_license.h",
  775. "build/native/include/mip/protection/parsed_publishing_license_builder.h",
  776. "build/native/include/mip/protection/protection_common_settings.h",
  777. "build/native/include/mip/protection/protection_common_types.h",
  778. "build/native/include/mip/protection/protection_descriptor_builder.h",
  779. "build/native/include/mip/protection/protection_engine.h",
  780. "build/native/include/mip/protection/protection_handler.h",
  781. "build/native/include/mip/protection/protection_profile.h",
  782. "build/native/include/mip/protection/publishing_use_license_request.h",
  783. "build/native/include/mip/protection/rights.h",
  784. "build/native/include/mip/protection/roles.h",
  785. "build/native/include/mip/protection/template_descriptor.h",
  786. "build/native/include/mip/protection/tenant_information.h",
  787. "build/native/include/mip/protection_descriptor.h",
  788. "build/native/include/mip/storage_delegate.h",
  789. "build/native/include/mip/storage_table.h",
  790. "build/native/include/mip/stream.h",
  791. "build/native/include/mip/stream_utils.h",
  792. "build/native/include/mip/task_dispatcher_delegate.h",
  793. "build/native/include/mip/telemetry_delegate.h",
  794. "build/native/include/mip/telemetry_event.h",
  795. "build/native/include/mip/upe/action.h",
  796. "build/native/include/mip/upe/add_content_footer_action.h",
  797. "build/native/include/mip/upe/add_content_header_action.h",
  798. "build/native/include/mip/upe/add_watermark_action.h",
  799. "build/native/include/mip/upe/apply_label_action.h",
  800. "build/native/include/mip/upe/classification_request.h",
  801. "build/native/include/mip/upe/classification_result.h",
  802. "build/native/include/mip/upe/content_label.h",
  803. "build/native/include/mip/upe/custom_action.h",
  804. "build/native/include/mip/upe/detailed_classification_result.h",
  805. "build/native/include/mip/upe/execution_state.h",
  806. "build/native/include/mip/upe/justify_action.h",
  807. "build/native/include/mip/upe/label.h",
  808. "build/native/include/mip/upe/metadata_action.h",
  809. "build/native/include/mip/upe/metadata_entry.h",
  810. "build/native/include/mip/upe/metadata_version.h",
  811. "build/native/include/mip/upe/policy_engine.h",
  812. "build/native/include/mip/upe/policy_handler.h",
  813. "build/native/include/mip/upe/policy_profile.h",
  814. "build/native/include/mip/upe/protect_adhoc_action.h",
  815. "build/native/include/mip/upe/protect_adhoc_dk_action.h",
  816. "build/native/include/mip/upe/protect_by_encrypt_only_action.h",
  817. "build/native/include/mip/upe/protect_by_template_action.h",
  818. "build/native/include/mip/upe/protect_do_not_forward_action.h",
  819. "build/native/include/mip/upe/protect_do_not_forward_dk_action.h",
  820. "build/native/include/mip/upe/recommend_label_action.h",
  821. "build/native/include/mip/upe/remove_content_footer_action.h",
  822. "build/native/include/mip/upe/remove_content_header_action.h",
  823. "build/native/include/mip/upe/remove_protection_action.h",
  824. "build/native/include/mip/upe/remove_watermark_action.h",
  825. "build/native/include/mip/upe/sensitivity_types_rule_package.h",
  826. "build/native/include/mip/user_rights.h",
  827. "build/native/include/mip/user_roles.h",
  828. "build/native/include/mip/version.h",
  829. "build/native/include/mip/version.inc",
  830. "build/native/include/mip/xml_delegate.h",
  831. "build/native/include/mip/xml_document.h",
  832. "build/native/include/mip/xml_node.h",
  833. "build/native/include/mip/xml_reader.h",
  834. "build/native/include/mip_cc/application_info_cc.h",
  835. "build/native/include/mip_cc/auth_callback_cc.h",
  836. "build/native/include/mip_cc/common_types_cc.h",
  837. "build/native/include/mip_cc/consent_callback_cc.h",
  838. "build/native/include/mip_cc/dictionary_cc.h",
  839. "build/native/include/mip_cc/error_cc.h",
  840. "build/native/include/mip_cc/flighting_feature_cc.h",
  841. "build/native/include/mip_cc/http_delegate_cc.h",
  842. "build/native/include/mip_cc/identity_cc.h",
  843. "build/native/include/mip_cc/logger_delegate_cc.h",
  844. "build/native/include/mip_cc/mip_context_cc.h",
  845. "build/native/include/mip_cc/mip_macros_cc.h",
  846. "build/native/include/mip_cc/protection/delegation_license_cc.h",
  847. "build/native/include/mip_cc/protection/protection_crypto_types_cc.h",
  848. "build/native/include/mip_cc/protection/protection_engine_cc.h",
  849. "build/native/include/mip_cc/protection/protection_handler_cc.h",
  850. "build/native/include/mip_cc/protection/protection_profile_cc.h",
  851. "build/native/include/mip_cc/protection/template_descriptor_cc.h",
  852. "build/native/include/mip_cc/protection_descriptor_cc.h",
  853. "build/native/include/mip_cc/result_cc.h",
  854. "build/native/include/mip_cc/stream_cc.h",
  855. "build/native/include/mip_cc/string_list_cc.h",
  856. "build/native/include/mip_cc/task_dispatcher_delegate_cc.h",
  857. "build/native/include/mip_cc/telemetry_configuration_cc.h",
  858. "build/native/include/mip_cc/upe/action_cc.h",
  859. "build/native/include/mip_cc/upe/action_result_cc.h",
  860. "build/native/include/mip_cc/upe/add_content_footer_action_cc.h",
  861. "build/native/include/mip_cc/upe/add_content_header_action_cc.h",
  862. "build/native/include/mip_cc/upe/add_watermark_action_cc.h",
  863. "build/native/include/mip_cc/upe/application_action_state_cc.h",
  864. "build/native/include/mip_cc/upe/content_label_cc.h",
  865. "build/native/include/mip_cc/upe/custom_action_cc.h",
  866. "build/native/include/mip_cc/upe/document_state_cc.h",
  867. "build/native/include/mip_cc/upe/justify_action_cc.h",
  868. "build/native/include/mip_cc/upe/label_cc.h",
  869. "build/native/include/mip_cc/upe/metadata_action_cc.h",
  870. "build/native/include/mip_cc/upe/metadata_dictionary_cc.h",
  871. "build/native/include/mip_cc/upe/policy_engine_cc.h",
  872. "build/native/include/mip_cc/upe/policy_handler_cc.h",
  873. "build/native/include/mip_cc/upe/policy_profile_cc.h",
  874. "build/native/include/mip_cc/upe/protect_adhoc_action_cc.h",
  875. "build/native/include/mip_cc/upe/protect_adhoc_dk_action_cc.h",
  876. "build/native/include/mip_cc/upe/protect_by_encrypt_only_action_cc.h",
  877. "build/native/include/mip_cc/upe/protect_by_template_action_cc.h",
  878. "build/native/include/mip_cc/upe/protect_do_not_forward_action_cc.h",
  879. "build/native/include/mip_cc/upe/protect_do_not_forward_dk_action_cc.h",
  880. "build/native/include/mip_cc/upe/remove_content_footer_action_cc.h",
  881. "build/native/include/mip_cc/upe/remove_content_header_action_cc.h",
  882. "build/native/include/mip_cc/upe/remove_protection_action_cc.h",
  883. "build/native/include/mip_cc/upe/remove_watermark_action_cc.h",
  884. "build/native/include/mip_cc/upe/sensitivity_type_cc.h",
  885. "build/native/lib/debug/amd64/mip_file_sdk.lib",
  886. "build/native/lib/debug/amd64/mip_protection_sdk.lib",
  887. "build/native/lib/debug/amd64/mip_upe_sdk.lib",
  888. "build/native/lib/debug/x86/mip_file_sdk.lib",
  889. "build/native/lib/debug/x86/mip_protection_sdk.lib",
  890. "build/native/lib/debug/x86/mip_upe_sdk.lib",
  891. "build/native/lib/release/amd64/mip_file_sdk.lib",
  892. "build/native/lib/release/amd64/mip_protection_sdk.lib",
  893. "build/native/lib/release/amd64/mip_upe_sdk.lib",
  894. "build/native/lib/release/x86/mip_file_sdk.lib",
  895. "build/native/lib/release/x86/mip_protection_sdk.lib",
  896. "build/native/lib/release/x86/mip_upe_sdk.lib",
  897. "build/net40/Microsoft.InformationProtection.File.targets",
  898. "build/netstandard2.0/Microsoft.InformationProtection.File.targets",
  899. "dotnet/win7-x64/native/debug/mip_dotnet.dll",
  900. "dotnet/win7-x64/native/release/mip_dotnet.dll",
  901. "dotnet/win7-x86/native/debug/mip_dotnet.dll",
  902. "dotnet/win7-x86/native/release/mip_dotnet.dll",
  903. "icon.png",
  904. "lib/LICENSE.txt",
  905. "lib/LicenseTerms.rtf",
  906. "lib/ThirdPartyDependencyVersions-x64.txt",
  907. "lib/ThirdPartyDependencyVersions-x86.txt",
  908. "lib/ThirdPartyNotice.txt",
  909. "lib/net40/Microsoft.InformationProtection.dll",
  910. "lib/net40/Microsoft.InformationProtection.xml",
  911. "lib/netstandard2.0/Microsoft.InformationProtection.dll",
  912. "lib/netstandard2.0/Microsoft.InformationProtection.xml",
  913. "lib/readme.md",
  914. "lib/redist.txt",
  915. "lib/version.txt",
  916. "microsoft.informationprotection.file.1.14.128.nupkg.sha512",
  917. "microsoft.informationprotection.file.nuspec"
  918. ]
  919. },
  920. "System.Buffers/4.5.1": {
  921. "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  922. "type": "package",
  923. "path": "system.buffers/4.5.1",
  924. "files": [
  925. ".nupkg.metadata",
  926. ".signature.p7s",
  927. "LICENSE.TXT",
  928. "THIRD-PARTY-NOTICES.TXT",
  929. "lib/net461/System.Buffers.dll",
  930. "lib/net461/System.Buffers.xml",
  931. "lib/netcoreapp2.0/_._",
  932. "lib/netstandard1.1/System.Buffers.dll",
  933. "lib/netstandard1.1/System.Buffers.xml",
  934. "lib/netstandard2.0/System.Buffers.dll",
  935. "lib/netstandard2.0/System.Buffers.xml",
  936. "lib/uap10.0.16299/_._",
  937. "ref/net45/System.Buffers.dll",
  938. "ref/net45/System.Buffers.xml",
  939. "ref/netcoreapp2.0/_._",
  940. "ref/netstandard1.1/System.Buffers.dll",
  941. "ref/netstandard1.1/System.Buffers.xml",
  942. "ref/netstandard2.0/System.Buffers.dll",
  943. "ref/netstandard2.0/System.Buffers.xml",
  944. "ref/uap10.0.16299/_._",
  945. "system.buffers.4.5.1.nupkg.sha512",
  946. "system.buffers.nuspec",
  947. "useSharedDesignerContext.txt",
  948. "version.txt"
  949. ]
  950. },
  951. "System.Configuration.ConfigurationManager/8.0.0": {
  952. "sha512": "JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==",
  953. "type": "package",
  954. "path": "system.configuration.configurationmanager/8.0.0",
  955. "files": [
  956. ".nupkg.metadata",
  957. ".signature.p7s",
  958. "Icon.png",
  959. "LICENSE.TXT",
  960. "PACKAGE.md",
  961. "THIRD-PARTY-NOTICES.TXT",
  962. "buildTransitive/net461/System.Configuration.ConfigurationManager.targets",
  963. "buildTransitive/net462/_._",
  964. "buildTransitive/net6.0/_._",
  965. "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets",
  966. "lib/net462/System.Configuration.ConfigurationManager.dll",
  967. "lib/net462/System.Configuration.ConfigurationManager.xml",
  968. "lib/net6.0/System.Configuration.ConfigurationManager.dll",
  969. "lib/net6.0/System.Configuration.ConfigurationManager.xml",
  970. "lib/net7.0/System.Configuration.ConfigurationManager.dll",
  971. "lib/net7.0/System.Configuration.ConfigurationManager.xml",
  972. "lib/net8.0/System.Configuration.ConfigurationManager.dll",
  973. "lib/net8.0/System.Configuration.ConfigurationManager.xml",
  974. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
  975. "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml",
  976. "system.configuration.configurationmanager.8.0.0.nupkg.sha512",
  977. "system.configuration.configurationmanager.nuspec",
  978. "useSharedDesignerContext.txt"
  979. ]
  980. },
  981. "System.Diagnostics.DiagnosticSource/6.0.1": {
  982. "sha512": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
  983. "type": "package",
  984. "path": "system.diagnostics.diagnosticsource/6.0.1",
  985. "files": [
  986. ".nupkg.metadata",
  987. ".signature.p7s",
  988. "Icon.png",
  989. "LICENSE.TXT",
  990. "THIRD-PARTY-NOTICES.TXT",
  991. "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets",
  992. "buildTransitive/netcoreapp3.1/_._",
  993. "lib/net461/System.Diagnostics.DiagnosticSource.dll",
  994. "lib/net461/System.Diagnostics.DiagnosticSource.xml",
  995. "lib/net5.0/System.Diagnostics.DiagnosticSource.dll",
  996. "lib/net5.0/System.Diagnostics.DiagnosticSource.xml",
  997. "lib/net6.0/System.Diagnostics.DiagnosticSource.dll",
  998. "lib/net6.0/System.Diagnostics.DiagnosticSource.xml",
  999. "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll",
  1000. "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml",
  1001. "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512",
  1002. "system.diagnostics.diagnosticsource.nuspec",
  1003. "useSharedDesignerContext.txt"
  1004. ]
  1005. },
  1006. "System.Memory/4.5.4": {
  1007. "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  1008. "type": "package",
  1009. "path": "system.memory/4.5.4",
  1010. "files": [
  1011. ".nupkg.metadata",
  1012. ".signature.p7s",
  1013. "LICENSE.TXT",
  1014. "THIRD-PARTY-NOTICES.TXT",
  1015. "lib/net461/System.Memory.dll",
  1016. "lib/net461/System.Memory.xml",
  1017. "lib/netcoreapp2.1/_._",
  1018. "lib/netstandard1.1/System.Memory.dll",
  1019. "lib/netstandard1.1/System.Memory.xml",
  1020. "lib/netstandard2.0/System.Memory.dll",
  1021. "lib/netstandard2.0/System.Memory.xml",
  1022. "ref/netcoreapp2.1/_._",
  1023. "system.memory.4.5.4.nupkg.sha512",
  1024. "system.memory.nuspec",
  1025. "useSharedDesignerContext.txt",
  1026. "version.txt"
  1027. ]
  1028. },
  1029. "System.Numerics.Vectors/4.5.0": {
  1030. "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  1031. "type": "package",
  1032. "path": "system.numerics.vectors/4.5.0",
  1033. "files": [
  1034. ".nupkg.metadata",
  1035. ".signature.p7s",
  1036. "LICENSE.TXT",
  1037. "THIRD-PARTY-NOTICES.TXT",
  1038. "lib/MonoAndroid10/_._",
  1039. "lib/MonoTouch10/_._",
  1040. "lib/net46/System.Numerics.Vectors.dll",
  1041. "lib/net46/System.Numerics.Vectors.xml",
  1042. "lib/netcoreapp2.0/_._",
  1043. "lib/netstandard1.0/System.Numerics.Vectors.dll",
  1044. "lib/netstandard1.0/System.Numerics.Vectors.xml",
  1045. "lib/netstandard2.0/System.Numerics.Vectors.dll",
  1046. "lib/netstandard2.0/System.Numerics.Vectors.xml",
  1047. "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
  1048. "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
  1049. "lib/uap10.0.16299/_._",
  1050. "lib/xamarinios10/_._",
  1051. "lib/xamarinmac20/_._",
  1052. "lib/xamarintvos10/_._",
  1053. "lib/xamarinwatchos10/_._",
  1054. "ref/MonoAndroid10/_._",
  1055. "ref/MonoTouch10/_._",
  1056. "ref/net45/System.Numerics.Vectors.dll",
  1057. "ref/net45/System.Numerics.Vectors.xml",
  1058. "ref/net46/System.Numerics.Vectors.dll",
  1059. "ref/net46/System.Numerics.Vectors.xml",
  1060. "ref/netcoreapp2.0/_._",
  1061. "ref/netstandard1.0/System.Numerics.Vectors.dll",
  1062. "ref/netstandard1.0/System.Numerics.Vectors.xml",
  1063. "ref/netstandard2.0/System.Numerics.Vectors.dll",
  1064. "ref/netstandard2.0/System.Numerics.Vectors.xml",
  1065. "ref/uap10.0.16299/_._",
  1066. "ref/xamarinios10/_._",
  1067. "ref/xamarinmac20/_._",
  1068. "ref/xamarintvos10/_._",
  1069. "ref/xamarinwatchos10/_._",
  1070. "system.numerics.vectors.4.5.0.nupkg.sha512",
  1071. "system.numerics.vectors.nuspec",
  1072. "useSharedDesignerContext.txt",
  1073. "version.txt"
  1074. ]
  1075. },
  1076. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  1077. "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  1078. "type": "package",
  1079. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  1080. "files": [
  1081. ".nupkg.metadata",
  1082. ".signature.p7s",
  1083. "Icon.png",
  1084. "LICENSE.TXT",
  1085. "THIRD-PARTY-NOTICES.TXT",
  1086. "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets",
  1087. "buildTransitive/netcoreapp3.1/_._",
  1088. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
  1089. "lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
  1090. "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll",
  1091. "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml",
  1092. "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll",
  1093. "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml",
  1094. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
  1095. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
  1096. "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
  1097. "system.runtime.compilerservices.unsafe.nuspec",
  1098. "useSharedDesignerContext.txt"
  1099. ]
  1100. },
  1101. "AipGateway.AIP/1.0.0": {
  1102. "type": "project",
  1103. "path": "../AipGateway.AIP/AipGateway.AIP.csproj",
  1104. "msbuildProject": "../AipGateway.AIP/AipGateway.AIP.csproj"
  1105. }
  1106. },
  1107. "projectFileDependencyGroups": {
  1108. ".NETFramework,Version=v4.8": [
  1109. "AipGateway.AIP >= 1.0.0",
  1110. "System.Configuration.ConfigurationManager >= 8.0.0"
  1111. ]
  1112. },
  1113. "packageFolders": {
  1114. "C:\\Users\\OpenValue\\.nuget\\packages\\": {},
  1115. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
  1116. },
  1117. "project": {
  1118. "version": "1.0.0",
  1119. "restore": {
  1120. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.Viewer\\AipGateway.Viewer.csproj",
  1121. "projectName": "AipGateway.Viewer",
  1122. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.Viewer\\AipGateway.Viewer.csproj",
  1123. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  1124. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.Viewer\\obj\\",
  1125. "projectStyle": "PackageReference",
  1126. "skipContentFileWrite": true,
  1127. "fallbackFolders": [
  1128. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  1129. ],
  1130. "configFilePaths": [
  1131. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  1132. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  1133. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  1134. ],
  1135. "originalTargetFrameworks": [
  1136. "net48"
  1137. ],
  1138. "sources": {
  1139. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  1140. "https://api.nuget.org/v3/index.json": {}
  1141. },
  1142. "frameworks": {
  1143. "net48": {
  1144. "projectReferences": {
  1145. "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj": {
  1146. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj"
  1147. }
  1148. }
  1149. }
  1150. }
  1151. },
  1152. "frameworks": {
  1153. "net48": {
  1154. "dependencies": {
  1155. "System.Configuration.ConfigurationManager": {
  1156. "target": "Package",
  1157. "version": "[8.0.0, )"
  1158. }
  1159. }
  1160. }
  1161. },
  1162. "runtimes": {
  1163. "win": {
  1164. "#import": []
  1165. },
  1166. "win-x64": {
  1167. "#import": []
  1168. },
  1169. "win-x86": {
  1170. "#import": []
  1171. }
  1172. }
  1173. }
  1174. }