project.assets.json 40 KB

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