project.assets.json 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538
  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.Identity.Client.Extensions.Msal/4.60.3": {
  32. "type": "package",
  33. "dependencies": {
  34. "Microsoft.Identity.Client": "4.60.3",
  35. "System.IO.FileSystem.AccessControl": "5.0.0",
  36. "System.Security.Cryptography.ProtectedData": "4.5.0"
  37. },
  38. "compile": {
  39. "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
  40. },
  41. "runtime": {
  42. "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
  43. }
  44. },
  45. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  46. "type": "package",
  47. "compile": {
  48. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  49. },
  50. "runtime": {
  51. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  52. }
  53. },
  54. "Microsoft.InformationProtection.File/1.14.128": {
  55. "type": "package",
  56. "compile": {
  57. "lib/net40/Microsoft.InformationProtection.dll": {}
  58. },
  59. "runtime": {
  60. "lib/net40/Microsoft.InformationProtection.dll": {}
  61. },
  62. "build": {
  63. "build/net40/Microsoft.InformationProtection.File.targets": {}
  64. }
  65. },
  66. "System.Buffers/4.5.1": {
  67. "type": "package",
  68. "frameworkAssemblies": [
  69. "mscorlib"
  70. ],
  71. "compile": {
  72. "ref/net45/System.Buffers.dll": {}
  73. },
  74. "runtime": {
  75. "lib/net461/System.Buffers.dll": {}
  76. }
  77. },
  78. "System.Diagnostics.DiagnosticSource/6.0.1": {
  79. "type": "package",
  80. "dependencies": {
  81. "System.Memory": "4.5.4",
  82. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  83. },
  84. "compile": {
  85. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  86. },
  87. "runtime": {
  88. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  89. }
  90. },
  91. "System.IO.FileSystem.AccessControl/5.0.0": {
  92. "type": "package",
  93. "dependencies": {
  94. "System.Security.AccessControl": "5.0.0",
  95. "System.Security.Principal.Windows": "5.0.0"
  96. },
  97. "frameworkAssemblies": [
  98. "mscorlib"
  99. ],
  100. "compile": {
  101. "ref/net461/System.IO.FileSystem.AccessControl.dll": {}
  102. },
  103. "runtime": {
  104. "lib/net461/System.IO.FileSystem.AccessControl.dll": {}
  105. },
  106. "runtimeTargets": {
  107. "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll": {
  108. "assetType": "runtime",
  109. "rid": "win"
  110. }
  111. }
  112. },
  113. "System.Memory/4.5.4": {
  114. "type": "package",
  115. "dependencies": {
  116. "System.Buffers": "4.5.1",
  117. "System.Numerics.Vectors": "4.5.0",
  118. "System.Runtime.CompilerServices.Unsafe": "4.5.3"
  119. },
  120. "frameworkAssemblies": [
  121. "System",
  122. "mscorlib"
  123. ],
  124. "compile": {
  125. "lib/net461/System.Memory.dll": {}
  126. },
  127. "runtime": {
  128. "lib/net461/System.Memory.dll": {}
  129. }
  130. },
  131. "System.Numerics.Vectors/4.5.0": {
  132. "type": "package",
  133. "frameworkAssemblies": [
  134. "System.Numerics",
  135. "mscorlib"
  136. ],
  137. "compile": {
  138. "ref/net46/System.Numerics.Vectors.dll": {}
  139. },
  140. "runtime": {
  141. "lib/net46/System.Numerics.Vectors.dll": {}
  142. }
  143. },
  144. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  145. "type": "package",
  146. "frameworkAssemblies": [
  147. "mscorlib"
  148. ],
  149. "compile": {
  150. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  151. },
  152. "runtime": {
  153. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  154. }
  155. },
  156. "System.Security.AccessControl/5.0.0": {
  157. "type": "package",
  158. "dependencies": {
  159. "System.Security.Principal.Windows": "5.0.0"
  160. },
  161. "frameworkAssemblies": [
  162. "mscorlib"
  163. ],
  164. "compile": {
  165. "ref/net461/System.Security.AccessControl.dll": {}
  166. },
  167. "runtime": {
  168. "lib/net461/System.Security.AccessControl.dll": {}
  169. },
  170. "runtimeTargets": {
  171. "runtimes/win/lib/net461/System.Security.AccessControl.dll": {
  172. "assetType": "runtime",
  173. "rid": "win"
  174. }
  175. }
  176. },
  177. "System.Security.Cryptography.ProtectedData/4.5.0": {
  178. "type": "package",
  179. "frameworkAssemblies": [
  180. "System.Security",
  181. "mscorlib"
  182. ],
  183. "compile": {
  184. "ref/net461/System.Security.Cryptography.ProtectedData.dll": {}
  185. },
  186. "runtime": {
  187. "lib/net461/System.Security.Cryptography.ProtectedData.dll": {}
  188. },
  189. "runtimeTargets": {
  190. "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll": {
  191. "assetType": "runtime",
  192. "rid": "win"
  193. }
  194. }
  195. },
  196. "System.Security.Principal.Windows/5.0.0": {
  197. "type": "package",
  198. "frameworkAssemblies": [
  199. "System",
  200. "mscorlib"
  201. ],
  202. "compile": {
  203. "ref/net461/System.Security.Principal.Windows.dll": {}
  204. },
  205. "runtime": {
  206. "lib/net461/System.Security.Principal.Windows.dll": {}
  207. },
  208. "runtimeTargets": {
  209. "runtimes/win/lib/net461/System.Security.Principal.Windows.dll": {
  210. "assetType": "runtime",
  211. "rid": "win"
  212. }
  213. }
  214. }
  215. },
  216. ".NETFramework,Version=v4.8/win": {
  217. "Microsoft.Identity.Client/4.60.3": {
  218. "type": "package",
  219. "dependencies": {
  220. "Microsoft.IdentityModel.Abstractions": "6.35.0",
  221. "System.Diagnostics.DiagnosticSource": "6.0.1"
  222. },
  223. "frameworkAssemblies": [
  224. "Microsoft.CSharp",
  225. "System",
  226. "System.Core",
  227. "System.Data",
  228. "System.Data.DataSetExtensions",
  229. "System.Drawing",
  230. "System.IdentityModel",
  231. "System.Net.Http",
  232. "System.Windows.Forms",
  233. "System.Xml",
  234. "System.Xml.Linq"
  235. ],
  236. "compile": {
  237. "lib/net462/Microsoft.Identity.Client.dll": {}
  238. },
  239. "runtime": {
  240. "lib/net462/Microsoft.Identity.Client.dll": {}
  241. }
  242. },
  243. "Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
  244. "type": "package",
  245. "dependencies": {
  246. "Microsoft.Identity.Client": "4.60.3",
  247. "System.IO.FileSystem.AccessControl": "5.0.0",
  248. "System.Security.Cryptography.ProtectedData": "4.5.0"
  249. },
  250. "compile": {
  251. "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
  252. },
  253. "runtime": {
  254. "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
  255. }
  256. },
  257. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  258. "type": "package",
  259. "compile": {
  260. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  261. },
  262. "runtime": {
  263. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  264. }
  265. },
  266. "Microsoft.InformationProtection.File/1.14.128": {
  267. "type": "package",
  268. "compile": {
  269. "lib/net40/Microsoft.InformationProtection.dll": {}
  270. },
  271. "runtime": {
  272. "lib/net40/Microsoft.InformationProtection.dll": {}
  273. },
  274. "build": {
  275. "build/net40/Microsoft.InformationProtection.File.targets": {}
  276. }
  277. },
  278. "System.Buffers/4.5.1": {
  279. "type": "package",
  280. "frameworkAssemblies": [
  281. "mscorlib"
  282. ],
  283. "compile": {
  284. "ref/net45/System.Buffers.dll": {}
  285. },
  286. "runtime": {
  287. "lib/net461/System.Buffers.dll": {}
  288. }
  289. },
  290. "System.Diagnostics.DiagnosticSource/6.0.1": {
  291. "type": "package",
  292. "dependencies": {
  293. "System.Memory": "4.5.4",
  294. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  295. },
  296. "compile": {
  297. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  298. },
  299. "runtime": {
  300. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  301. }
  302. },
  303. "System.IO.FileSystem.AccessControl/5.0.0": {
  304. "type": "package",
  305. "dependencies": {
  306. "System.Security.AccessControl": "5.0.0",
  307. "System.Security.Principal.Windows": "5.0.0"
  308. },
  309. "frameworkAssemblies": [
  310. "mscorlib"
  311. ],
  312. "compile": {
  313. "ref/net461/System.IO.FileSystem.AccessControl.dll": {}
  314. },
  315. "runtime": {
  316. "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll": {}
  317. }
  318. },
  319. "System.Memory/4.5.4": {
  320. "type": "package",
  321. "dependencies": {
  322. "System.Buffers": "4.5.1",
  323. "System.Numerics.Vectors": "4.5.0",
  324. "System.Runtime.CompilerServices.Unsafe": "4.5.3"
  325. },
  326. "frameworkAssemblies": [
  327. "System",
  328. "mscorlib"
  329. ],
  330. "compile": {
  331. "lib/net461/System.Memory.dll": {}
  332. },
  333. "runtime": {
  334. "lib/net461/System.Memory.dll": {}
  335. }
  336. },
  337. "System.Numerics.Vectors/4.5.0": {
  338. "type": "package",
  339. "frameworkAssemblies": [
  340. "System.Numerics",
  341. "mscorlib"
  342. ],
  343. "compile": {
  344. "ref/net46/System.Numerics.Vectors.dll": {}
  345. },
  346. "runtime": {
  347. "lib/net46/System.Numerics.Vectors.dll": {}
  348. }
  349. },
  350. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  351. "type": "package",
  352. "frameworkAssemblies": [
  353. "mscorlib"
  354. ],
  355. "compile": {
  356. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  357. },
  358. "runtime": {
  359. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  360. }
  361. },
  362. "System.Security.AccessControl/5.0.0": {
  363. "type": "package",
  364. "dependencies": {
  365. "System.Security.Principal.Windows": "5.0.0"
  366. },
  367. "frameworkAssemblies": [
  368. "mscorlib"
  369. ],
  370. "compile": {
  371. "ref/net461/System.Security.AccessControl.dll": {}
  372. },
  373. "runtime": {
  374. "runtimes/win/lib/net461/System.Security.AccessControl.dll": {}
  375. }
  376. },
  377. "System.Security.Cryptography.ProtectedData/4.5.0": {
  378. "type": "package",
  379. "frameworkAssemblies": [
  380. "System.Security",
  381. "mscorlib"
  382. ],
  383. "compile": {
  384. "ref/net461/System.Security.Cryptography.ProtectedData.dll": {}
  385. },
  386. "runtime": {
  387. "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll": {}
  388. }
  389. },
  390. "System.Security.Principal.Windows/5.0.0": {
  391. "type": "package",
  392. "frameworkAssemblies": [
  393. "System",
  394. "mscorlib"
  395. ],
  396. "compile": {
  397. "ref/net461/System.Security.Principal.Windows.dll": {}
  398. },
  399. "runtime": {
  400. "runtimes/win/lib/net461/System.Security.Principal.Windows.dll": {}
  401. }
  402. }
  403. },
  404. ".NETFramework,Version=v4.8/win-x64": {
  405. "Microsoft.Identity.Client/4.60.3": {
  406. "type": "package",
  407. "dependencies": {
  408. "Microsoft.IdentityModel.Abstractions": "6.35.0",
  409. "System.Diagnostics.DiagnosticSource": "6.0.1"
  410. },
  411. "frameworkAssemblies": [
  412. "Microsoft.CSharp",
  413. "System",
  414. "System.Core",
  415. "System.Data",
  416. "System.Data.DataSetExtensions",
  417. "System.Drawing",
  418. "System.IdentityModel",
  419. "System.Net.Http",
  420. "System.Windows.Forms",
  421. "System.Xml",
  422. "System.Xml.Linq"
  423. ],
  424. "compile": {
  425. "lib/net462/Microsoft.Identity.Client.dll": {}
  426. },
  427. "runtime": {
  428. "lib/net462/Microsoft.Identity.Client.dll": {}
  429. }
  430. },
  431. "Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
  432. "type": "package",
  433. "dependencies": {
  434. "Microsoft.Identity.Client": "4.60.3",
  435. "System.IO.FileSystem.AccessControl": "5.0.0",
  436. "System.Security.Cryptography.ProtectedData": "4.5.0"
  437. },
  438. "compile": {
  439. "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
  440. },
  441. "runtime": {
  442. "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
  443. }
  444. },
  445. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  446. "type": "package",
  447. "compile": {
  448. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  449. },
  450. "runtime": {
  451. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  452. }
  453. },
  454. "Microsoft.InformationProtection.File/1.14.128": {
  455. "type": "package",
  456. "compile": {
  457. "lib/net40/Microsoft.InformationProtection.dll": {}
  458. },
  459. "runtime": {
  460. "lib/net40/Microsoft.InformationProtection.dll": {}
  461. },
  462. "build": {
  463. "build/net40/Microsoft.InformationProtection.File.targets": {}
  464. }
  465. },
  466. "System.Buffers/4.5.1": {
  467. "type": "package",
  468. "frameworkAssemblies": [
  469. "mscorlib"
  470. ],
  471. "compile": {
  472. "ref/net45/System.Buffers.dll": {}
  473. },
  474. "runtime": {
  475. "lib/net461/System.Buffers.dll": {}
  476. }
  477. },
  478. "System.Diagnostics.DiagnosticSource/6.0.1": {
  479. "type": "package",
  480. "dependencies": {
  481. "System.Memory": "4.5.4",
  482. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  483. },
  484. "compile": {
  485. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  486. },
  487. "runtime": {
  488. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  489. }
  490. },
  491. "System.IO.FileSystem.AccessControl/5.0.0": {
  492. "type": "package",
  493. "dependencies": {
  494. "System.Security.AccessControl": "5.0.0",
  495. "System.Security.Principal.Windows": "5.0.0"
  496. },
  497. "frameworkAssemblies": [
  498. "mscorlib"
  499. ],
  500. "compile": {
  501. "ref/net461/System.IO.FileSystem.AccessControl.dll": {}
  502. },
  503. "runtime": {
  504. "lib/net461/System.IO.FileSystem.AccessControl.dll": {}
  505. }
  506. },
  507. "System.Memory/4.5.4": {
  508. "type": "package",
  509. "dependencies": {
  510. "System.Buffers": "4.5.1",
  511. "System.Numerics.Vectors": "4.5.0",
  512. "System.Runtime.CompilerServices.Unsafe": "4.5.3"
  513. },
  514. "frameworkAssemblies": [
  515. "System",
  516. "mscorlib"
  517. ],
  518. "compile": {
  519. "lib/net461/System.Memory.dll": {}
  520. },
  521. "runtime": {
  522. "lib/net461/System.Memory.dll": {}
  523. }
  524. },
  525. "System.Numerics.Vectors/4.5.0": {
  526. "type": "package",
  527. "frameworkAssemblies": [
  528. "System.Numerics",
  529. "mscorlib"
  530. ],
  531. "compile": {
  532. "ref/net46/System.Numerics.Vectors.dll": {}
  533. },
  534. "runtime": {
  535. "lib/net46/System.Numerics.Vectors.dll": {}
  536. }
  537. },
  538. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  539. "type": "package",
  540. "frameworkAssemblies": [
  541. "mscorlib"
  542. ],
  543. "compile": {
  544. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  545. },
  546. "runtime": {
  547. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  548. }
  549. },
  550. "System.Security.AccessControl/5.0.0": {
  551. "type": "package",
  552. "dependencies": {
  553. "System.Security.Principal.Windows": "5.0.0"
  554. },
  555. "frameworkAssemblies": [
  556. "mscorlib"
  557. ],
  558. "compile": {
  559. "ref/net461/System.Security.AccessControl.dll": {}
  560. },
  561. "runtime": {
  562. "lib/net461/System.Security.AccessControl.dll": {}
  563. }
  564. },
  565. "System.Security.Cryptography.ProtectedData/4.5.0": {
  566. "type": "package",
  567. "frameworkAssemblies": [
  568. "System.Security",
  569. "mscorlib"
  570. ],
  571. "compile": {
  572. "ref/net461/System.Security.Cryptography.ProtectedData.dll": {}
  573. },
  574. "runtime": {
  575. "lib/net461/System.Security.Cryptography.ProtectedData.dll": {}
  576. }
  577. },
  578. "System.Security.Principal.Windows/5.0.0": {
  579. "type": "package",
  580. "frameworkAssemblies": [
  581. "System",
  582. "mscorlib"
  583. ],
  584. "compile": {
  585. "ref/net461/System.Security.Principal.Windows.dll": {}
  586. },
  587. "runtime": {
  588. "lib/net461/System.Security.Principal.Windows.dll": {}
  589. }
  590. }
  591. },
  592. ".NETFramework,Version=v4.8/win-x86": {
  593. "Microsoft.Identity.Client/4.60.3": {
  594. "type": "package",
  595. "dependencies": {
  596. "Microsoft.IdentityModel.Abstractions": "6.35.0",
  597. "System.Diagnostics.DiagnosticSource": "6.0.1"
  598. },
  599. "frameworkAssemblies": [
  600. "Microsoft.CSharp",
  601. "System",
  602. "System.Core",
  603. "System.Data",
  604. "System.Data.DataSetExtensions",
  605. "System.Drawing",
  606. "System.IdentityModel",
  607. "System.Net.Http",
  608. "System.Windows.Forms",
  609. "System.Xml",
  610. "System.Xml.Linq"
  611. ],
  612. "compile": {
  613. "lib/net462/Microsoft.Identity.Client.dll": {}
  614. },
  615. "runtime": {
  616. "lib/net462/Microsoft.Identity.Client.dll": {}
  617. }
  618. },
  619. "Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
  620. "type": "package",
  621. "dependencies": {
  622. "Microsoft.Identity.Client": "4.60.3",
  623. "System.IO.FileSystem.AccessControl": "5.0.0",
  624. "System.Security.Cryptography.ProtectedData": "4.5.0"
  625. },
  626. "compile": {
  627. "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
  628. },
  629. "runtime": {
  630. "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {}
  631. }
  632. },
  633. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  634. "type": "package",
  635. "compile": {
  636. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  637. },
  638. "runtime": {
  639. "lib/net472/Microsoft.IdentityModel.Abstractions.dll": {}
  640. }
  641. },
  642. "Microsoft.InformationProtection.File/1.14.128": {
  643. "type": "package",
  644. "compile": {
  645. "lib/net40/Microsoft.InformationProtection.dll": {}
  646. },
  647. "runtime": {
  648. "lib/net40/Microsoft.InformationProtection.dll": {}
  649. },
  650. "build": {
  651. "build/net40/Microsoft.InformationProtection.File.targets": {}
  652. }
  653. },
  654. "System.Buffers/4.5.1": {
  655. "type": "package",
  656. "frameworkAssemblies": [
  657. "mscorlib"
  658. ],
  659. "compile": {
  660. "ref/net45/System.Buffers.dll": {}
  661. },
  662. "runtime": {
  663. "lib/net461/System.Buffers.dll": {}
  664. }
  665. },
  666. "System.Diagnostics.DiagnosticSource/6.0.1": {
  667. "type": "package",
  668. "dependencies": {
  669. "System.Memory": "4.5.4",
  670. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  671. },
  672. "compile": {
  673. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  674. },
  675. "runtime": {
  676. "lib/net461/System.Diagnostics.DiagnosticSource.dll": {}
  677. }
  678. },
  679. "System.IO.FileSystem.AccessControl/5.0.0": {
  680. "type": "package",
  681. "dependencies": {
  682. "System.Security.AccessControl": "5.0.0",
  683. "System.Security.Principal.Windows": "5.0.0"
  684. },
  685. "frameworkAssemblies": [
  686. "mscorlib"
  687. ],
  688. "compile": {
  689. "ref/net461/System.IO.FileSystem.AccessControl.dll": {}
  690. },
  691. "runtime": {
  692. "lib/net461/System.IO.FileSystem.AccessControl.dll": {}
  693. }
  694. },
  695. "System.Memory/4.5.4": {
  696. "type": "package",
  697. "dependencies": {
  698. "System.Buffers": "4.5.1",
  699. "System.Numerics.Vectors": "4.5.0",
  700. "System.Runtime.CompilerServices.Unsafe": "4.5.3"
  701. },
  702. "frameworkAssemblies": [
  703. "System",
  704. "mscorlib"
  705. ],
  706. "compile": {
  707. "lib/net461/System.Memory.dll": {}
  708. },
  709. "runtime": {
  710. "lib/net461/System.Memory.dll": {}
  711. }
  712. },
  713. "System.Numerics.Vectors/4.5.0": {
  714. "type": "package",
  715. "frameworkAssemblies": [
  716. "System.Numerics",
  717. "mscorlib"
  718. ],
  719. "compile": {
  720. "ref/net46/System.Numerics.Vectors.dll": {}
  721. },
  722. "runtime": {
  723. "lib/net46/System.Numerics.Vectors.dll": {}
  724. }
  725. },
  726. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  727. "type": "package",
  728. "frameworkAssemblies": [
  729. "mscorlib"
  730. ],
  731. "compile": {
  732. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  733. },
  734. "runtime": {
  735. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll": {}
  736. }
  737. },
  738. "System.Security.AccessControl/5.0.0": {
  739. "type": "package",
  740. "dependencies": {
  741. "System.Security.Principal.Windows": "5.0.0"
  742. },
  743. "frameworkAssemblies": [
  744. "mscorlib"
  745. ],
  746. "compile": {
  747. "ref/net461/System.Security.AccessControl.dll": {}
  748. },
  749. "runtime": {
  750. "lib/net461/System.Security.AccessControl.dll": {}
  751. }
  752. },
  753. "System.Security.Cryptography.ProtectedData/4.5.0": {
  754. "type": "package",
  755. "frameworkAssemblies": [
  756. "System.Security",
  757. "mscorlib"
  758. ],
  759. "compile": {
  760. "ref/net461/System.Security.Cryptography.ProtectedData.dll": {}
  761. },
  762. "runtime": {
  763. "lib/net461/System.Security.Cryptography.ProtectedData.dll": {}
  764. }
  765. },
  766. "System.Security.Principal.Windows/5.0.0": {
  767. "type": "package",
  768. "frameworkAssemblies": [
  769. "System",
  770. "mscorlib"
  771. ],
  772. "compile": {
  773. "ref/net461/System.Security.Principal.Windows.dll": {}
  774. },
  775. "runtime": {
  776. "lib/net461/System.Security.Principal.Windows.dll": {}
  777. }
  778. }
  779. }
  780. },
  781. "libraries": {
  782. "Microsoft.Identity.Client/4.60.3": {
  783. "sha512": "jve1RzmSpBhGlqMzPva6VfRbLMLZZc1Q8WRVZf8+iEruQkBgDTJPq8OeTehcY4GGYG1j6UB1xVofVE+n4BLDdw==",
  784. "type": "package",
  785. "path": "microsoft.identity.client/4.60.3",
  786. "files": [
  787. ".nupkg.metadata",
  788. ".signature.p7s",
  789. "README.md",
  790. "lib/monoandroid12.0/Microsoft.Identity.Client.dll",
  791. "lib/monoandroid12.0/Microsoft.Identity.Client.xml",
  792. "lib/net462/Microsoft.Identity.Client.dll",
  793. "lib/net462/Microsoft.Identity.Client.xml",
  794. "lib/net6.0-android31.0/Microsoft.Identity.Client.dll",
  795. "lib/net6.0-android31.0/Microsoft.Identity.Client.xml",
  796. "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll",
  797. "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml",
  798. "lib/net6.0-windows7.0/Microsoft.Identity.Client.dll",
  799. "lib/net6.0-windows7.0/Microsoft.Identity.Client.xml",
  800. "lib/net6.0/Microsoft.Identity.Client.dll",
  801. "lib/net6.0/Microsoft.Identity.Client.xml",
  802. "lib/netstandard2.0/Microsoft.Identity.Client.dll",
  803. "lib/netstandard2.0/Microsoft.Identity.Client.xml",
  804. "lib/uap10.0.17763/Microsoft.Identity.Client.dll",
  805. "lib/uap10.0.17763/Microsoft.Identity.Client.pri",
  806. "lib/uap10.0.17763/Microsoft.Identity.Client.xml",
  807. "lib/xamarinios10/Microsoft.Identity.Client.dll",
  808. "lib/xamarinios10/Microsoft.Identity.Client.xml",
  809. "microsoft.identity.client.4.60.3.nupkg.sha512",
  810. "microsoft.identity.client.nuspec"
  811. ]
  812. },
  813. "Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
  814. "sha512": "X1Cz14/RbmlLshusE5u2zfG+5ul6ttgou19BZe5Mdw1qm6fgOI9/imBB2TIsx2UD7nkgd2+MCSzhbukZf7udeg==",
  815. "type": "package",
  816. "path": "microsoft.identity.client.extensions.msal/4.60.3",
  817. "files": [
  818. ".nupkg.metadata",
  819. ".signature.p7s",
  820. "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll",
  821. "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml",
  822. "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll",
  823. "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml",
  824. "microsoft.identity.client.extensions.msal.4.60.3.nupkg.sha512",
  825. "microsoft.identity.client.extensions.msal.nuspec"
  826. ]
  827. },
  828. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  829. "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
  830. "type": "package",
  831. "path": "microsoft.identitymodel.abstractions/6.35.0",
  832. "files": [
  833. ".nupkg.metadata",
  834. ".signature.p7s",
  835. "lib/net45/Microsoft.IdentityModel.Abstractions.dll",
  836. "lib/net45/Microsoft.IdentityModel.Abstractions.xml",
  837. "lib/net461/Microsoft.IdentityModel.Abstractions.dll",
  838. "lib/net461/Microsoft.IdentityModel.Abstractions.xml",
  839. "lib/net462/Microsoft.IdentityModel.Abstractions.dll",
  840. "lib/net462/Microsoft.IdentityModel.Abstractions.xml",
  841. "lib/net472/Microsoft.IdentityModel.Abstractions.dll",
  842. "lib/net472/Microsoft.IdentityModel.Abstractions.xml",
  843. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll",
  844. "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml",
  845. "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll",
  846. "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml",
  847. "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512",
  848. "microsoft.identitymodel.abstractions.nuspec"
  849. ]
  850. },
  851. "Microsoft.InformationProtection.File/1.14.128": {
  852. "sha512": "ZetXGuHtHUra2nOKILuZUTyvFzLmRbWSAfReZCp1ZC7OvkUcHeA8DX+tBlpQL1YZfWj3f5tRdo1xl4f05l6e0Q==",
  853. "type": "package",
  854. "path": "microsoft.informationprotection.file/1.14.128",
  855. "files": [
  856. ".nupkg.metadata",
  857. ".signature.p7s",
  858. "build/native/Microsoft.InformationProtection.File.targets",
  859. "build/native/bins/debug/amd64/libbz2-1.dll",
  860. "build/native/bins/debug/amd64/libffi-8.dll",
  861. "build/native/bins/debug/amd64/libgio-2.0-0.dll",
  862. "build/native/bins/debug/amd64/libglib-2.0-0.dll",
  863. "build/native/bins/debug/amd64/libgmodule-2.0-0.dll",
  864. "build/native/bins/debug/amd64/libgobject-2.0-0.dll",
  865. "build/native/bins/debug/amd64/libgsf-1-114.dll",
  866. "build/native/bins/debug/amd64/libiconv-2.dll",
  867. "build/native/bins/debug/amd64/libintl-8.dll",
  868. "build/native/bins/debug/amd64/liblzma-5.dll",
  869. "build/native/bins/debug/amd64/libpcre2-8-0.dll",
  870. "build/native/bins/debug/amd64/libwinpthread-1.dll",
  871. "build/native/bins/debug/amd64/libxml2-2.dll",
  872. "build/native/bins/debug/amd64/mip_ClientTelemetry.dll",
  873. "build/native/bins/debug/amd64/mip_core.dll",
  874. "build/native/bins/debug/amd64/mip_file_sdk.dll",
  875. "build/native/bins/debug/amd64/mip_protection_sdk.dll",
  876. "build/native/bins/debug/amd64/mip_upe_sdk.dll",
  877. "build/native/bins/debug/amd64/zlib1.dll",
  878. "build/native/bins/debug/x86/libbz2-1.dll",
  879. "build/native/bins/debug/x86/libffi-8.dll",
  880. "build/native/bins/debug/x86/libgcc_s_dw2-1.dll",
  881. "build/native/bins/debug/x86/libgio-2.0-0.dll",
  882. "build/native/bins/debug/x86/libglib-2.0-0.dll",
  883. "build/native/bins/debug/x86/libgmodule-2.0-0.dll",
  884. "build/native/bins/debug/x86/libgobject-2.0-0.dll",
  885. "build/native/bins/debug/x86/libgsf-1-114.dll",
  886. "build/native/bins/debug/x86/libiconv-2.dll",
  887. "build/native/bins/debug/x86/libintl-8.dll",
  888. "build/native/bins/debug/x86/liblzma-5.dll",
  889. "build/native/bins/debug/x86/libpcre2-8-0.dll",
  890. "build/native/bins/debug/x86/libwinpthread-1.dll",
  891. "build/native/bins/debug/x86/libxml2-2.dll",
  892. "build/native/bins/debug/x86/mip_ClientTelemetry.dll",
  893. "build/native/bins/debug/x86/mip_core.dll",
  894. "build/native/bins/debug/x86/mip_file_sdk.dll",
  895. "build/native/bins/debug/x86/mip_protection_sdk.dll",
  896. "build/native/bins/debug/x86/mip_upe_sdk.dll",
  897. "build/native/bins/debug/x86/zlib1.dll",
  898. "build/native/bins/release/amd64/libbz2-1.dll",
  899. "build/native/bins/release/amd64/libffi-8.dll",
  900. "build/native/bins/release/amd64/libgio-2.0-0.dll",
  901. "build/native/bins/release/amd64/libglib-2.0-0.dll",
  902. "build/native/bins/release/amd64/libgmodule-2.0-0.dll",
  903. "build/native/bins/release/amd64/libgobject-2.0-0.dll",
  904. "build/native/bins/release/amd64/libgsf-1-114.dll",
  905. "build/native/bins/release/amd64/libiconv-2.dll",
  906. "build/native/bins/release/amd64/libintl-8.dll",
  907. "build/native/bins/release/amd64/liblzma-5.dll",
  908. "build/native/bins/release/amd64/libpcre2-8-0.dll",
  909. "build/native/bins/release/amd64/libwinpthread-1.dll",
  910. "build/native/bins/release/amd64/libxml2-2.dll",
  911. "build/native/bins/release/amd64/mip_ClientTelemetry.dll",
  912. "build/native/bins/release/amd64/mip_core.dll",
  913. "build/native/bins/release/amd64/mip_file_sdk.dll",
  914. "build/native/bins/release/amd64/mip_protection_sdk.dll",
  915. "build/native/bins/release/amd64/mip_upe_sdk.dll",
  916. "build/native/bins/release/amd64/zlib1.dll",
  917. "build/native/bins/release/x86/libbz2-1.dll",
  918. "build/native/bins/release/x86/libffi-8.dll",
  919. "build/native/bins/release/x86/libgcc_s_dw2-1.dll",
  920. "build/native/bins/release/x86/libgio-2.0-0.dll",
  921. "build/native/bins/release/x86/libglib-2.0-0.dll",
  922. "build/native/bins/release/x86/libgmodule-2.0-0.dll",
  923. "build/native/bins/release/x86/libgobject-2.0-0.dll",
  924. "build/native/bins/release/x86/libgsf-1-114.dll",
  925. "build/native/bins/release/x86/libiconv-2.dll",
  926. "build/native/bins/release/x86/libintl-8.dll",
  927. "build/native/bins/release/x86/liblzma-5.dll",
  928. "build/native/bins/release/x86/libpcre2-8-0.dll",
  929. "build/native/bins/release/x86/libwinpthread-1.dll",
  930. "build/native/bins/release/x86/libxml2-2.dll",
  931. "build/native/bins/release/x86/mip_ClientTelemetry.dll",
  932. "build/native/bins/release/x86/mip_core.dll",
  933. "build/native/bins/release/x86/mip_file_sdk.dll",
  934. "build/native/bins/release/x86/mip_protection_sdk.dll",
  935. "build/native/bins/release/x86/mip_upe_sdk.dll",
  936. "build/native/bins/release/x86/zlib1.dll",
  937. "build/native/include/mip/audit_delegate.h",
  938. "build/native/include/mip/audit_event.h",
  939. "build/native/include/mip/common_types.h",
  940. "build/native/include/mip/delegate_response.h",
  941. "build/native/include/mip/diagnostic_configuration.h",
  942. "build/native/include/mip/diagnostic_delegate.h",
  943. "build/native/include/mip/diagnostic_types.h",
  944. "build/native/include/mip/dns_redirection.h",
  945. "build/native/include/mip/error.h",
  946. "build/native/include/mip/event.h",
  947. "build/native/include/mip/event_context.h",
  948. "build/native/include/mip/event_property.h",
  949. "build/native/include/mip/file/file_engine.h",
  950. "build/native/include/mip/file/file_error.h",
  951. "build/native/include/mip/file/file_execution_state.h",
  952. "build/native/include/mip/file/file_export.h",
  953. "build/native/include/mip/file/file_handler.h",
  954. "build/native/include/mip/file/file_inspector.h",
  955. "build/native/include/mip/file/file_profile.h",
  956. "build/native/include/mip/file/file_status.h",
  957. "build/native/include/mip/file/labeling_options.h",
  958. "build/native/include/mip/file/msg_inspector.h",
  959. "build/native/include/mip/file/protection_settings.h",
  960. "build/native/include/mip/flighting_feature.h",
  961. "build/native/include/mip/http_delegate.h",
  962. "build/native/include/mip/http_operation.h",
  963. "build/native/include/mip/http_request.h",
  964. "build/native/include/mip/http_response.h",
  965. "build/native/include/mip/json_delegate.h",
  966. "build/native/include/mip/json_document.h",
  967. "build/native/include/mip/json_value.h",
  968. "build/native/include/mip/log_message_data.h",
  969. "build/native/include/mip/logger_delegate.h",
  970. "build/native/include/mip/mip_configuration.h",
  971. "build/native/include/mip/mip_context.h",
  972. "build/native/include/mip/mip_export.h",
  973. "build/native/include/mip/mip_namespace.h",
  974. "build/native/include/mip/protection/delegation_license.h",
  975. "build/native/include/mip/protection/delegation_license_settings.h",
  976. "build/native/include/mip/protection/get_template_settings.h",
  977. "build/native/include/mip/protection/license_application_data.h",
  978. "build/native/include/mip/protection/license_connection_info.h",
  979. "build/native/include/mip/protection/license_descriptor.h",
  980. "build/native/include/mip/protection/license_rights_data.h",
  981. "build/native/include/mip/protection/parsed_publishing_license.h",
  982. "build/native/include/mip/protection/parsed_publishing_license_builder.h",
  983. "build/native/include/mip/protection/protection_common_settings.h",
  984. "build/native/include/mip/protection/protection_common_types.h",
  985. "build/native/include/mip/protection/protection_descriptor_builder.h",
  986. "build/native/include/mip/protection/protection_engine.h",
  987. "build/native/include/mip/protection/protection_handler.h",
  988. "build/native/include/mip/protection/protection_profile.h",
  989. "build/native/include/mip/protection/publishing_use_license_request.h",
  990. "build/native/include/mip/protection/rights.h",
  991. "build/native/include/mip/protection/roles.h",
  992. "build/native/include/mip/protection/template_descriptor.h",
  993. "build/native/include/mip/protection/tenant_information.h",
  994. "build/native/include/mip/protection_descriptor.h",
  995. "build/native/include/mip/storage_delegate.h",
  996. "build/native/include/mip/storage_table.h",
  997. "build/native/include/mip/stream.h",
  998. "build/native/include/mip/stream_utils.h",
  999. "build/native/include/mip/task_dispatcher_delegate.h",
  1000. "build/native/include/mip/telemetry_delegate.h",
  1001. "build/native/include/mip/telemetry_event.h",
  1002. "build/native/include/mip/upe/action.h",
  1003. "build/native/include/mip/upe/add_content_footer_action.h",
  1004. "build/native/include/mip/upe/add_content_header_action.h",
  1005. "build/native/include/mip/upe/add_watermark_action.h",
  1006. "build/native/include/mip/upe/apply_label_action.h",
  1007. "build/native/include/mip/upe/classification_request.h",
  1008. "build/native/include/mip/upe/classification_result.h",
  1009. "build/native/include/mip/upe/content_label.h",
  1010. "build/native/include/mip/upe/custom_action.h",
  1011. "build/native/include/mip/upe/detailed_classification_result.h",
  1012. "build/native/include/mip/upe/execution_state.h",
  1013. "build/native/include/mip/upe/justify_action.h",
  1014. "build/native/include/mip/upe/label.h",
  1015. "build/native/include/mip/upe/metadata_action.h",
  1016. "build/native/include/mip/upe/metadata_entry.h",
  1017. "build/native/include/mip/upe/metadata_version.h",
  1018. "build/native/include/mip/upe/policy_engine.h",
  1019. "build/native/include/mip/upe/policy_handler.h",
  1020. "build/native/include/mip/upe/policy_profile.h",
  1021. "build/native/include/mip/upe/protect_adhoc_action.h",
  1022. "build/native/include/mip/upe/protect_adhoc_dk_action.h",
  1023. "build/native/include/mip/upe/protect_by_encrypt_only_action.h",
  1024. "build/native/include/mip/upe/protect_by_template_action.h",
  1025. "build/native/include/mip/upe/protect_do_not_forward_action.h",
  1026. "build/native/include/mip/upe/protect_do_not_forward_dk_action.h",
  1027. "build/native/include/mip/upe/recommend_label_action.h",
  1028. "build/native/include/mip/upe/remove_content_footer_action.h",
  1029. "build/native/include/mip/upe/remove_content_header_action.h",
  1030. "build/native/include/mip/upe/remove_protection_action.h",
  1031. "build/native/include/mip/upe/remove_watermark_action.h",
  1032. "build/native/include/mip/upe/sensitivity_types_rule_package.h",
  1033. "build/native/include/mip/user_rights.h",
  1034. "build/native/include/mip/user_roles.h",
  1035. "build/native/include/mip/version.h",
  1036. "build/native/include/mip/version.inc",
  1037. "build/native/include/mip/xml_delegate.h",
  1038. "build/native/include/mip/xml_document.h",
  1039. "build/native/include/mip/xml_node.h",
  1040. "build/native/include/mip/xml_reader.h",
  1041. "build/native/include/mip_cc/application_info_cc.h",
  1042. "build/native/include/mip_cc/auth_callback_cc.h",
  1043. "build/native/include/mip_cc/common_types_cc.h",
  1044. "build/native/include/mip_cc/consent_callback_cc.h",
  1045. "build/native/include/mip_cc/dictionary_cc.h",
  1046. "build/native/include/mip_cc/error_cc.h",
  1047. "build/native/include/mip_cc/flighting_feature_cc.h",
  1048. "build/native/include/mip_cc/http_delegate_cc.h",
  1049. "build/native/include/mip_cc/identity_cc.h",
  1050. "build/native/include/mip_cc/logger_delegate_cc.h",
  1051. "build/native/include/mip_cc/mip_context_cc.h",
  1052. "build/native/include/mip_cc/mip_macros_cc.h",
  1053. "build/native/include/mip_cc/protection/delegation_license_cc.h",
  1054. "build/native/include/mip_cc/protection/protection_crypto_types_cc.h",
  1055. "build/native/include/mip_cc/protection/protection_engine_cc.h",
  1056. "build/native/include/mip_cc/protection/protection_handler_cc.h",
  1057. "build/native/include/mip_cc/protection/protection_profile_cc.h",
  1058. "build/native/include/mip_cc/protection/template_descriptor_cc.h",
  1059. "build/native/include/mip_cc/protection_descriptor_cc.h",
  1060. "build/native/include/mip_cc/result_cc.h",
  1061. "build/native/include/mip_cc/stream_cc.h",
  1062. "build/native/include/mip_cc/string_list_cc.h",
  1063. "build/native/include/mip_cc/task_dispatcher_delegate_cc.h",
  1064. "build/native/include/mip_cc/telemetry_configuration_cc.h",
  1065. "build/native/include/mip_cc/upe/action_cc.h",
  1066. "build/native/include/mip_cc/upe/action_result_cc.h",
  1067. "build/native/include/mip_cc/upe/add_content_footer_action_cc.h",
  1068. "build/native/include/mip_cc/upe/add_content_header_action_cc.h",
  1069. "build/native/include/mip_cc/upe/add_watermark_action_cc.h",
  1070. "build/native/include/mip_cc/upe/application_action_state_cc.h",
  1071. "build/native/include/mip_cc/upe/content_label_cc.h",
  1072. "build/native/include/mip_cc/upe/custom_action_cc.h",
  1073. "build/native/include/mip_cc/upe/document_state_cc.h",
  1074. "build/native/include/mip_cc/upe/justify_action_cc.h",
  1075. "build/native/include/mip_cc/upe/label_cc.h",
  1076. "build/native/include/mip_cc/upe/metadata_action_cc.h",
  1077. "build/native/include/mip_cc/upe/metadata_dictionary_cc.h",
  1078. "build/native/include/mip_cc/upe/policy_engine_cc.h",
  1079. "build/native/include/mip_cc/upe/policy_handler_cc.h",
  1080. "build/native/include/mip_cc/upe/policy_profile_cc.h",
  1081. "build/native/include/mip_cc/upe/protect_adhoc_action_cc.h",
  1082. "build/native/include/mip_cc/upe/protect_adhoc_dk_action_cc.h",
  1083. "build/native/include/mip_cc/upe/protect_by_encrypt_only_action_cc.h",
  1084. "build/native/include/mip_cc/upe/protect_by_template_action_cc.h",
  1085. "build/native/include/mip_cc/upe/protect_do_not_forward_action_cc.h",
  1086. "build/native/include/mip_cc/upe/protect_do_not_forward_dk_action_cc.h",
  1087. "build/native/include/mip_cc/upe/remove_content_footer_action_cc.h",
  1088. "build/native/include/mip_cc/upe/remove_content_header_action_cc.h",
  1089. "build/native/include/mip_cc/upe/remove_protection_action_cc.h",
  1090. "build/native/include/mip_cc/upe/remove_watermark_action_cc.h",
  1091. "build/native/include/mip_cc/upe/sensitivity_type_cc.h",
  1092. "build/native/lib/debug/amd64/mip_file_sdk.lib",
  1093. "build/native/lib/debug/amd64/mip_protection_sdk.lib",
  1094. "build/native/lib/debug/amd64/mip_upe_sdk.lib",
  1095. "build/native/lib/debug/x86/mip_file_sdk.lib",
  1096. "build/native/lib/debug/x86/mip_protection_sdk.lib",
  1097. "build/native/lib/debug/x86/mip_upe_sdk.lib",
  1098. "build/native/lib/release/amd64/mip_file_sdk.lib",
  1099. "build/native/lib/release/amd64/mip_protection_sdk.lib",
  1100. "build/native/lib/release/amd64/mip_upe_sdk.lib",
  1101. "build/native/lib/release/x86/mip_file_sdk.lib",
  1102. "build/native/lib/release/x86/mip_protection_sdk.lib",
  1103. "build/native/lib/release/x86/mip_upe_sdk.lib",
  1104. "build/net40/Microsoft.InformationProtection.File.targets",
  1105. "build/netstandard2.0/Microsoft.InformationProtection.File.targets",
  1106. "dotnet/win7-x64/native/debug/mip_dotnet.dll",
  1107. "dotnet/win7-x64/native/release/mip_dotnet.dll",
  1108. "dotnet/win7-x86/native/debug/mip_dotnet.dll",
  1109. "dotnet/win7-x86/native/release/mip_dotnet.dll",
  1110. "icon.png",
  1111. "lib/LICENSE.txt",
  1112. "lib/LicenseTerms.rtf",
  1113. "lib/ThirdPartyDependencyVersions-x64.txt",
  1114. "lib/ThirdPartyDependencyVersions-x86.txt",
  1115. "lib/ThirdPartyNotice.txt",
  1116. "lib/net40/Microsoft.InformationProtection.dll",
  1117. "lib/net40/Microsoft.InformationProtection.xml",
  1118. "lib/netstandard2.0/Microsoft.InformationProtection.dll",
  1119. "lib/netstandard2.0/Microsoft.InformationProtection.xml",
  1120. "lib/readme.md",
  1121. "lib/redist.txt",
  1122. "lib/version.txt",
  1123. "microsoft.informationprotection.file.1.14.128.nupkg.sha512",
  1124. "microsoft.informationprotection.file.nuspec"
  1125. ]
  1126. },
  1127. "System.Buffers/4.5.1": {
  1128. "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  1129. "type": "package",
  1130. "path": "system.buffers/4.5.1",
  1131. "files": [
  1132. ".nupkg.metadata",
  1133. ".signature.p7s",
  1134. "LICENSE.TXT",
  1135. "THIRD-PARTY-NOTICES.TXT",
  1136. "lib/net461/System.Buffers.dll",
  1137. "lib/net461/System.Buffers.xml",
  1138. "lib/netcoreapp2.0/_._",
  1139. "lib/netstandard1.1/System.Buffers.dll",
  1140. "lib/netstandard1.1/System.Buffers.xml",
  1141. "lib/netstandard2.0/System.Buffers.dll",
  1142. "lib/netstandard2.0/System.Buffers.xml",
  1143. "lib/uap10.0.16299/_._",
  1144. "ref/net45/System.Buffers.dll",
  1145. "ref/net45/System.Buffers.xml",
  1146. "ref/netcoreapp2.0/_._",
  1147. "ref/netstandard1.1/System.Buffers.dll",
  1148. "ref/netstandard1.1/System.Buffers.xml",
  1149. "ref/netstandard2.0/System.Buffers.dll",
  1150. "ref/netstandard2.0/System.Buffers.xml",
  1151. "ref/uap10.0.16299/_._",
  1152. "system.buffers.4.5.1.nupkg.sha512",
  1153. "system.buffers.nuspec",
  1154. "useSharedDesignerContext.txt",
  1155. "version.txt"
  1156. ]
  1157. },
  1158. "System.Diagnostics.DiagnosticSource/6.0.1": {
  1159. "sha512": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
  1160. "type": "package",
  1161. "path": "system.diagnostics.diagnosticsource/6.0.1",
  1162. "files": [
  1163. ".nupkg.metadata",
  1164. ".signature.p7s",
  1165. "Icon.png",
  1166. "LICENSE.TXT",
  1167. "THIRD-PARTY-NOTICES.TXT",
  1168. "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets",
  1169. "buildTransitive/netcoreapp3.1/_._",
  1170. "lib/net461/System.Diagnostics.DiagnosticSource.dll",
  1171. "lib/net461/System.Diagnostics.DiagnosticSource.xml",
  1172. "lib/net5.0/System.Diagnostics.DiagnosticSource.dll",
  1173. "lib/net5.0/System.Diagnostics.DiagnosticSource.xml",
  1174. "lib/net6.0/System.Diagnostics.DiagnosticSource.dll",
  1175. "lib/net6.0/System.Diagnostics.DiagnosticSource.xml",
  1176. "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll",
  1177. "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml",
  1178. "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512",
  1179. "system.diagnostics.diagnosticsource.nuspec",
  1180. "useSharedDesignerContext.txt"
  1181. ]
  1182. },
  1183. "System.IO.FileSystem.AccessControl/5.0.0": {
  1184. "sha512": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==",
  1185. "type": "package",
  1186. "path": "system.io.filesystem.accesscontrol/5.0.0",
  1187. "files": [
  1188. ".nupkg.metadata",
  1189. ".signature.p7s",
  1190. "Icon.png",
  1191. "LICENSE.TXT",
  1192. "THIRD-PARTY-NOTICES.TXT",
  1193. "lib/net46/System.IO.FileSystem.AccessControl.dll",
  1194. "lib/net461/System.IO.FileSystem.AccessControl.dll",
  1195. "lib/net461/System.IO.FileSystem.AccessControl.xml",
  1196. "lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll",
  1197. "lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll",
  1198. "lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml",
  1199. "ref/net46/System.IO.FileSystem.AccessControl.dll",
  1200. "ref/net461/System.IO.FileSystem.AccessControl.dll",
  1201. "ref/net461/System.IO.FileSystem.AccessControl.xml",
  1202. "ref/netstandard1.3/System.IO.FileSystem.AccessControl.dll",
  1203. "ref/netstandard1.3/System.IO.FileSystem.AccessControl.xml",
  1204. "ref/netstandard1.3/de/System.IO.FileSystem.AccessControl.xml",
  1205. "ref/netstandard1.3/es/System.IO.FileSystem.AccessControl.xml",
  1206. "ref/netstandard1.3/fr/System.IO.FileSystem.AccessControl.xml",
  1207. "ref/netstandard1.3/it/System.IO.FileSystem.AccessControl.xml",
  1208. "ref/netstandard1.3/ja/System.IO.FileSystem.AccessControl.xml",
  1209. "ref/netstandard1.3/ko/System.IO.FileSystem.AccessControl.xml",
  1210. "ref/netstandard1.3/ru/System.IO.FileSystem.AccessControl.xml",
  1211. "ref/netstandard1.3/zh-hans/System.IO.FileSystem.AccessControl.xml",
  1212. "ref/netstandard1.3/zh-hant/System.IO.FileSystem.AccessControl.xml",
  1213. "ref/netstandard2.0/System.IO.FileSystem.AccessControl.dll",
  1214. "ref/netstandard2.0/System.IO.FileSystem.AccessControl.xml",
  1215. "runtimes/win/lib/net46/System.IO.FileSystem.AccessControl.dll",
  1216. "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.dll",
  1217. "runtimes/win/lib/net461/System.IO.FileSystem.AccessControl.xml",
  1218. "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.AccessControl.dll",
  1219. "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.dll",
  1220. "runtimes/win/lib/netstandard2.0/System.IO.FileSystem.AccessControl.xml",
  1221. "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512",
  1222. "system.io.filesystem.accesscontrol.nuspec",
  1223. "useSharedDesignerContext.txt",
  1224. "version.txt"
  1225. ]
  1226. },
  1227. "System.Memory/4.5.4": {
  1228. "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  1229. "type": "package",
  1230. "path": "system.memory/4.5.4",
  1231. "files": [
  1232. ".nupkg.metadata",
  1233. ".signature.p7s",
  1234. "LICENSE.TXT",
  1235. "THIRD-PARTY-NOTICES.TXT",
  1236. "lib/net461/System.Memory.dll",
  1237. "lib/net461/System.Memory.xml",
  1238. "lib/netcoreapp2.1/_._",
  1239. "lib/netstandard1.1/System.Memory.dll",
  1240. "lib/netstandard1.1/System.Memory.xml",
  1241. "lib/netstandard2.0/System.Memory.dll",
  1242. "lib/netstandard2.0/System.Memory.xml",
  1243. "ref/netcoreapp2.1/_._",
  1244. "system.memory.4.5.4.nupkg.sha512",
  1245. "system.memory.nuspec",
  1246. "useSharedDesignerContext.txt",
  1247. "version.txt"
  1248. ]
  1249. },
  1250. "System.Numerics.Vectors/4.5.0": {
  1251. "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  1252. "type": "package",
  1253. "path": "system.numerics.vectors/4.5.0",
  1254. "files": [
  1255. ".nupkg.metadata",
  1256. ".signature.p7s",
  1257. "LICENSE.TXT",
  1258. "THIRD-PARTY-NOTICES.TXT",
  1259. "lib/MonoAndroid10/_._",
  1260. "lib/MonoTouch10/_._",
  1261. "lib/net46/System.Numerics.Vectors.dll",
  1262. "lib/net46/System.Numerics.Vectors.xml",
  1263. "lib/netcoreapp2.0/_._",
  1264. "lib/netstandard1.0/System.Numerics.Vectors.dll",
  1265. "lib/netstandard1.0/System.Numerics.Vectors.xml",
  1266. "lib/netstandard2.0/System.Numerics.Vectors.dll",
  1267. "lib/netstandard2.0/System.Numerics.Vectors.xml",
  1268. "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
  1269. "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
  1270. "lib/uap10.0.16299/_._",
  1271. "lib/xamarinios10/_._",
  1272. "lib/xamarinmac20/_._",
  1273. "lib/xamarintvos10/_._",
  1274. "lib/xamarinwatchos10/_._",
  1275. "ref/MonoAndroid10/_._",
  1276. "ref/MonoTouch10/_._",
  1277. "ref/net45/System.Numerics.Vectors.dll",
  1278. "ref/net45/System.Numerics.Vectors.xml",
  1279. "ref/net46/System.Numerics.Vectors.dll",
  1280. "ref/net46/System.Numerics.Vectors.xml",
  1281. "ref/netcoreapp2.0/_._",
  1282. "ref/netstandard1.0/System.Numerics.Vectors.dll",
  1283. "ref/netstandard1.0/System.Numerics.Vectors.xml",
  1284. "ref/netstandard2.0/System.Numerics.Vectors.dll",
  1285. "ref/netstandard2.0/System.Numerics.Vectors.xml",
  1286. "ref/uap10.0.16299/_._",
  1287. "ref/xamarinios10/_._",
  1288. "ref/xamarinmac20/_._",
  1289. "ref/xamarintvos10/_._",
  1290. "ref/xamarinwatchos10/_._",
  1291. "system.numerics.vectors.4.5.0.nupkg.sha512",
  1292. "system.numerics.vectors.nuspec",
  1293. "useSharedDesignerContext.txt",
  1294. "version.txt"
  1295. ]
  1296. },
  1297. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  1298. "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  1299. "type": "package",
  1300. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  1301. "files": [
  1302. ".nupkg.metadata",
  1303. ".signature.p7s",
  1304. "Icon.png",
  1305. "LICENSE.TXT",
  1306. "THIRD-PARTY-NOTICES.TXT",
  1307. "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets",
  1308. "buildTransitive/netcoreapp3.1/_._",
  1309. "lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
  1310. "lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
  1311. "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll",
  1312. "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml",
  1313. "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll",
  1314. "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml",
  1315. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
  1316. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
  1317. "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
  1318. "system.runtime.compilerservices.unsafe.nuspec",
  1319. "useSharedDesignerContext.txt"
  1320. ]
  1321. },
  1322. "System.Security.AccessControl/5.0.0": {
  1323. "sha512": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
  1324. "type": "package",
  1325. "path": "system.security.accesscontrol/5.0.0",
  1326. "files": [
  1327. ".nupkg.metadata",
  1328. ".signature.p7s",
  1329. "Icon.png",
  1330. "LICENSE.TXT",
  1331. "THIRD-PARTY-NOTICES.TXT",
  1332. "lib/net46/System.Security.AccessControl.dll",
  1333. "lib/net461/System.Security.AccessControl.dll",
  1334. "lib/net461/System.Security.AccessControl.xml",
  1335. "lib/netstandard1.3/System.Security.AccessControl.dll",
  1336. "lib/netstandard2.0/System.Security.AccessControl.dll",
  1337. "lib/netstandard2.0/System.Security.AccessControl.xml",
  1338. "lib/uap10.0.16299/_._",
  1339. "ref/net46/System.Security.AccessControl.dll",
  1340. "ref/net461/System.Security.AccessControl.dll",
  1341. "ref/net461/System.Security.AccessControl.xml",
  1342. "ref/netstandard1.3/System.Security.AccessControl.dll",
  1343. "ref/netstandard1.3/System.Security.AccessControl.xml",
  1344. "ref/netstandard1.3/de/System.Security.AccessControl.xml",
  1345. "ref/netstandard1.3/es/System.Security.AccessControl.xml",
  1346. "ref/netstandard1.3/fr/System.Security.AccessControl.xml",
  1347. "ref/netstandard1.3/it/System.Security.AccessControl.xml",
  1348. "ref/netstandard1.3/ja/System.Security.AccessControl.xml",
  1349. "ref/netstandard1.3/ko/System.Security.AccessControl.xml",
  1350. "ref/netstandard1.3/ru/System.Security.AccessControl.xml",
  1351. "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
  1352. "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
  1353. "ref/netstandard2.0/System.Security.AccessControl.dll",
  1354. "ref/netstandard2.0/System.Security.AccessControl.xml",
  1355. "ref/uap10.0.16299/_._",
  1356. "runtimes/win/lib/net46/System.Security.AccessControl.dll",
  1357. "runtimes/win/lib/net461/System.Security.AccessControl.dll",
  1358. "runtimes/win/lib/net461/System.Security.AccessControl.xml",
  1359. "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
  1360. "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml",
  1361. "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
  1362. "runtimes/win/lib/uap10.0.16299/_._",
  1363. "system.security.accesscontrol.5.0.0.nupkg.sha512",
  1364. "system.security.accesscontrol.nuspec",
  1365. "useSharedDesignerContext.txt",
  1366. "version.txt"
  1367. ]
  1368. },
  1369. "System.Security.Cryptography.ProtectedData/4.5.0": {
  1370. "sha512": "wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==",
  1371. "type": "package",
  1372. "path": "system.security.cryptography.protecteddata/4.5.0",
  1373. "files": [
  1374. ".nupkg.metadata",
  1375. ".signature.p7s",
  1376. "LICENSE.TXT",
  1377. "THIRD-PARTY-NOTICES.TXT",
  1378. "lib/MonoAndroid10/_._",
  1379. "lib/MonoTouch10/_._",
  1380. "lib/net46/System.Security.Cryptography.ProtectedData.dll",
  1381. "lib/net461/System.Security.Cryptography.ProtectedData.dll",
  1382. "lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
  1383. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
  1384. "lib/xamarinios10/_._",
  1385. "lib/xamarinmac20/_._",
  1386. "lib/xamarintvos10/_._",
  1387. "lib/xamarinwatchos10/_._",
  1388. "ref/MonoAndroid10/_._",
  1389. "ref/MonoTouch10/_._",
  1390. "ref/net46/System.Security.Cryptography.ProtectedData.dll",
  1391. "ref/net461/System.Security.Cryptography.ProtectedData.dll",
  1392. "ref/net461/System.Security.Cryptography.ProtectedData.xml",
  1393. "ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
  1394. "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
  1395. "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
  1396. "ref/xamarinios10/_._",
  1397. "ref/xamarinmac20/_._",
  1398. "ref/xamarintvos10/_._",
  1399. "ref/xamarinwatchos10/_._",
  1400. "runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll",
  1401. "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll",
  1402. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
  1403. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
  1404. "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512",
  1405. "system.security.cryptography.protecteddata.nuspec",
  1406. "useSharedDesignerContext.txt",
  1407. "version.txt"
  1408. ]
  1409. },
  1410. "System.Security.Principal.Windows/5.0.0": {
  1411. "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  1412. "type": "package",
  1413. "path": "system.security.principal.windows/5.0.0",
  1414. "files": [
  1415. ".nupkg.metadata",
  1416. ".signature.p7s",
  1417. "Icon.png",
  1418. "LICENSE.TXT",
  1419. "THIRD-PARTY-NOTICES.TXT",
  1420. "lib/net46/System.Security.Principal.Windows.dll",
  1421. "lib/net461/System.Security.Principal.Windows.dll",
  1422. "lib/net461/System.Security.Principal.Windows.xml",
  1423. "lib/netstandard1.3/System.Security.Principal.Windows.dll",
  1424. "lib/netstandard2.0/System.Security.Principal.Windows.dll",
  1425. "lib/netstandard2.0/System.Security.Principal.Windows.xml",
  1426. "lib/uap10.0.16299/_._",
  1427. "ref/net46/System.Security.Principal.Windows.dll",
  1428. "ref/net461/System.Security.Principal.Windows.dll",
  1429. "ref/net461/System.Security.Principal.Windows.xml",
  1430. "ref/netcoreapp3.0/System.Security.Principal.Windows.dll",
  1431. "ref/netcoreapp3.0/System.Security.Principal.Windows.xml",
  1432. "ref/netstandard1.3/System.Security.Principal.Windows.dll",
  1433. "ref/netstandard1.3/System.Security.Principal.Windows.xml",
  1434. "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
  1435. "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
  1436. "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
  1437. "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
  1438. "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
  1439. "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
  1440. "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
  1441. "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
  1442. "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
  1443. "ref/netstandard2.0/System.Security.Principal.Windows.dll",
  1444. "ref/netstandard2.0/System.Security.Principal.Windows.xml",
  1445. "ref/uap10.0.16299/_._",
  1446. "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
  1447. "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
  1448. "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
  1449. "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
  1450. "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
  1451. "runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
  1452. "runtimes/win/lib/net461/System.Security.Principal.Windows.xml",
  1453. "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
  1454. "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
  1455. "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
  1456. "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
  1457. "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
  1458. "runtimes/win/lib/uap10.0.16299/_._",
  1459. "system.security.principal.windows.5.0.0.nupkg.sha512",
  1460. "system.security.principal.windows.nuspec",
  1461. "useSharedDesignerContext.txt",
  1462. "version.txt"
  1463. ]
  1464. }
  1465. },
  1466. "projectFileDependencyGroups": {
  1467. ".NETFramework,Version=v4.8": [
  1468. "Microsoft.Identity.Client >= 4.60.3",
  1469. "Microsoft.Identity.Client.Extensions.Msal >= 4.60.3",
  1470. "Microsoft.InformationProtection.File >= 1.14.128"
  1471. ]
  1472. },
  1473. "packageFolders": {
  1474. "C:\\Users\\OpenValue\\.nuget\\packages\\": {},
  1475. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
  1476. },
  1477. "project": {
  1478. "version": "1.0.0",
  1479. "restore": {
  1480. "projectUniqueName": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj",
  1481. "projectName": "AipGateway.AIP",
  1482. "projectPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\AipGateway.AIP.csproj",
  1483. "packagesPath": "C:\\Users\\OpenValue\\.nuget\\packages\\",
  1484. "outputPath": "C:\\DEV\\SOLUTION\\IIS\\AipGateway\\AipGateway.AIP\\obj\\",
  1485. "projectStyle": "PackageReference",
  1486. "skipContentFileWrite": true,
  1487. "fallbackFolders": [
  1488. "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
  1489. ],
  1490. "configFilePaths": [
  1491. "C:\\Users\\OpenValue\\AppData\\Roaming\\NuGet\\NuGet.Config",
  1492. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
  1493. "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
  1494. ],
  1495. "originalTargetFrameworks": [
  1496. "net48"
  1497. ],
  1498. "sources": {
  1499. "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
  1500. "https://api.nuget.org/v3/index.json": {}
  1501. },
  1502. "frameworks": {
  1503. "net48": {
  1504. "projectReferences": {}
  1505. }
  1506. }
  1507. },
  1508. "frameworks": {
  1509. "net48": {
  1510. "dependencies": {
  1511. "Microsoft.Identity.Client": {
  1512. "target": "Package",
  1513. "version": "[4.60.3, )"
  1514. },
  1515. "Microsoft.Identity.Client.Extensions.Msal": {
  1516. "target": "Package",
  1517. "version": "[4.60.3, )"
  1518. },
  1519. "Microsoft.InformationProtection.File": {
  1520. "target": "Package",
  1521. "version": "[1.14.128, )"
  1522. }
  1523. }
  1524. }
  1525. },
  1526. "runtimes": {
  1527. "win": {
  1528. "#import": []
  1529. },
  1530. "win-x64": {
  1531. "#import": []
  1532. },
  1533. "win-x86": {
  1534. "#import": []
  1535. }
  1536. }
  1537. }
  1538. }