diff --git a/Models/Personnel/personnel_salary_permanent.cs b/Models/Personnel/personnel_salary_permanent.cs index 9bb0d17..fab65c9 100644 --- a/Models/Personnel/personnel_salary_permanent.cs +++ b/Models/Personnel/personnel_salary_permanent.cs @@ -30,7 +30,7 @@ namespace rmutr_report.Models.Personnel public int? special_compensation_2 { get; set; } public int? special_compensation_3 { get; set; } public string other { get; set; } - public string other_price { get; set; } + public int? other_price { get; set; } public int? total { get; set; } public int? total_wages_and_fittings { get; set; } public int? total_wages_and_fittings_12 { get; set; } @@ -59,7 +59,7 @@ namespace rmutr_report.Models.Personnel public int? special_compensation_2 { get; set; } public int? special_compensation_3 { get; set; } public string other { get; set; } - public string other_price { get; set; } + public int? other_price { get; set; } public int? total { get; set; } public int? total_wages_and_fittings { get; set; } public int? total_wages_and_fittings_12 { get; set; } @@ -98,7 +98,7 @@ namespace rmutr_report.Models.Personnel public int? special_compensation_2 { get; set; } public int? special_compensation_3 { get; set; } public string other { get; set; } - public string other_price { get; set; } + public int? other_price { get; set; } public int? total { get; set; } public int? total_wages_and_fittings { get; set; } public int? total_wages_and_fittings_12 { get; set; } diff --git a/bin/Debug/netcoreapp3.1/ClosedXML.dll b/bin/Debug/netcoreapp3.1/ClosedXML.dll new file mode 100644 index 0000000..72e795c Binary files /dev/null and b/bin/Debug/netcoreapp3.1/ClosedXML.dll differ diff --git a/bin/Debug/netcoreapp3.1/DocumentFormat.OpenXml.dll b/bin/Debug/netcoreapp3.1/DocumentFormat.OpenXml.dll new file mode 100644 index 0000000..2a81590 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/DocumentFormat.OpenXml.dll differ diff --git a/bin/Debug/netcoreapp3.1/ExcelNumberFormat.dll b/bin/Debug/netcoreapp3.1/ExcelNumberFormat.dll new file mode 100644 index 0000000..aaf7bf8 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/ExcelNumberFormat.dll differ diff --git a/bin/Debug/netcoreapp3.1/FastReport.Compat.dll b/bin/Debug/netcoreapp3.1/FastReport.Compat.dll new file mode 100644 index 0000000..e9d1897 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/FastReport.Compat.dll differ diff --git a/bin/Debug/netcoreapp3.1/FastReport.DataVisualization.dll b/bin/Debug/netcoreapp3.1/FastReport.DataVisualization.dll new file mode 100644 index 0000000..8a422db Binary files /dev/null and b/bin/Debug/netcoreapp3.1/FastReport.DataVisualization.dll differ diff --git a/bin/Debug/netcoreapp3.1/FastReport.dll b/bin/Debug/netcoreapp3.1/FastReport.dll new file mode 100644 index 0000000..93be502 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/FastReport.dll differ diff --git a/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll b/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll new file mode 100644 index 0000000..f106543 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll differ diff --git a/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.dll b/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.dll new file mode 100644 index 0000000..eb647c7 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.VisualBasic.dll differ diff --git a/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.dll b/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.dll new file mode 100644 index 0000000..32289bf Binary files /dev/null and b/bin/Debug/netcoreapp3.1/Microsoft.CodeAnalysis.dll differ diff --git a/bin/Debug/netcoreapp3.1/Microsoft.OpenApi.dll b/bin/Debug/netcoreapp3.1/Microsoft.OpenApi.dll new file mode 100644 index 0000000..14f3ded Binary files /dev/null and b/bin/Debug/netcoreapp3.1/Microsoft.OpenApi.dll differ diff --git a/bin/Debug/netcoreapp3.1/Swashbuckle.AspNetCore.Annotations.dll b/bin/Debug/netcoreapp3.1/Swashbuckle.AspNetCore.Annotations.dll new file mode 100644 index 0000000..d86f785 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/Swashbuckle.AspNetCore.Annotations.dll differ diff --git a/bin/Debug/netcoreapp3.1/Swashbuckle.AspNetCore.Swagger.dll b/bin/Debug/netcoreapp3.1/Swashbuckle.AspNetCore.Swagger.dll new file mode 100644 index 0000000..1298e31 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/Swashbuckle.AspNetCore.Swagger.dll differ diff --git a/bin/Debug/netcoreapp3.1/Swashbuckle.AspNetCore.SwaggerGen.dll b/bin/Debug/netcoreapp3.1/Swashbuckle.AspNetCore.SwaggerGen.dll new file mode 100644 index 0000000..3a96f3c Binary files /dev/null and b/bin/Debug/netcoreapp3.1/Swashbuckle.AspNetCore.SwaggerGen.dll differ diff --git a/bin/Debug/netcoreapp3.1/Swashbuckle.AspNetCore.SwaggerUI.dll b/bin/Debug/netcoreapp3.1/Swashbuckle.AspNetCore.SwaggerUI.dll new file mode 100644 index 0000000..3544b0d Binary files /dev/null and b/bin/Debug/netcoreapp3.1/Swashbuckle.AspNetCore.SwaggerUI.dll differ diff --git a/bin/Debug/netcoreapp3.1/System.IO.Packaging.dll b/bin/Debug/netcoreapp3.1/System.IO.Packaging.dll new file mode 100644 index 0000000..4a2228a Binary files /dev/null and b/bin/Debug/netcoreapp3.1/System.IO.Packaging.dll differ diff --git a/bin/Debug/netcoreapp3.1/appsettings.Development.json b/bin/Debug/netcoreapp3.1/appsettings.Development.json new file mode 100644 index 0000000..8983e0f --- /dev/null +++ b/bin/Debug/netcoreapp3.1/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + } +} diff --git a/bin/Debug/netcoreapp3.1/appsettings.json b/bin/Debug/netcoreapp3.1/appsettings.json new file mode 100644 index 0000000..c8d7f38 --- /dev/null +++ b/bin/Debug/netcoreapp3.1/appsettings.json @@ -0,0 +1,14 @@ +{ + "Settings":{ + "ReportPath":"wwwroot/reports/" + + }, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "AllowedHosts": "*" +} diff --git a/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..6feae63 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..c0f98a4 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..a930324 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..87c1a22 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..9a6b07c Binary files /dev/null and b/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..acf4590 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..46343e3 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..b7493de Binary files /dev/null and b/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..e84fd44 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/font2023.2.17.list b/bin/Debug/netcoreapp3.1/font2023.2.17.list new file mode 100644 index 0000000..803ddfb --- /dev/null +++ b/bin/Debug/netcoreapp3.1/font2023.2.17.list @@ -0,0 +1,515 @@ +AlphanumericQR Space C:\Users\USER\AppData\Local\Microsoft\Windows\Fonts\AlphanumericQRspace.ttf +Cordia New-I C:\Users\USER\AppData\Local\Microsoft\Windows\Fonts\cordiai.ttf +Cordia New-B-I C:\Users\USER\AppData\Local\Microsoft\Windows\Fonts\cordiaz.ttf +TH Sarabun New-B C:\Users\USER\AppData\Local\Microsoft\Windows\Fonts\THSarabunNew Bold.ttf +TH Sarabun New-B-I C:\Users\USER\AppData\Local\Microsoft\Windows\Fonts\THSarabunNew BoldItalic.ttf +TH Sarabun New-I C:\Users\USER\AppData\Local\Microsoft\Windows\Fonts\THSarabunNew Italic.ttf +TH Sarabun New C:\Users\USER\AppData\Local\Microsoft\Windows\Fonts\THSarabunNew.ttf +TH SarabunPSK Bold-B C:\Users\USER\AppData\Local\Microsoft\Windows\Fonts\THSarabunPSK Bold Italic.ttf +TH SarabunPSK-B C:\Users\USER\AppData\Local\Microsoft\Windows\Fonts\THSarabunPSK Bold Italic.ttf +TH SarabunPSK Bold-B0 C:\Users\USER\AppData\Local\Microsoft\Windows\Fonts\THSarabunPSK Bold.ttf +TH SarabunPSK Italic C:\Users\USER\AppData\Local\Microsoft\Windows\Fonts\THSarabunPSK Italic.ttf +TH SarabunPSK C:\Users\USER\AppData\Local\Microsoft\Windows\Fonts\THSarabunPSK Italic.ttf +TH SarabunPSK Regular C:\Users\USER\AppData\Local\Microsoft\Windows\Fonts\THSarabunPSK.ttf +Times New Roman C:\Users\USER\AppData\Local\Microsoft\Windows\Fonts\Times New Roman Font.ttf +Times New Roman0 C:\Users\USER\AppData\Local\Microsoft\Windows\Fonts\times.ttf +Agency FB-B C:\WINDOWS\Fonts\AGENCYB.TTF +Agency FB C:\WINDOWS\Fonts\AGENCYR.TTF +Algerian C:\WINDOWS\Fonts\ALGER.TTF +Angsana New C:\WINDOWS\Fonts\angsana.ttc +Angsana New-B C:\WINDOWS\Fonts\angsana.ttc +Angsana New-B-I C:\WINDOWS\Fonts\angsana.ttc +Angsana New-I C:\WINDOWS\Fonts\angsana.ttc +AngsanaUPC C:\WINDOWS\Fonts\angsana.ttc +AngsanaUPC-B C:\WINDOWS\Fonts\angsana.ttc +AngsanaUPC-B-I C:\WINDOWS\Fonts\angsana.ttc +AngsanaUPC-I C:\WINDOWS\Fonts\angsana.ttc +Book Antiqua-B C:\WINDOWS\Fonts\ANTQUAB.TTF +Book Antiqua-B-I C:\WINDOWS\Fonts\ANTQUABI.TTF +Book Antiqua-I C:\WINDOWS\Fonts\ANTQUAI.TTF +Arial C:\WINDOWS\Fonts\arial.ttf +Arial-B C:\WINDOWS\Fonts\arialbd.ttf +Arial-B-I C:\WINDOWS\Fonts\arialbi.ttf +Arial-I C:\WINDOWS\Fonts\ariali.ttf +Arial Narrow C:\WINDOWS\Fonts\ARIALN.TTF +Arial Narrow-B C:\WINDOWS\Fonts\ARIALNB.TTF +Arial Narrow-B-I C:\WINDOWS\Fonts\ARIALNBI.TTF +Arial Narrow-I C:\WINDOWS\Fonts\ARIALNI.TTF +Arial Black-B C:\WINDOWS\Fonts\ariblk.ttf +Arial Rounded MT Bold C:\WINDOWS\Fonts\ARLRDBD.TTF +Bahnschrift Light Condensed C:\WINDOWS\Fonts\bahnschrift.ttf +Bahnschrift C:\WINDOWS\Fonts\bahnschrift.ttf +Baskerville Old Face C:\WINDOWS\Fonts\BASKVILL.TTF +Bauhaus 93 C:\WINDOWS\Fonts\BAUHS93.TTF +Bell MT C:\WINDOWS\Fonts\BELL.TTF +Bell MT-B C:\WINDOWS\Fonts\BELLB.TTF +Bell MT-I C:\WINDOWS\Fonts\BELLI.TTF +Bernard MT Condensed C:\WINDOWS\Fonts\BERNHC.TTF +Book Antiqua C:\WINDOWS\Fonts\BKANT.TTF +Bodoni MT-B C:\WINDOWS\Fonts\BOD_B.TTF +Bodoni MT-B-I C:\WINDOWS\Fonts\BOD_BI.TTF +Bodoni MT Black-B-I C:\WINDOWS\Fonts\BOD_BLAI.TTF +Bodoni MT Black-B C:\WINDOWS\Fonts\BOD_BLAR.TTF +Bodoni MT Condensed-B C:\WINDOWS\Fonts\BOD_CB.TTF +Bodoni MT Condensed-B-I C:\WINDOWS\Fonts\BOD_CBI.TTF +Bodoni MT Condensed-I C:\WINDOWS\Fonts\BOD_CI.TTF +Bodoni MT Condensed C:\WINDOWS\Fonts\BOD_CR.TTF +Bodoni MT-I C:\WINDOWS\Fonts\BOD_I.TTF +Bodoni MT Poster C:\WINDOWS\Fonts\BOD_PSTC.TTF +Bodoni MT Poster Compressed C:\WINDOWS\Fonts\BOD_PSTC.TTF +Bodoni MT C:\WINDOWS\Fonts\BOD_R.TTF +Bookman Old Style C:\WINDOWS\Fonts\BOOKOS.TTF +Bookman Old Style0 C:\WINDOWS\Fonts\BOOKOSB.TTF +Bookman Old Style-I C:\WINDOWS\Fonts\BOOKOSBI.TTF +Bookman Old Style-I0 C:\WINDOWS\Fonts\BOOKOSI.TTF +Bradley Hand ITC C:\WINDOWS\Fonts\BRADHITC.TTF +Britannic Bold C:\WINDOWS\Fonts\BRITANIC.TTF +Berlin Sans FB-B C:\WINDOWS\Fonts\BRLNSB.TTF +Berlin Sans FB Demi-B C:\WINDOWS\Fonts\BRLNSDB.TTF +Berlin Sans FB C:\WINDOWS\Fonts\BRLNSR.TTF +Broadway C:\WINDOWS\Fonts\BROADW.TTF +Browallia New C:\WINDOWS\Fonts\browalia.ttc +Browallia New-B C:\WINDOWS\Fonts\browalia.ttc +Browallia New-B-I C:\WINDOWS\Fonts\browalia.ttc +Browallia New-I C:\WINDOWS\Fonts\browalia.ttc +BrowalliaUPC C:\WINDOWS\Fonts\browalia.ttc +BrowalliaUPC-B C:\WINDOWS\Fonts\browalia.ttc +BrowalliaUPC-B-I C:\WINDOWS\Fonts\browalia.ttc +BrowalliaUPC-I C:\WINDOWS\Fonts\browalia.ttc +Brush Script MT-I C:\WINDOWS\Fonts\BRUSHSCI.TTF +Bookshelf Symbol 7 C:\WINDOWS\Fonts\BSSYM7.TTF +Calibri C:\WINDOWS\Fonts\calibri.ttf +Calibri-B C:\WINDOWS\Fonts\calibrib.ttf +Calibri-I C:\WINDOWS\Fonts\calibrii.ttf +Calibri Light C:\WINDOWS\Fonts\calibril.ttf +Calibri Light-I C:\WINDOWS\Fonts\calibrili.ttf +Calibri-B-I C:\WINDOWS\Fonts\calibriz.ttf +Californian FB-B C:\WINDOWS\Fonts\CALIFB.TTF +Californian FB-I C:\WINDOWS\Fonts\CALIFI.TTF +Californian FB C:\WINDOWS\Fonts\CALIFR.TTF +Calisto MT C:\WINDOWS\Fonts\CALIST.TTF +Calisto MT-B C:\WINDOWS\Fonts\CALISTB.TTF +Calisto MT-B-I C:\WINDOWS\Fonts\CALISTBI.TTF +Calisto MT-I C:\WINDOWS\Fonts\CALISTI.TTF +Cambria C:\WINDOWS\Fonts\cambria.ttc +Cambria Math C:\WINDOWS\Fonts\cambria.ttc +Cambria-B C:\WINDOWS\Fonts\cambriab.ttf +Cambria-I C:\WINDOWS\Fonts\cambriai.ttf +Cambria-B-I C:\WINDOWS\Fonts\cambriaz.ttf +Candara C:\WINDOWS\Fonts\Candara.ttf +Candara-B C:\WINDOWS\Fonts\Candarab.ttf +Candara-I C:\WINDOWS\Fonts\Candarai.ttf +Candara Light C:\WINDOWS\Fonts\Candaral.ttf +Candara Light-I C:\WINDOWS\Fonts\Candarali.ttf +Candara-B-I C:\WINDOWS\Fonts\Candaraz.ttf +Castellar C:\WINDOWS\Fonts\CASTELAR.TTF +Century Schoolbook C:\WINDOWS\Fonts\CENSCBK.TTF +Centaur C:\WINDOWS\Fonts\CENTAUR.TTF +Century C:\WINDOWS\Fonts\CENTURY.TTF +Chiller C:\WINDOWS\Fonts\CHILLER.TTF +Colonna MT C:\WINDOWS\Fonts\COLONNA.TTF +Comic Sans MS C:\WINDOWS\Fonts\comic.ttf +Comic Sans MS-B C:\WINDOWS\Fonts\comicbd.ttf +Comic Sans MS-I C:\WINDOWS\Fonts\comici.ttf +Comic Sans MS-B-I C:\WINDOWS\Fonts\comicz.ttf +Consolas C:\WINDOWS\Fonts\consola.ttf +Consolas-B C:\WINDOWS\Fonts\consolab.ttf +Consolas-I C:\WINDOWS\Fonts\consolai.ttf +Consolas-B-I C:\WINDOWS\Fonts\consolaz.ttf +Constantia C:\WINDOWS\Fonts\constan.ttf +Constantia-B C:\WINDOWS\Fonts\constanb.ttf +Constantia-I C:\WINDOWS\Fonts\constani.ttf +Constantia-B-I C:\WINDOWS\Fonts\constanz.ttf +Cooper Black C:\WINDOWS\Fonts\COOPBL.TTF +Copperplate Gothic Bold C:\WINDOWS\Fonts\COPRGTB.TTF +Copperplate Gothic Light C:\WINDOWS\Fonts\COPRGTL.TTF +Corbel C:\WINDOWS\Fonts\corbel.ttf +Corbel-B C:\WINDOWS\Fonts\corbelb.ttf +Corbel-I C:\WINDOWS\Fonts\corbeli.ttf +Corbel Light C:\WINDOWS\Fonts\corbell.ttf +Corbel Light-I C:\WINDOWS\Fonts\corbelli.ttf +Corbel-B-I C:\WINDOWS\Fonts\corbelz.ttf +Cordia New C:\WINDOWS\Fonts\cordia.ttc +Cordia New-B C:\WINDOWS\Fonts\cordia.ttc +Cordia New-B-I0 C:\WINDOWS\Fonts\cordia.ttc +Cordia New-I0 C:\WINDOWS\Fonts\cordia.ttc +CordiaUPC C:\WINDOWS\Fonts\cordia.ttc +CordiaUPC-B C:\WINDOWS\Fonts\cordia.ttc +CordiaUPC-B-I C:\WINDOWS\Fonts\cordia.ttc +CordiaUPC-I C:\WINDOWS\Fonts\cordia.ttc +Courier New C:\WINDOWS\Fonts\cour.ttf +Courier New-B C:\WINDOWS\Fonts\courbd.ttf +Courier New-B-I C:\WINDOWS\Fonts\courbi.ttf +Courier New-I C:\WINDOWS\Fonts\couri.ttf +Curlz MT C:\WINDOWS\Fonts\CURLZ___.TTF +Dubai Bold-B C:\WINDOWS\Fonts\DUBAI-BOLD.TTF +Dubai-B C:\WINDOWS\Fonts\DUBAI-BOLD.TTF +Dubai Light C:\WINDOWS\Fonts\DUBAI-LIGHT.TTF +Dubai Medium C:\WINDOWS\Fonts\DUBAI-MEDIUM.TTF +Dubai Regular C:\WINDOWS\Fonts\DUBAI-REGULAR.TTF +Dubai C:\WINDOWS\Fonts\DUBAI-REGULAR.TTF +Ebrima C:\WINDOWS\Fonts\ebrima.ttf +Ebrima-B C:\WINDOWS\Fonts\ebrimabd.ttf +Elephant C:\WINDOWS\Fonts\ELEPHNT.TTF +Elephant-I C:\WINDOWS\Fonts\ELEPHNTI.TTF +Engravers MT C:\WINDOWS\Fonts\ENGR.TTF +Eras Bold ITC C:\WINDOWS\Fonts\ERASBD.TTF +Eras Demi ITC C:\WINDOWS\Fonts\ERASDEMI.TTF +Eras Light ITC C:\WINDOWS\Fonts\ERASLGHT.TTF +Eras Medium ITC C:\WINDOWS\Fonts\ERASMD.TTF +Felix Titling C:\WINDOWS\Fonts\FELIXTI.TTF +Forte-I C:\WINDOWS\Fonts\FORTE.TTF +Franklin Gothic Book C:\WINDOWS\Fonts\FRABK.TTF +Franklin Gothic Book-I C:\WINDOWS\Fonts\FRABKIT.TTF +Franklin Gothic Demi C:\WINDOWS\Fonts\FRADM.TTF +Franklin Gothic Demi Cond C:\WINDOWS\Fonts\FRADMCN.TTF +Franklin Gothic Demi-I C:\WINDOWS\Fonts\FRADMIT.TTF +Franklin Gothic Heavy C:\WINDOWS\Fonts\FRAHV.TTF +Franklin Gothic Heavy-I C:\WINDOWS\Fonts\FRAHVIT.TTF +Franklin Gothic Medium C:\WINDOWS\Fonts\framd.ttf +Franklin Gothic Medium Cond C:\WINDOWS\Fonts\FRAMDCN.TTF +Franklin Gothic Medium-I C:\WINDOWS\Fonts\framdit.ttf +Freestyle Script C:\WINDOWS\Fonts\FREESCPT.TTF +French Script MT C:\WINDOWS\Fonts\FRSCRIPT.TTF +Footlight MT Light C:\WINDOWS\Fonts\FTLTLT.TTF +FZShuTi C:\WINDOWS\Fonts\FZSTK.TTF +方正舒体 C:\WINDOWS\Fonts\FZSTK.TTF +FZYaoTi C:\WINDOWS\Fonts\FZYTK.TTF +方正姚体 C:\WINDOWS\Fonts\FZYTK.TTF +Gabriola C:\WINDOWS\Fonts\Gabriola.ttf +Gadugi C:\WINDOWS\Fonts\gadugi.ttf +Gadugi-B C:\WINDOWS\Fonts\gadugib.ttf +Garamond C:\WINDOWS\Fonts\GARA.TTF +Garamond-B C:\WINDOWS\Fonts\GARABD.TTF +Garamond-I C:\WINDOWS\Fonts\GARAIT.TTF +Georgia C:\WINDOWS\Fonts\georgia.ttf +Georgia-B C:\WINDOWS\Fonts\georgiab.ttf +Georgia-I C:\WINDOWS\Fonts\georgiai.ttf +Georgia-B-I C:\WINDOWS\Fonts\georgiaz.ttf +Gigi C:\WINDOWS\Fonts\GIGI.TTF +Gill Sans MT-B-I C:\WINDOWS\Fonts\GILBI___.TTF +Gill Sans MT-B C:\WINDOWS\Fonts\GILB____.TTF +Gill Sans MT Condensed C:\WINDOWS\Fonts\GILC____.TTF +Gill Sans MT-I C:\WINDOWS\Fonts\GILI____.TTF +Gill Sans Ultra Bold Condensed C:\WINDOWS\Fonts\GILLUBCD.TTF +Gill Sans Ultra Bold C:\WINDOWS\Fonts\GILSANUB.TTF +Gill Sans MT C:\WINDOWS\Fonts\GIL_____.TTF +Gloucester MT Extra Condensed C:\WINDOWS\Fonts\GLECB.TTF +Gill Sans MT Ext Condensed Bold C:\WINDOWS\Fonts\GLSNECB.TTF +Century Gothic C:\WINDOWS\Fonts\GOTHIC.TTF +Century Gothic-B C:\WINDOWS\Fonts\GOTHICB.TTF +Century Gothic-B-I C:\WINDOWS\Fonts\GOTHICBI.TTF +Century Gothic-I C:\WINDOWS\Fonts\GOTHICI.TTF +Goudy Old Style C:\WINDOWS\Fonts\GOUDOS.TTF +Goudy Old Style-B C:\WINDOWS\Fonts\GOUDOSB.TTF +Goudy Old Style-I C:\WINDOWS\Fonts\GOUDOSI.TTF +Goudy Stout C:\WINDOWS\Fonts\GOUDYSTO.TTF +HYGraphic-Medium C:\WINDOWS\Fonts\H2GPRM.TTF +HY그래픽M C:\WINDOWS\Fonts\H2GPRM.TTF +HYGungSo-Bold C:\WINDOWS\Fonts\H2GSRB.TTF +HY궁서B C:\WINDOWS\Fonts\H2GSRB.TTF +HYGothic-Extra C:\WINDOWS\Fonts\H2GTRE.TTF +HY견고딕 C:\WINDOWS\Fonts\H2GTRE.TTF +HYGothic-Medium C:\WINDOWS\Fonts\H2GTRM.TTF +HY중고딕 C:\WINDOWS\Fonts\H2GTRM.TTF +HYHeadLine-Medium C:\WINDOWS\Fonts\H2HDRM.TTF +HY헤드라인M C:\WINDOWS\Fonts\H2HDRM.TTF +HYMyeongJo-Extra C:\WINDOWS\Fonts\H2MJRE.TTF +HY견명조 C:\WINDOWS\Fonts\H2MJRE.TTF +HYSinMyeongJo-Medium C:\WINDOWS\Fonts\H2MJSM.TTF +HY신명조 C:\WINDOWS\Fonts\H2MJSM.TTF +HYPMokGak-Bold C:\WINDOWS\Fonts\H2MKPB.TTF +HY목각파임B C:\WINDOWS\Fonts\H2MKPB.TTF +HYPost-Light C:\WINDOWS\Fonts\H2PORL.TTF +HY엽서L C:\WINDOWS\Fonts\H2PORL.TTF +HYPost-Medium C:\WINDOWS\Fonts\H2PORM.TTF +HY엽서M C:\WINDOWS\Fonts\H2PORM.TTF +HYShortSamul-Medium C:\WINDOWS\Fonts\H2SA1M.TTF +HY얕은샘물M C:\WINDOWS\Fonts\H2SA1M.TTF +Harlow Solid Italic-I C:\WINDOWS\Fonts\HARLOWSI.TTF +Harrington C:\WINDOWS\Fonts\HARNGTON.TTF +Haettenschweiler C:\WINDOWS\Fonts\HATTEN.TTF +Microsoft Himalaya C:\WINDOWS\Fonts\himalaya.ttf +휴먼모음T C:\WINDOWS\Fonts\HMFMMUEX.TTC +MoeumT R C:\WINDOWS\Fonts\HMFMMUEX.TTC +휴먼엑스포 C:\WINDOWS\Fonts\HMFMMUEX.TTC +Expo M C:\WINDOWS\Fonts\HMFMMUEX.TTC +휴먼옛체 C:\WINDOWS\Fonts\HMFMOLD.TTF +Yet R C:\WINDOWS\Fonts\HMFMOLD.TTF +휴먼편지체 C:\WINDOWS\Fonts\HMFMPYUN.TTF +Pyunji R C:\WINDOWS\Fonts\HMFMPYUN.TTF +휴먼아미체 C:\WINDOWS\Fonts\HMKMAMI.TTF +Ami R C:\WINDOWS\Fonts\HMKMAMI.TTF +휴먼매직체 C:\WINDOWS\Fonts\HMKMMAG.TTF +Magic R C:\WINDOWS\Fonts\HMKMMAG.TTF +휴먼둥근헤드라인 C:\WINDOWS\Fonts\HMKMRHD.TTF +Headline R C:\WINDOWS\Fonts\HMKMRHD.TTF +HoloLens MDL2 Assets C:\WINDOWS\Fonts\holomdl2.ttf +High Tower Text C:\WINDOWS\Fonts\HTOWERT.TTF +High Tower Text-I C:\WINDOWS\Fonts\HTOWERTI.TTF +Impact C:\WINDOWS\Fonts\impact.ttf +Imprint MT Shadow C:\WINDOWS\Fonts\IMPRISHA.TTF +Informal Roman C:\WINDOWS\Fonts\INFROMAN.TTF +Ink Free C:\WINDOWS\Fonts\Inkfree.ttf +Blackadder ITC C:\WINDOWS\Fonts\ITCBLKAD.TTF +Edwardian Script ITC C:\WINDOWS\Fonts\ITCEDSCR.TTF +Kristen ITC C:\WINDOWS\Fonts\ITCKRIST.TTF +Javanese Text C:\WINDOWS\Fonts\javatext.ttf +Jokerman C:\WINDOWS\Fonts\JOKERMAN.TTF +Juice ITC C:\WINDOWS\Fonts\JUICE___.TTF +Kunstler Script C:\WINDOWS\Fonts\KUNSTLER.TTF +Wide Latin C:\WINDOWS\Fonts\LATINWD.TTF +Lucida Bright C:\WINDOWS\Fonts\LBRITE.TTF +Lucida Bright0 C:\WINDOWS\Fonts\LBRITED.TTF +Lucida Bright-I C:\WINDOWS\Fonts\LBRITEDI.TTF +Lucida Bright-I0 C:\WINDOWS\Fonts\LBRITEI.TTF +Lucida Calligraphy-I C:\WINDOWS\Fonts\LCALLIG.TTF +Leelawadee UI-B C:\WINDOWS\Fonts\LeelaUIb.ttf +Leelawadee C:\WINDOWS\Fonts\leelawad.ttf +Leelawadee-B C:\WINDOWS\Fonts\leelawdb.ttf +Leelawadee UI C:\WINDOWS\Fonts\LeelawUI.ttf +Leelawadee UI Semilight C:\WINDOWS\Fonts\LeelUIsl.ttf +Lucida Fax C:\WINDOWS\Fonts\LFAX.TTF +Lucida Fax0 C:\WINDOWS\Fonts\LFAXD.TTF +Lucida Fax-I C:\WINDOWS\Fonts\LFAXDI.TTF +Lucida Fax-I0 C:\WINDOWS\Fonts\LFAXI.TTF +Lucida Handwriting-I C:\WINDOWS\Fonts\LHANDW.TTF +Lucida Sans C:\WINDOWS\Fonts\LSANS.TTF +Lucida Sans0 C:\WINDOWS\Fonts\LSANSD.TTF +Lucida Sans-I C:\WINDOWS\Fonts\LSANSDI.TTF +Lucida Sans-I0 C:\WINDOWS\Fonts\LSANSI.TTF +Lucida Sans Typewriter C:\WINDOWS\Fonts\LTYPE.TTF +Lucida Sans Typewriter0 C:\WINDOWS\Fonts\LTYPEB.TTF +Lucida Sans Typewriter-I C:\WINDOWS\Fonts\LTYPEBO.TTF +Lucida Sans Typewriter-I0 C:\WINDOWS\Fonts\LTYPEO.TTF +Lucida Console C:\WINDOWS\Fonts\lucon.ttf +Lucida Sans Unicode C:\WINDOWS\Fonts\l_10646.ttf +Magneto-B C:\WINDOWS\Fonts\MAGNETOB.TTF +Maiandra GD C:\WINDOWS\Fonts\MAIAN.TTF +Malgun Gothic C:\WINDOWS\Fonts\malgun.ttf +맑은 고딕 C:\WINDOWS\Fonts\malgun.ttf +Malgun Gothic-B C:\WINDOWS\Fonts\malgunbd.ttf +맑은 고딕-B C:\WINDOWS\Fonts\malgunbd.ttf +Malgun Gothic Semilight C:\WINDOWS\Fonts\malgunsl.ttf +맑은 고딕 Semilight C:\WINDOWS\Fonts\malgunsl.ttf +Marlett C:\WINDOWS\Fonts\marlett.ttf +Matura MT Script Capitals C:\WINDOWS\Fonts\MATURASC.TTF +Microsoft Sans Serif C:\WINDOWS\Fonts\micross.ttf +MingLiU-ExtB C:\WINDOWS\Fonts\mingliub.ttc +細明體-ExtB C:\WINDOWS\Fonts\mingliub.ttc +PMingLiU-ExtB C:\WINDOWS\Fonts\mingliub.ttc +新細明體-ExtB C:\WINDOWS\Fonts\mingliub.ttc +MingLiU_HKSCS-ExtB C:\WINDOWS\Fonts\mingliub.ttc +細明體_HKSCS-ExtB C:\WINDOWS\Fonts\mingliub.ttc +Mistral C:\WINDOWS\Fonts\MISTRAL.TTF +Myanmar Text C:\WINDOWS\Fonts\mmrtext.ttf +Myanmar Text-B C:\WINDOWS\Fonts\mmrtextb.ttf +Modern No. 20 C:\WINDOWS\Fonts\MOD20.TTF +Mongolian Baiti C:\WINDOWS\Fonts\monbaiti.ttf +MS Gothic C:\WINDOWS\Fonts\msgothic.ttc +MS ゴシック C:\WINDOWS\Fonts\msgothic.ttc +MS UI Gothic C:\WINDOWS\Fonts\msgothic.ttc +MS PGothic C:\WINDOWS\Fonts\msgothic.ttc +MS Pゴシック C:\WINDOWS\Fonts\msgothic.ttc +微軟正黑體 C:\WINDOWS\Fonts\msjh.ttc +Microsoft JhengHei C:\WINDOWS\Fonts\msjh.ttc +Microsoft JhengHei UI C:\WINDOWS\Fonts\msjh.ttc +微軟正黑體-B C:\WINDOWS\Fonts\msjhbd.ttc +Microsoft JhengHei-B C:\WINDOWS\Fonts\msjhbd.ttc +Microsoft JhengHei UI-B C:\WINDOWS\Fonts\msjhbd.ttc +微軟正黑體 Light C:\WINDOWS\Fonts\msjhl.ttc +Microsoft JhengHei Light C:\WINDOWS\Fonts\msjhl.ttc +Microsoft JhengHei UI Light C:\WINDOWS\Fonts\msjhl.ttc +Microsoft YaHei C:\WINDOWS\Fonts\msyh.ttc +微软雅黑 C:\WINDOWS\Fonts\msyh.ttc +Microsoft YaHei UI C:\WINDOWS\Fonts\msyh.ttc +Microsoft YaHei-B C:\WINDOWS\Fonts\msyhbd.ttc +微软雅黑-B C:\WINDOWS\Fonts\msyhbd.ttc +Microsoft YaHei UI-B C:\WINDOWS\Fonts\msyhbd.ttc +Microsoft YaHei Light C:\WINDOWS\Fonts\msyhl.ttc +微软雅黑 Light C:\WINDOWS\Fonts\msyhl.ttc +Microsoft YaHei UI Light C:\WINDOWS\Fonts\msyhl.ttc +Microsoft Yi Baiti C:\WINDOWS\Fonts\msyi.ttf +Monotype Corsiva-I C:\WINDOWS\Fonts\MTCORSVA.TTF +MT Extra C:\WINDOWS\Fonts\MTEXTRA.TTF +MV Boli-I C:\WINDOWS\Fonts\mvboli.ttf +New Gulim C:\WINDOWS\Fonts\NGULIM.TTF +새굴림 C:\WINDOWS\Fonts\NGULIM.TTF +Niagara Engraved C:\WINDOWS\Fonts\NIAGENG.TTF +Niagara Solid C:\WINDOWS\Fonts\NIAGSOL.TTF +Nirmala UI C:\WINDOWS\Fonts\Nirmala.ttf +Nirmala UI-B C:\WINDOWS\Fonts\NirmalaB.ttf +Nirmala UI Semilight C:\WINDOWS\Fonts\NirmalaS.ttf +Microsoft New Tai Lue C:\WINDOWS\Fonts\ntailu.ttf +Microsoft New Tai Lue-B C:\WINDOWS\Fonts\ntailub.ttf +OCR A Extended C:\WINDOWS\Fonts\OCRAEXT.TTF +Old English Text MT C:\WINDOWS\Fonts\OLDENGL.TTF +Onyx C:\WINDOWS\Fonts\ONYX.TTF +MS Outlook C:\WINDOWS\Fonts\OUTLOOK.TTF +Palatino Linotype C:\WINDOWS\Fonts\pala.ttf +Palatino Linotype-B C:\WINDOWS\Fonts\palab.ttf +Palatino Linotype-B-I C:\WINDOWS\Fonts\palabi.ttf +Palatino Linotype-I C:\WINDOWS\Fonts\palai.ttf +Palace Script MT-I C:\WINDOWS\Fonts\PALSCRI.TTF +Papyrus C:\WINDOWS\Fonts\PAPYRUS.TTF +Parchment C:\WINDOWS\Fonts\PARCHM.TTF +Perpetua-B-I C:\WINDOWS\Fonts\PERBI___.TTF +Perpetua-B C:\WINDOWS\Fonts\PERB____.TTF +Perpetua-I C:\WINDOWS\Fonts\PERI____.TTF +Perpetua Titling MT-B C:\WINDOWS\Fonts\PERTIBD.TTF +Perpetua Titling MT C:\WINDOWS\Fonts\PERTILI.TTF +Perpetua C:\WINDOWS\Fonts\PER_____.TTF +Microsoft PhagsPa C:\WINDOWS\Fonts\phagspa.ttf +Microsoft PhagsPa-B C:\WINDOWS\Fonts\phagspab.ttf +Playbill C:\WINDOWS\Fonts\PLAYBILL.TTF +Poor Richard C:\WINDOWS\Fonts\POORICH.TTF +Pristina C:\WINDOWS\Fonts\PRISTINA.TTF +Rage Italic C:\WINDOWS\Fonts\RAGE.TTF +Ravie C:\WINDOWS\Fonts\RAVIE.TTF +MS Reference Sans Serif C:\WINDOWS\Fonts\REFSAN.TTF +MS Reference Specialty C:\WINDOWS\Fonts\REFSPCL.TTF +Rockwell Condensed-B C:\WINDOWS\Fonts\ROCCB___.TTF +Rockwell Condensed C:\WINDOWS\Fonts\ROCC____.TTF +Rockwell C:\WINDOWS\Fonts\ROCK.TTF +Rockwell-B C:\WINDOWS\Fonts\ROCKB.TTF +Rockwell-B-I C:\WINDOWS\Fonts\ROCKBI.TTF +Rockwell Extra Bold-B C:\WINDOWS\Fonts\ROCKEB.TTF +Rockwell-I C:\WINDOWS\Fonts\ROCKI.TTF +Sans Serif Collection C:\WINDOWS\Fonts\SansSerifCollection.ttf +Century Schoolbook-B C:\WINDOWS\Fonts\SCHLBKB.TTF +Century Schoolbook-B-I C:\WINDOWS\Fonts\SCHLBKBI.TTF +Century Schoolbook-I C:\WINDOWS\Fonts\SCHLBKI.TTF +Script MT Bold-B C:\WINDOWS\Fonts\SCRIPTBL.TTF +Segoe MDL2 Assets C:\WINDOWS\Fonts\segmdl2.ttf +Segoe Fluent Icons C:\WINDOWS\Fonts\SegoeIcons.ttf +Segoe Print C:\WINDOWS\Fonts\segoepr.ttf +Segoe Print-B C:\WINDOWS\Fonts\segoeprb.ttf +Segoe Script C:\WINDOWS\Fonts\segoesc.ttf +Segoe Script-B C:\WINDOWS\Fonts\segoescb.ttf +Segoe UI C:\WINDOWS\Fonts\segoeui.ttf +Segoe UI-B C:\WINDOWS\Fonts\segoeuib.ttf +Segoe UI-I C:\WINDOWS\Fonts\segoeuii.ttf +Segoe UI Light C:\WINDOWS\Fonts\segoeuil.ttf +Segoe UI Semilight C:\WINDOWS\Fonts\segoeuisl.ttf +Segoe UI-B-I C:\WINDOWS\Fonts\segoeuiz.ttf +Segoe UI Black-B C:\WINDOWS\Fonts\seguibl.ttf +Segoe UI Black-B-I C:\WINDOWS\Fonts\seguibli.ttf +Segoe UI Emoji C:\WINDOWS\Fonts\seguiemj.ttf +Segoe UI Historic C:\WINDOWS\Fonts\seguihis.ttf +Segoe UI Light-I C:\WINDOWS\Fonts\seguili.ttf +Segoe UI Semibold C:\WINDOWS\Fonts\seguisb.ttf +Segoe UI Semibold-I C:\WINDOWS\Fonts\seguisbi.ttf +Segoe UI Semilight-I C:\WINDOWS\Fonts\seguisli.ttf +Segoe UI Symbol C:\WINDOWS\Fonts\seguisym.ttf +Segoe UI Variable Light Display Regular C:\WINDOWS\Fonts\SegUIVar.ttf +Segoe UI Variable C:\WINDOWS\Fonts\SegUIVar.ttf +Showcard Gothic C:\WINDOWS\Fonts\SHOWG.TTF +LiSu C:\WINDOWS\Fonts\SIMLI.TTF +隶书 C:\WINDOWS\Fonts\SIMLI.TTF +SimSun C:\WINDOWS\Fonts\simsun.ttc +宋体 C:\WINDOWS\Fonts\simsun.ttc +NSimSun C:\WINDOWS\Fonts\simsun.ttc +新宋体 C:\WINDOWS\Fonts\simsun.ttc +SimSun-ExtB C:\WINDOWS\Fonts\simsunb.ttf +YouYuan C:\WINDOWS\Fonts\SIMYOU.TTF +幼圆 C:\WINDOWS\Fonts\SIMYOU.TTF +Sitka Heading Italic Text-I C:\WINDOWS\Fonts\SitkaVF-Italic.ttf +Sitka Text-I C:\WINDOWS\Fonts\SitkaVF-Italic.ttf +Sitka Heading Text C:\WINDOWS\Fonts\SitkaVF.ttf +Sitka Text C:\WINDOWS\Fonts\SitkaVF.ttf +Snap ITC C:\WINDOWS\Fonts\SNAP____.TTF +STCaiyun C:\WINDOWS\Fonts\STCAIYUN.TTF +华文彩云 C:\WINDOWS\Fonts\STCAIYUN.TTF +Stencil C:\WINDOWS\Fonts\STENCIL.TTF +STFangsong C:\WINDOWS\Fonts\STFANGSO.TTF +华文仿宋 C:\WINDOWS\Fonts\STFANGSO.TTF +STHupo C:\WINDOWS\Fonts\STHUPO.TTF +华文琥珀 C:\WINDOWS\Fonts\STHUPO.TTF +STKaiti C:\WINDOWS\Fonts\STKAITI.TTF +华文楷体 C:\WINDOWS\Fonts\STKAITI.TTF +STLiti C:\WINDOWS\Fonts\STLITI.TTF +华文隶书 C:\WINDOWS\Fonts\STLITI.TTF +STSong C:\WINDOWS\Fonts\STSONG.TTF +华文宋体 C:\WINDOWS\Fonts\STSONG.TTF +STXihei C:\WINDOWS\Fonts\STXIHEI.TTF +华文细黑 C:\WINDOWS\Fonts\STXIHEI.TTF +STXingkai C:\WINDOWS\Fonts\STXINGKA.TTF +华文行楷 C:\WINDOWS\Fonts\STXINGKA.TTF +STXinwei C:\WINDOWS\Fonts\STXINWEI.TTF +华文新魏 C:\WINDOWS\Fonts\STXINWEI.TTF +STZhongsong C:\WINDOWS\Fonts\STZHONGS.TTF +华文中宋 C:\WINDOWS\Fonts\STZHONGS.TTF +Sylfaen C:\WINDOWS\Fonts\sylfaen.ttf +Symbol C:\WINDOWS\Fonts\symbol.ttf +Tahoma C:\WINDOWS\Fonts\tahoma.ttf +Tahoma-B C:\WINDOWS\Fonts\tahomabd.ttf +Microsoft Tai Le C:\WINDOWS\Fonts\taile.ttf +Microsoft Tai Le-B C:\WINDOWS\Fonts\taileb.ttf +Tw Cen MT-B-I C:\WINDOWS\Fonts\TCBI____.TTF +Tw Cen MT-B C:\WINDOWS\Fonts\TCB_____.TTF +Tw Cen MT Condensed-B C:\WINDOWS\Fonts\TCCB____.TTF +Tw Cen MT Condensed Extra Bold C:\WINDOWS\Fonts\TCCEB.TTF +Tw Cen MT Condensed C:\WINDOWS\Fonts\TCCM____.TTF +Tw Cen MT-I C:\WINDOWS\Fonts\TCMI____.TTF +Tw Cen MT C:\WINDOWS\Fonts\TCM_____.TTF +Tempus Sans ITC C:\WINDOWS\Fonts\TEMPSITC.TTF +Times New Roman00 C:\WINDOWS\Fonts\times.ttf +Times New Roman-B C:\WINDOWS\Fonts\timesbd.ttf +Times New Roman-B-I C:\WINDOWS\Fonts\timesbi.ttf +Times New Roman-I C:\WINDOWS\Fonts\timesi.ttf +Trebuchet MS C:\WINDOWS\Fonts\trebuc.ttf +Trebuchet MS-B C:\WINDOWS\Fonts\trebucbd.ttf +Trebuchet MS-B-I C:\WINDOWS\Fonts\trebucbi.ttf +Trebuchet MS-I C:\WINDOWS\Fonts\trebucit.ttf +DilleniaUPC-B C:\WINDOWS\Fonts\upcdb.ttf +DilleniaUPC-B0 C:\WINDOWS\Fonts\upcdbi.ttf +DilleniaUPC C:\WINDOWS\Fonts\upcdi.ttf +DilleniaUPC0 C:\WINDOWS\Fonts\upcdl.ttf +EucrosiaUPC-B C:\WINDOWS\Fonts\upceb.ttf +EucrosiaUPC-B0 C:\WINDOWS\Fonts\upcebi.ttf +EucrosiaUPC C:\WINDOWS\Fonts\upcei.ttf +EucrosiaUPC0 C:\WINDOWS\Fonts\upcel.ttf +FreesiaUPC-B C:\WINDOWS\Fonts\upcfb.ttf +FreesiaUPC-B0 C:\WINDOWS\Fonts\upcfbi.ttf +FreesiaUPC C:\WINDOWS\Fonts\upcfi.ttf +FreesiaUPC0 C:\WINDOWS\Fonts\upcfl.ttf +IrisUPC-B C:\WINDOWS\Fonts\upcib.ttf +IrisUPC-B0 C:\WINDOWS\Fonts\upcibi.ttf +IrisUPC C:\WINDOWS\Fonts\upcii.ttf +IrisUPC0 C:\WINDOWS\Fonts\upcil.ttf +JasmineUPC-B C:\WINDOWS\Fonts\upcjb.ttf +JasmineUPC-B0 C:\WINDOWS\Fonts\upcjbi.ttf +JasmineUPC C:\WINDOWS\Fonts\upcji.ttf +JasmineUPC0 C:\WINDOWS\Fonts\upcjl.ttf +KodchiangUPC-B C:\WINDOWS\Fonts\upckb.ttf +KodchiangUPC-B0 C:\WINDOWS\Fonts\upckbi.ttf +KodchiangUPC C:\WINDOWS\Fonts\upcki.ttf +KodchiangUPC0 C:\WINDOWS\Fonts\upckl.ttf +LilyUPC-B C:\WINDOWS\Fonts\upclb.ttf +LilyUPC-B-I C:\WINDOWS\Fonts\upclbi.ttf +LilyUPC C:\WINDOWS\Fonts\upcli.ttf +LilyUPC0 C:\WINDOWS\Fonts\upcll.ttf +Verdana C:\WINDOWS\Fonts\verdana.ttf +Verdana-B C:\WINDOWS\Fonts\verdanab.ttf +Verdana-I C:\WINDOWS\Fonts\verdanai.ttf +Verdana-B-I C:\WINDOWS\Fonts\verdanaz.ttf +Viner Hand ITC C:\WINDOWS\Fonts\VINERITC.TTF +Vivaldi-I C:\WINDOWS\Fonts\VIVALDII.TTF +Vladimir Script C:\WINDOWS\Fonts\VLADIMIR.TTF +Webdings C:\WINDOWS\Fonts\webdings.ttf +Wingdings C:\WINDOWS\Fonts\wingding.ttf +Wingdings 2 C:\WINDOWS\Fonts\WINGDNG2.TTF +Wingdings 3 C:\WINDOWS\Fonts\WINGDNG3.TTF +Yu Gothic-B C:\WINDOWS\Fonts\YuGothB.ttc +游ゴシック-B C:\WINDOWS\Fonts\YuGothB.ttc +Yu Gothic UI-B C:\WINDOWS\Fonts\YuGothB.ttc +Yu Gothic UI Semibold C:\WINDOWS\Fonts\YuGothB.ttc +Yu Gothic Light C:\WINDOWS\Fonts\YuGothL.ttc +游ゴシック Light C:\WINDOWS\Fonts\YuGothL.ttc +Yu Gothic UI Light C:\WINDOWS\Fonts\YuGothL.ttc +Yu Gothic Medium C:\WINDOWS\Fonts\YuGothM.ttc +游ゴシック Medium C:\WINDOWS\Fonts\YuGothM.ttc +Yu Gothic UI C:\WINDOWS\Fonts\YuGothM.ttc +Yu Gothic C:\WINDOWS\Fonts\YuGothR.ttc +游ゴシック C:\WINDOWS\Fonts\YuGothR.ttc +Yu Gothic UI Semilight C:\WINDOWS\Fonts\YuGothR.ttc diff --git a/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..ec62275 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..b2750e9 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..682fd66 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..cd20b46 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..8ea69b9 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..e644c6c Binary files /dev/null and b/bin/Debug/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..60af7fe Binary files /dev/null and b/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..1b55234 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..927b4fc Binary files /dev/null and b/bin/Debug/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..0ad23cf Binary files /dev/null and b/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..a023e6e Binary files /dev/null and b/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..b70ac18 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/nuget.config b/bin/Debug/netcoreapp3.1/nuget.config new file mode 100644 index 0000000..7ec2d29 --- /dev/null +++ b/bin/Debug/netcoreapp3.1/nuget.config @@ -0,0 +1,7 @@ + + + + + + + diff --git a/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..d3da60b Binary files /dev/null and b/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..e82975e Binary files /dev/null and b/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..df5eafc Binary files /dev/null and b/bin/Debug/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..51e3741 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..1b8a909 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..741a778 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/rmutr_report.deps.json b/bin/Debug/netcoreapp3.1/rmutr_report.deps.json new file mode 100644 index 0000000..0154ff7 --- /dev/null +++ b/bin/Debug/netcoreapp3.1/rmutr_report.deps.json @@ -0,0 +1,4054 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": { + "defines": [ + "TRACE", + "DEBUG", + "NETCOREAPP", + "NETCOREAPP3_1", + "NETCOREAPP1_0_OR_GREATER", + "NETCOREAPP1_1_OR_GREATER", + "NETCOREAPP2_0_OR_GREATER", + "NETCOREAPP2_1_OR_GREATER", + "NETCOREAPP2_2_OR_GREATER", + "NETCOREAPP3_0_OR_GREATER", + "NETCOREAPP3_1_OR_GREATER" + ], + "languageVersion": "8.0", + "platform": "", + "allowUnsafe": false, + "warningsAsErrors": false, + "optimize": false, + "keyFile": "", + "emitEntryPoint": true, + "xmlDoc": true, + "debugType": "portable" + }, + "targets": { + ".NETCoreApp,Version=v3.1": { + "rmutr_report/1.0.0": { + "dependencies": { + "ClosedXML": "0.96.0", + "FastReport.Core": "2023.2.17-demo", + "Swashbuckle.AspNetCore": "6.5.0", + "Swashbuckle.AspNetCore.Annotations": "6.5.0", + "FastReport.Compat.Reference": "2023.1.8.0", + "FastReport.DataVisualization.Reference": "2023.1.0.0", + "Microsoft.AspNetCore.Antiforgery": "3.1.0.0", + "Microsoft.AspNetCore.Authentication.Abstractions": "3.1.0.0", + "Microsoft.AspNetCore.Authentication.Cookies": "3.1.0.0", + "Microsoft.AspNetCore.Authentication.Core": "3.1.0.0", + "Microsoft.AspNetCore.Authentication": "3.1.0.0", + "Microsoft.AspNetCore.Authentication.OAuth": "3.1.0.0", + "Microsoft.AspNetCore.Authorization": "3.1.0.0", + "Microsoft.AspNetCore.Authorization.Policy": "3.1.0.0", + "Microsoft.AspNetCore.Components.Authorization": "3.1.0.0", + "Microsoft.AspNetCore.Components": "3.1.0.0", + "Microsoft.AspNetCore.Components.Forms": "3.1.0.0", + "Microsoft.AspNetCore.Components.Server": "3.1.0.0", + "Microsoft.AspNetCore.Components.Web": "3.1.0.0", + "Microsoft.AspNetCore.Connections.Abstractions": "3.1.0.0", + "Microsoft.AspNetCore.CookiePolicy": "3.1.0.0", + "Microsoft.AspNetCore.Cors": "3.1.0.0", + "Microsoft.AspNetCore.Cryptography.Internal": "3.1.0.0", + "Microsoft.AspNetCore.Cryptography.KeyDerivation": "3.1.0.0", + "Microsoft.AspNetCore.DataProtection.Abstractions": "3.1.0.0", + "Microsoft.AspNetCore.DataProtection": "3.1.0.0", + "Microsoft.AspNetCore.DataProtection.Extensions": "3.1.0.0", + "Microsoft.AspNetCore.Diagnostics.Abstractions": "3.1.0.0", + "Microsoft.AspNetCore.Diagnostics": "3.1.0.0", + "Microsoft.AspNetCore.Diagnostics.HealthChecks": "3.1.0.0", + "Microsoft.AspNetCore": "3.1.0.0", + "Microsoft.AspNetCore.HostFiltering": "3.1.0.0", + "Microsoft.AspNetCore.Hosting.Abstractions": "3.1.0.0", + "Microsoft.AspNetCore.Hosting": "3.1.0.0", + "Microsoft.AspNetCore.Hosting.Server.Abstractions": "3.1.0.0", + "Microsoft.AspNetCore.Html.Abstractions": "3.1.0.0", + "Microsoft.AspNetCore.Http.Abstractions": "3.1.0.0", + "Microsoft.AspNetCore.Http.Connections.Common": "3.1.0.0", + "Microsoft.AspNetCore.Http.Connections": "3.1.0.0", + "Microsoft.AspNetCore.Http": "3.1.0.0", + "Microsoft.AspNetCore.Http.Extensions": "3.1.0.0", + "Microsoft.AspNetCore.Http.Features": "3.1.0.0", + "Microsoft.AspNetCore.HttpOverrides": "3.1.0.0", + "Microsoft.AspNetCore.HttpsPolicy": "3.1.0.0", + "Microsoft.AspNetCore.Identity": "3.1.0.0", + "Microsoft.AspNetCore.Localization": "3.1.0.0", + "Microsoft.AspNetCore.Localization.Routing": "3.1.0.0", + "Microsoft.AspNetCore.Metadata": "3.1.0.0", + "Microsoft.AspNetCore.Mvc.Abstractions": "3.1.0.0", + "Microsoft.AspNetCore.Mvc.ApiExplorer": "3.1.0.0", + "Microsoft.AspNetCore.Mvc.Core": "3.1.0.0", + "Microsoft.AspNetCore.Mvc.Cors": "3.1.0.0", + "Microsoft.AspNetCore.Mvc.DataAnnotations": "3.1.0.0", + "Microsoft.AspNetCore.Mvc": "3.1.0.0", + "Microsoft.AspNetCore.Mvc.Formatters.Json": "3.1.0.0", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "3.1.0.0", + "Microsoft.AspNetCore.Mvc.Localization": "3.1.0.0", + "Microsoft.AspNetCore.Mvc.Razor": "3.1.0.0", + "Microsoft.AspNetCore.Mvc.RazorPages": "3.1.0.0", + "Microsoft.AspNetCore.Mvc.TagHelpers": "3.1.0.0", + "Microsoft.AspNetCore.Mvc.ViewFeatures": "3.1.0.0", + "Microsoft.AspNetCore.Razor": "3.1.0.0", + "Microsoft.AspNetCore.Razor.Runtime": "3.1.0.0", + "Microsoft.AspNetCore.ResponseCaching.Abstractions": "3.1.0.0", + "Microsoft.AspNetCore.ResponseCaching": "3.1.0.0", + "Microsoft.AspNetCore.ResponseCompression": "3.1.0.0", + "Microsoft.AspNetCore.Rewrite": "3.1.0.0", + "Microsoft.AspNetCore.Routing.Abstractions": "3.1.0.0", + "Microsoft.AspNetCore.Routing": "3.1.0.0", + "Microsoft.AspNetCore.Server.HttpSys": "3.1.0.0", + "Microsoft.AspNetCore.Server.IIS": "3.1.0.0", + "Microsoft.AspNetCore.Server.IISIntegration": "3.1.0.0", + "Microsoft.AspNetCore.Server.Kestrel.Core": "3.1.0.0", + "Microsoft.AspNetCore.Server.Kestrel": "3.1.0.0", + "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "3.1.0.0", + "Microsoft.AspNetCore.Session": "3.1.0.0", + "Microsoft.AspNetCore.SignalR.Common": "3.1.0.0", + "Microsoft.AspNetCore.SignalR.Core": "3.1.0.0", + "Microsoft.AspNetCore.SignalR": "3.1.0.0", + "Microsoft.AspNetCore.SignalR.Protocols.Json": "3.1.0.0", + "Microsoft.AspNetCore.StaticFiles": "3.1.0.0", + "Microsoft.AspNetCore.WebSockets": "3.1.0.0", + "Microsoft.AspNetCore.WebUtilities": "3.1.0.0", + "Microsoft.CSharp.Reference": "4.0.0.0", + "Microsoft.Extensions.Caching.Abstractions": "3.1.0.0", + "Microsoft.Extensions.Caching.Memory": "3.1.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "3.1.0.0", + "Microsoft.Extensions.Configuration.Binder": "3.1.0.0", + "Microsoft.Extensions.Configuration.CommandLine": "3.1.0.0", + "Microsoft.Extensions.Configuration": "3.1.0.0", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "3.1.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "3.1.0.0", + "Microsoft.Extensions.Configuration.Ini": "3.1.0.0", + "Microsoft.Extensions.Configuration.Json": "3.1.0.0", + "Microsoft.Extensions.Configuration.KeyPerFile": "3.1.0.0", + "Microsoft.Extensions.Configuration.UserSecrets": "3.1.0.0", + "Microsoft.Extensions.Configuration.Xml": "3.1.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.0.0", + "Microsoft.Extensions.DependencyInjection": "3.1.0.0", + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "3.1.0.0", + "Microsoft.Extensions.Diagnostics.HealthChecks": "3.1.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "3.1.0.0", + "Microsoft.Extensions.FileProviders.Composite": "3.1.0.0", + "Microsoft.Extensions.FileProviders.Embedded": "3.1.0.0", + "Microsoft.Extensions.FileProviders.Physical": "3.1.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "3.1.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "3.1.0.0", + "Microsoft.Extensions.Hosting": "3.1.0.0", + "Microsoft.Extensions.Http": "3.1.0.0", + "Microsoft.Extensions.Identity.Core": "3.1.0.0", + "Microsoft.Extensions.Identity.Stores": "3.1.0.0", + "Microsoft.Extensions.Localization.Abstractions": "3.1.0.0", + "Microsoft.Extensions.Localization": "3.1.0.0", + "Microsoft.Extensions.Logging.Abstractions": "3.1.0.0", + "Microsoft.Extensions.Logging.Configuration": "3.1.0.0", + "Microsoft.Extensions.Logging.Console": "3.1.0.0", + "Microsoft.Extensions.Logging.Debug": "3.1.0.0", + "Microsoft.Extensions.Logging": "3.1.0.0", + "Microsoft.Extensions.Logging.EventLog": "3.1.0.0", + "Microsoft.Extensions.Logging.EventSource": "3.1.0.0", + "Microsoft.Extensions.Logging.TraceSource": "3.1.0.0", + "Microsoft.Extensions.ObjectPool": "3.1.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "3.1.0.0", + "Microsoft.Extensions.Options.DataAnnotations": "3.1.0.0", + "Microsoft.Extensions.Options": "3.1.0.0", + "Microsoft.Extensions.Primitives": "3.1.0.0", + "Microsoft.Extensions.WebEncoders": "3.1.0.0", + "Microsoft.JSInterop": "3.1.0.0", + "Microsoft.Net.Http.Headers": "3.1.0.0", + "Microsoft.VisualBasic.Core": "10.0.5.0", + "Microsoft.VisualBasic": "10.0.0.0", + "Microsoft.Win32.Primitives": "4.1.2.0", + "Microsoft.Win32.Registry": "4.1.3.0", + "mscorlib": "4.0.0.0", + "netstandard": "2.1.0.0", + "System.AppContext": "4.2.2.0", + "System.Buffers": "4.0.2.0", + "System.Collections.Concurrent": "4.0.15.0", + "System.Collections": "4.1.2.0", + "System.Collections.Immutable.Reference": "1.2.5.0", + "System.Collections.NonGeneric": "4.1.2.0", + "System.Collections.Specialized": "4.1.2.0", + "System.ComponentModel.Annotations": "4.3.1.0", + "System.ComponentModel.DataAnnotations": "4.0.0.0", + "System.ComponentModel": "4.0.4.0", + "System.ComponentModel.EventBasedAsync": "4.1.2.0", + "System.ComponentModel.Primitives": "4.2.2.0", + "System.ComponentModel.TypeConverter": "4.2.2.0", + "System.Configuration": "4.0.0.0", + "System.Console": "4.1.2.0", + "System.Core": "4.0.0.0", + "System.Data.Common": "4.2.2.0", + "System.Data.DataSetExtensions": "4.0.1.0", + "System.Data": "4.0.0.0", + "System.Diagnostics.Contracts": "4.0.4.0", + "System.Diagnostics.Debug": "4.1.2.0", + "System.Diagnostics.DiagnosticSource": "4.0.5.0", + "System.Diagnostics.EventLog": "4.0.2.0", + "System.Diagnostics.FileVersionInfo": "4.0.4.0", + "System.Diagnostics.Process": "4.2.2.0", + "System.Diagnostics.StackTrace": "4.1.2.0", + "System.Diagnostics.TextWriterTraceListener": "4.1.2.0", + "System.Diagnostics.Tools": "4.1.2.0", + "System.Diagnostics.TraceSource": "4.1.2.0", + "System.Diagnostics.Tracing": "4.2.2.0", + "System": "4.0.0.0", + "System.Drawing": "4.0.0.0", + "System.Drawing.Primitives": "4.2.1.0", + "System.Dynamic.Runtime": "4.1.2.0", + "System.Globalization.Calendars": "4.1.2.0", + "System.Globalization": "4.1.2.0", + "System.Globalization.Extensions": "4.1.2.0", + "System.IO.Compression.Brotli": "4.2.2.0", + "System.IO.Compression": "4.2.2.0", + "System.IO.Compression.FileSystem": "4.0.0.0", + "System.IO.Compression.ZipFile": "4.0.5.0", + "System.IO": "4.2.2.0", + "System.IO.FileSystem": "4.1.2.0", + "System.IO.FileSystem.DriveInfo": "4.1.2.0", + "System.IO.FileSystem.Primitives": "4.1.2.0", + "System.IO.FileSystem.Watcher": "4.1.2.0", + "System.IO.IsolatedStorage": "4.1.2.0", + "System.IO.MemoryMappedFiles": "4.1.2.0", + "System.IO.Pipelines": "4.0.2.0", + "System.IO.Pipes": "4.1.2.0", + "System.IO.UnmanagedMemoryStream": "4.1.2.0", + "System.Linq": "4.2.2.0", + "System.Linq.Expressions": "4.2.2.0", + "System.Linq.Parallel": "4.0.4.0", + "System.Linq.Queryable": "4.0.4.0", + "System.Memory.Reference": "4.2.1.0", + "System.Net": "4.0.0.0", + "System.Net.Http": "4.2.2.0", + "System.Net.HttpListener": "4.0.2.0", + "System.Net.Mail": "4.0.2.0", + "System.Net.NameResolution": "4.1.2.0", + "System.Net.NetworkInformation": "4.2.2.0", + "System.Net.Ping": "4.1.2.0", + "System.Net.Primitives": "4.1.2.0", + "System.Net.Requests": "4.1.2.0", + "System.Net.Security": "4.1.2.0", + "System.Net.ServicePoint": "4.0.2.0", + "System.Net.Sockets": "4.2.2.0", + "System.Net.WebClient": "4.0.2.0", + "System.Net.WebHeaderCollection": "4.1.2.0", + "System.Net.WebProxy": "4.0.2.0", + "System.Net.WebSockets.Client": "4.1.2.0", + "System.Net.WebSockets": "4.1.2.0", + "System.Numerics": "4.0.0.0", + "System.Numerics.Vectors": "4.1.6.0", + "System.ObjectModel": "4.1.2.0", + "System.Reflection.DispatchProxy": "4.0.6.0", + "System.Reflection": "4.2.2.0", + "System.Reflection.Emit": "4.1.2.0", + "System.Reflection.Emit.ILGeneration": "4.1.1.0", + "System.Reflection.Emit.Lightweight": "4.1.1.0", + "System.Reflection.Extensions": "4.1.2.0", + "System.Reflection.Metadata.Reference": "1.4.5.0", + "System.Reflection.Primitives": "4.1.2.0", + "System.Reflection.TypeExtensions": "4.1.2.0", + "System.Resources.Reader": "4.1.2.0", + "System.Resources.ResourceManager": "4.1.2.0", + "System.Resources.Writer": "4.1.2.0", + "System.Runtime.CompilerServices.Unsafe.Reference": "4.0.6.0", + "System.Runtime.CompilerServices.VisualC": "4.1.2.0", + "System.Runtime": "4.2.2.0", + "System.Runtime.Extensions": "4.2.2.0", + "System.Runtime.Handles": "4.1.2.0", + "System.Runtime.InteropServices": "4.2.2.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.0.4.0", + "System.Runtime.InteropServices.WindowsRuntime": "4.0.4.0", + "System.Runtime.Intrinsics": "4.0.1.0", + "System.Runtime.Loader": "4.1.1.0", + "System.Runtime.Numerics": "4.1.2.0", + "System.Runtime.Serialization": "4.0.0.0", + "System.Runtime.Serialization.Formatters": "4.0.4.0", + "System.Runtime.Serialization.Json": "4.0.5.0", + "System.Runtime.Serialization.Primitives": "4.2.2.0", + "System.Runtime.Serialization.Xml": "4.1.5.0", + "System.Security.AccessControl": "4.1.1.0", + "System.Security.Claims": "4.1.2.0", + "System.Security.Cryptography.Algorithms": "4.3.2.0", + "System.Security.Cryptography.Cng.Reference": "4.3.3.0", + "System.Security.Cryptography.Csp": "4.1.2.0", + "System.Security.Cryptography.Encoding": "4.1.2.0", + "System.Security.Cryptography.Primitives": "4.1.2.0", + "System.Security.Cryptography.X509Certificates": "4.2.2.0", + "System.Security.Cryptography.Xml": "4.0.3.0", + "System.Security": "4.0.0.0", + "System.Security.Permissions": "4.0.3.0", + "System.Security.Principal": "4.1.2.0", + "System.Security.Principal.Windows": "4.1.1.0", + "System.Security.SecureString": "4.1.2.0", + "System.ServiceModel.Web": "4.0.0.0", + "System.ServiceProcess": "4.0.0.0", + "System.Text.Encoding.CodePages.Reference": "4.1.3.0", + "System.Text.Encoding": "4.1.2.0", + "System.Text.Encoding.Extensions": "4.1.2.0", + "System.Text.Encodings.Web": "4.0.5.0", + "System.Text.Json": "4.0.1.0", + "System.Text.RegularExpressions": "4.2.2.0", + "System.Threading.Channels": "4.0.2.0", + "System.Threading": "4.1.2.0", + "System.Threading.Overlapped": "4.1.2.0", + "System.Threading.Tasks.Dataflow": "4.6.5.0", + "System.Threading.Tasks": "4.1.2.0", + "System.Threading.Tasks.Extensions.Reference": "4.3.1.0", + "System.Threading.Tasks.Parallel": "4.0.4.0", + "System.Threading.Thread": "4.1.2.0", + "System.Threading.ThreadPool": "4.1.2.0", + "System.Threading.Timer": "4.1.2.0", + "System.Transactions": "4.0.0.0", + "System.Transactions.Local": "4.0.2.0", + "System.ValueTuple": "4.0.3.0", + "System.Web": "4.0.0.0", + "System.Web.HttpUtility": "4.0.2.0", + "System.Windows": "4.0.0.0", + "System.Windows.Extensions": "4.0.1.0", + "System.Xml": "4.0.0.0", + "System.Xml.Linq": "4.0.0.0", + "System.Xml.ReaderWriter": "4.2.2.0", + "System.Xml.Serialization": "4.0.0.0", + "System.Xml.XDocument": "4.1.2.0", + "System.Xml.XmlDocument": "4.1.2.0", + "System.Xml.XmlSerializer": "4.1.2.0", + "System.Xml.XPath": "4.1.2.0", + "System.Xml.XPath.XDocument": "4.1.2.0", + "WindowsBase": "4.0.0.0" + }, + "runtime": { + "rmutr_report.dll": {} + }, + "compile": { + "rmutr_report.dll": {} + } + }, + "ClosedXML/0.96.0": { + "dependencies": { + "DocumentFormat.OpenXml": "2.16.0", + "ExcelNumberFormat": "1.1.0", + "Microsoft.CSharp": "4.7.0", + "System.Drawing.Common": "4.7.0" + }, + "runtime": { + "lib/netstandard2.0/ClosedXML.dll": { + "assemblyVersion": "0.96.0.0", + "fileVersion": "0.96.0.0" + } + }, + "compile": { + "lib/netstandard2.0/ClosedXML.dll": {} + } + }, + "DocumentFormat.OpenXml/2.16.0": { + "dependencies": { + "System.IO.Packaging": "4.7.0" + }, + "runtime": { + "lib/netstandard2.0/DocumentFormat.OpenXml.dll": { + "assemblyVersion": "2.16.0.0", + "fileVersion": "2.16.0.0" + } + }, + "compile": { + "lib/netstandard2.0/DocumentFormat.OpenXml.dll": {} + } + }, + "ExcelNumberFormat/1.1.0": { + "runtime": { + "lib/netstandard2.0/ExcelNumberFormat.dll": { + "assemblyVersion": "1.1.0.0", + "fileVersion": "1.1.0.0" + } + }, + "compile": { + "lib/netstandard2.0/ExcelNumberFormat.dll": {} + } + }, + "FastReport.Compat/2023.1.8": { + "dependencies": { + "Microsoft.CodeAnalysis.CSharp": "3.3.1", + "Microsoft.CodeAnalysis.VisualBasic": "3.3.1", + "System.Drawing.Common": "4.7.0" + }, + "runtimeTargets": { + "runtimes/any/lib/netcoreapp3.0/FastReport.Compat.dll": { + "rid": "any", + "assetType": "runtime", + "assemblyVersion": "2023.1.8.0", + "fileVersion": "2023.1.8.0" + } + } + }, + "FastReport.Core/2023.2.17-demo": { + "dependencies": { + "FastReport.Compat": "2023.1.8", + "FastReport.DataVisualization": "2023.1.0", + "System.Drawing.Common": "4.7.0", + "System.Security.Cryptography.Pkcs": "4.7.0" + }, + "runtime": { + "lib/netcoreapp3.1/FastReport.dll": { + "assemblyVersion": "2023.2.17.0", + "fileVersion": "2023.2.17.0" + } + }, + "compile": { + "lib/netcoreapp3.1/FastReport.dll": {} + } + }, + "FastReport.DataVisualization/2023.1.0": { + "dependencies": { + "FastReport.Compat": "2023.1.8" + } + }, + "Microsoft.CodeAnalysis.Analyzers/2.9.4": {}, + "Microsoft.CodeAnalysis.Common/3.3.1": { + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "2.9.4", + "System.Collections.Immutable": "1.5.0", + "System.Memory": "4.5.3", + "System.Reflection.Metadata": "1.6.0", + "System.Runtime.CompilerServices.Unsafe": "4.5.2", + "System.Text.Encoding.CodePages": "4.5.1", + "System.Threading.Tasks.Extensions": "4.5.3" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": { + "assemblyVersion": "3.3.0.0", + "fileVersion": "3.300.119.46211" + } + }, + "resources": { + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + }, + "compile": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": {} + } + }, + "Microsoft.CodeAnalysis.CSharp/3.3.1": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "3.3.1" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": { + "assemblyVersion": "3.3.0.0", + "fileVersion": "3.300.119.46211" + } + }, + "resources": { + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + }, + "compile": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": {} + } + }, + "Microsoft.CodeAnalysis.VisualBasic/3.3.1": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "3.3.1" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.dll": { + "assemblyVersion": "3.3.0.0", + "fileVersion": "3.300.119.46211" + } + }, + "resources": { + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "zh-Hant" + } + }, + "compile": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.dll": {} + } + }, + "Microsoft.CSharp/4.7.0": {}, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": {}, + "Microsoft.NETCore.Platforms/3.1.0": {}, + "Microsoft.OpenApi/1.2.3": { + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "assemblyVersion": "1.2.3.0", + "fileVersion": "1.2.3.0" + } + }, + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": {} + } + }, + "Microsoft.Win32.SystemEvents/4.7.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0" + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + } + }, + "Swashbuckle.AspNetCore.Annotations/6.5.0": { + "dependencies": { + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0" + }, + "runtime": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Annotations.dll": { + "assemblyVersion": "6.5.0.0", + "fileVersion": "6.5.0.0" + } + }, + "compile": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Annotations.dll": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "runtime": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": { + "assemblyVersion": "6.5.0.0", + "fileVersion": "6.5.0.0" + } + }, + "compile": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": {} + } + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "runtime": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "assemblyVersion": "6.5.0.0", + "fileVersion": "6.5.0.0" + } + }, + "compile": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {} + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "runtime": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "assemblyVersion": "6.5.0.0", + "fileVersion": "6.5.0.0" + } + }, + "compile": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {} + } + }, + "System.Collections.Immutable/1.5.0": {}, + "System.Drawing.Common/4.7.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.Win32.SystemEvents": "4.7.0" + }, + "compile": { + "ref/netcoreapp3.0/System.Drawing.Common.dll": {} + } + }, + "System.IO.Packaging/4.7.0": { + "runtime": { + "lib/netstandard2.0/System.IO.Packaging.dll": { + "assemblyVersion": "4.0.5.0", + "fileVersion": "4.700.19.56404" + } + }, + "compile": { + "ref/netstandard2.0/System.IO.Packaging.dll": {} + } + }, + "System.Memory/4.5.3": {}, + "System.Reflection.Metadata/1.6.0": {}, + "System.Runtime.CompilerServices.Unsafe/4.5.2": {}, + "System.Security.Cryptography.Cng/4.7.0": {}, + "System.Security.Cryptography.Pkcs/4.7.0": { + "dependencies": { + "System.Security.Cryptography.Cng": "4.7.0" + }, + "compile": { + "ref/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {} + } + }, + "System.Text.Encoding.CodePages/4.5.1": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Runtime.CompilerServices.Unsafe": "4.5.2" + } + }, + "System.Threading.Tasks.Extensions/4.5.3": {}, + "FastReport.Compat.Reference/2023.1.8.0": { + "runtime": { + "FastReport.Compat.dll": { + "assemblyVersion": "2023.1.8.0", + "fileVersion": "2023.1.8.0" + } + }, + "compile": { + "FastReport.Compat.dll": {} + } + }, + "FastReport.DataVisualization.Reference/2023.1.0.0": { + "runtime": { + "FastReport.DataVisualization.dll": { + "assemblyVersion": "2023.1.0.0", + "fileVersion": "2023.1.0.0" + } + }, + "compile": { + "FastReport.DataVisualization.dll": {} + } + }, + "Microsoft.AspNetCore.Antiforgery/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Antiforgery.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Authentication.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Authentication.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Authentication.Cookies/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Authentication.Cookies.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Authentication.Core/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Authentication.Core.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Authentication/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Authentication.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Authentication.OAuth/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Authentication.OAuth.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Authorization/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Authorization.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Authorization.Policy/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Authorization.Policy.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Components.Authorization/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Components.Authorization.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Components/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Components.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Components.Forms/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Components.Forms.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Components.Server/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Components.Server.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Components.Web/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Components.Web.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Connections.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Connections.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.CookiePolicy/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.CookiePolicy.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Cors/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Cors.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Cryptography.Internal/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Cryptography.Internal.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Cryptography.KeyDerivation/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.DataProtection/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.DataProtection.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.DataProtection.Extensions/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.DataProtection.Extensions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Diagnostics.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Diagnostics/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Diagnostics.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Diagnostics.HealthChecks/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.HostFiltering/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.HostFiltering.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Hosting.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Hosting.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Hosting/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Hosting.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Hosting.Server.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Html.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Html.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Http.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Http.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Http.Connections.Common/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Http.Connections.Common.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Http.Connections/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Http.Connections.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Http/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Http.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Http.Extensions/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Http.Extensions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Http.Features/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Http.Features.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.HttpOverrides/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.HttpOverrides.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.HttpsPolicy/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.HttpsPolicy.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Identity/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Identity.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Localization/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Localization.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Localization.Routing/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Localization.Routing.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Metadata/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Metadata.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.ApiExplorer/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.Core/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.Core.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.Cors/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.Cors.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.DataAnnotations/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.Formatters.Json/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.Formatters.Xml/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.Localization/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.Localization.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.Razor/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.Razor.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.RazorPages/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.RazorPages.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.TagHelpers/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.ViewFeatures/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Razor/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Razor.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Razor.Runtime/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Razor.Runtime.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.ResponseCaching.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.ResponseCaching/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.ResponseCaching.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.ResponseCompression/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.ResponseCompression.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Rewrite/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Rewrite.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Routing.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Routing.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Routing/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Routing.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Server.HttpSys/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Server.HttpSys.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Server.IIS/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Server.IIS.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Server.IISIntegration/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Server.IISIntegration.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Server.Kestrel.Core/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Server.Kestrel.Core.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Server.Kestrel/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Server.Kestrel.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Session/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.Session.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.SignalR.Common/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.SignalR.Common.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.SignalR.Core/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.SignalR.Core.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.SignalR/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.SignalR.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.SignalR.Protocols.Json/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.SignalR.Protocols.Json.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.StaticFiles/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.StaticFiles.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.WebSockets/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.WebSockets.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.WebUtilities/3.1.0.0": { + "compile": { + "Microsoft.AspNetCore.WebUtilities.dll": {} + }, + "compileOnly": true + }, + "Microsoft.CSharp.Reference/4.0.0.0": { + "compile": { + "Microsoft.CSharp.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Caching.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Caching.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Caching.Memory/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Caching.Memory.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.Binder/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.Binder.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.CommandLine/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.CommandLine.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.FileExtensions/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.FileExtensions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.Ini/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.Ini.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.Json/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.Json.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.KeyPerFile/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.KeyPerFile.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.UserSecrets/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.UserSecrets.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.Xml/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.Xml.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.DependencyInjection/3.1.0.0": { + "compile": { + "Microsoft.Extensions.DependencyInjection.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Diagnostics.HealthChecks/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Diagnostics.HealthChecks.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.FileProviders.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.Extensions.FileProviders.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.FileProviders.Composite/3.1.0.0": { + "compile": { + "Microsoft.Extensions.FileProviders.Composite.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.FileProviders.Embedded/3.1.0.0": { + "compile": { + "Microsoft.Extensions.FileProviders.Embedded.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.FileProviders.Physical/3.1.0.0": { + "compile": { + "Microsoft.Extensions.FileProviders.Physical.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.FileSystemGlobbing/3.1.0.0": { + "compile": { + "Microsoft.Extensions.FileSystemGlobbing.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Hosting.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Hosting.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Hosting/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Hosting.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Http/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Http.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Identity.Core/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Identity.Core.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Identity.Stores/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Identity.Stores.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Localization.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Localization.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Localization/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Localization.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging.Abstractions/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Logging.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging.Configuration/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Logging.Configuration.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging.Console/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Logging.Console.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging.Debug/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Logging.Debug.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Logging.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging.EventLog/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Logging.EventLog.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging.EventSource/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Logging.EventSource.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging.TraceSource/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Logging.TraceSource.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.ObjectPool/3.1.0.0": { + "compile": { + "Microsoft.Extensions.ObjectPool.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Options.DataAnnotations/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Options.DataAnnotations.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Options/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Options.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Primitives/3.1.0.0": { + "compile": { + "Microsoft.Extensions.Primitives.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.WebEncoders/3.1.0.0": { + "compile": { + "Microsoft.Extensions.WebEncoders.dll": {} + }, + "compileOnly": true + }, + "Microsoft.JSInterop/3.1.0.0": { + "compile": { + "Microsoft.JSInterop.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Net.Http.Headers/3.1.0.0": { + "compile": { + "Microsoft.Net.Http.Headers.dll": {} + }, + "compileOnly": true + }, + "Microsoft.VisualBasic.Core/10.0.5.0": { + "compile": { + "Microsoft.VisualBasic.Core.dll": {} + }, + "compileOnly": true + }, + "Microsoft.VisualBasic/10.0.0.0": { + "compile": { + "Microsoft.VisualBasic.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Win32.Primitives/4.1.2.0": { + "compile": { + "Microsoft.Win32.Primitives.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Win32.Registry/4.1.3.0": { + "compile": { + "Microsoft.Win32.Registry.dll": {} + }, + "compileOnly": true + }, + "mscorlib/4.0.0.0": { + "compile": { + "mscorlib.dll": {} + }, + "compileOnly": true + }, + "netstandard/2.1.0.0": { + "compile": { + "netstandard.dll": {} + }, + "compileOnly": true + }, + "System.AppContext/4.2.2.0": { + "compile": { + "System.AppContext.dll": {} + }, + "compileOnly": true + }, + "System.Buffers/4.0.2.0": { + "compile": { + "System.Buffers.dll": {} + }, + "compileOnly": true + }, + "System.Collections.Concurrent/4.0.15.0": { + "compile": { + "System.Collections.Concurrent.dll": {} + }, + "compileOnly": true + }, + "System.Collections/4.1.2.0": { + "compile": { + "System.Collections.dll": {} + }, + "compileOnly": true + }, + "System.Collections.Immutable.Reference/1.2.5.0": { + "compile": { + "System.Collections.Immutable.dll": {} + }, + "compileOnly": true + }, + "System.Collections.NonGeneric/4.1.2.0": { + "compile": { + "System.Collections.NonGeneric.dll": {} + }, + "compileOnly": true + }, + "System.Collections.Specialized/4.1.2.0": { + "compile": { + "System.Collections.Specialized.dll": {} + }, + "compileOnly": true + }, + "System.ComponentModel.Annotations/4.3.1.0": { + "compile": { + "System.ComponentModel.Annotations.dll": {} + }, + "compileOnly": true + }, + "System.ComponentModel.DataAnnotations/4.0.0.0": { + "compile": { + "System.ComponentModel.DataAnnotations.dll": {} + }, + "compileOnly": true + }, + "System.ComponentModel/4.0.4.0": { + "compile": { + "System.ComponentModel.dll": {} + }, + "compileOnly": true + }, + "System.ComponentModel.EventBasedAsync/4.1.2.0": { + "compile": { + "System.ComponentModel.EventBasedAsync.dll": {} + }, + "compileOnly": true + }, + "System.ComponentModel.Primitives/4.2.2.0": { + "compile": { + "System.ComponentModel.Primitives.dll": {} + }, + "compileOnly": true + }, + "System.ComponentModel.TypeConverter/4.2.2.0": { + "compile": { + "System.ComponentModel.TypeConverter.dll": {} + }, + "compileOnly": true + }, + "System.Configuration/4.0.0.0": { + "compile": { + "System.Configuration.dll": {} + }, + "compileOnly": true + }, + "System.Console/4.1.2.0": { + "compile": { + "System.Console.dll": {} + }, + "compileOnly": true + }, + "System.Core/4.0.0.0": { + "compile": { + "System.Core.dll": {} + }, + "compileOnly": true + }, + "System.Data.Common/4.2.2.0": { + "compile": { + "System.Data.Common.dll": {} + }, + "compileOnly": true + }, + "System.Data.DataSetExtensions/4.0.1.0": { + "compile": { + "System.Data.DataSetExtensions.dll": {} + }, + "compileOnly": true + }, + "System.Data/4.0.0.0": { + "compile": { + "System.Data.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.Contracts/4.0.4.0": { + "compile": { + "System.Diagnostics.Contracts.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.Debug/4.1.2.0": { + "compile": { + "System.Diagnostics.Debug.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.DiagnosticSource/4.0.5.0": { + "compile": { + "System.Diagnostics.DiagnosticSource.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.EventLog/4.0.2.0": { + "compile": { + "System.Diagnostics.EventLog.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.FileVersionInfo/4.0.4.0": { + "compile": { + "System.Diagnostics.FileVersionInfo.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.Process/4.2.2.0": { + "compile": { + "System.Diagnostics.Process.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.StackTrace/4.1.2.0": { + "compile": { + "System.Diagnostics.StackTrace.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.TextWriterTraceListener/4.1.2.0": { + "compile": { + "System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.Tools/4.1.2.0": { + "compile": { + "System.Diagnostics.Tools.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.TraceSource/4.1.2.0": { + "compile": { + "System.Diagnostics.TraceSource.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.Tracing/4.2.2.0": { + "compile": { + "System.Diagnostics.Tracing.dll": {} + }, + "compileOnly": true + }, + "System/4.0.0.0": { + "compile": { + "System.dll": {} + }, + "compileOnly": true + }, + "System.Drawing/4.0.0.0": { + "compile": { + "System.Drawing.dll": {} + }, + "compileOnly": true + }, + "System.Drawing.Primitives/4.2.1.0": { + "compile": { + "System.Drawing.Primitives.dll": {} + }, + "compileOnly": true + }, + "System.Dynamic.Runtime/4.1.2.0": { + "compile": { + "System.Dynamic.Runtime.dll": {} + }, + "compileOnly": true + }, + "System.Globalization.Calendars/4.1.2.0": { + "compile": { + "System.Globalization.Calendars.dll": {} + }, + "compileOnly": true + }, + "System.Globalization/4.1.2.0": { + "compile": { + "System.Globalization.dll": {} + }, + "compileOnly": true + }, + "System.Globalization.Extensions/4.1.2.0": { + "compile": { + "System.Globalization.Extensions.dll": {} + }, + "compileOnly": true + }, + "System.IO.Compression.Brotli/4.2.2.0": { + "compile": { + "System.IO.Compression.Brotli.dll": {} + }, + "compileOnly": true + }, + "System.IO.Compression/4.2.2.0": { + "compile": { + "System.IO.Compression.dll": {} + }, + "compileOnly": true + }, + "System.IO.Compression.FileSystem/4.0.0.0": { + "compile": { + "System.IO.Compression.FileSystem.dll": {} + }, + "compileOnly": true + }, + "System.IO.Compression.ZipFile/4.0.5.0": { + "compile": { + "System.IO.Compression.ZipFile.dll": {} + }, + "compileOnly": true + }, + "System.IO/4.2.2.0": { + "compile": { + "System.IO.dll": {} + }, + "compileOnly": true + }, + "System.IO.FileSystem/4.1.2.0": { + "compile": { + "System.IO.FileSystem.dll": {} + }, + "compileOnly": true + }, + "System.IO.FileSystem.DriveInfo/4.1.2.0": { + "compile": { + "System.IO.FileSystem.DriveInfo.dll": {} + }, + "compileOnly": true + }, + "System.IO.FileSystem.Primitives/4.1.2.0": { + "compile": { + "System.IO.FileSystem.Primitives.dll": {} + }, + "compileOnly": true + }, + "System.IO.FileSystem.Watcher/4.1.2.0": { + "compile": { + "System.IO.FileSystem.Watcher.dll": {} + }, + "compileOnly": true + }, + "System.IO.IsolatedStorage/4.1.2.0": { + "compile": { + "System.IO.IsolatedStorage.dll": {} + }, + "compileOnly": true + }, + "System.IO.MemoryMappedFiles/4.1.2.0": { + "compile": { + "System.IO.MemoryMappedFiles.dll": {} + }, + "compileOnly": true + }, + "System.IO.Pipelines/4.0.2.0": { + "compile": { + "System.IO.Pipelines.dll": {} + }, + "compileOnly": true + }, + "System.IO.Pipes/4.1.2.0": { + "compile": { + "System.IO.Pipes.dll": {} + }, + "compileOnly": true + }, + "System.IO.UnmanagedMemoryStream/4.1.2.0": { + "compile": { + "System.IO.UnmanagedMemoryStream.dll": {} + }, + "compileOnly": true + }, + "System.Linq/4.2.2.0": { + "compile": { + "System.Linq.dll": {} + }, + "compileOnly": true + }, + "System.Linq.Expressions/4.2.2.0": { + "compile": { + "System.Linq.Expressions.dll": {} + }, + "compileOnly": true + }, + "System.Linq.Parallel/4.0.4.0": { + "compile": { + "System.Linq.Parallel.dll": {} + }, + "compileOnly": true + }, + "System.Linq.Queryable/4.0.4.0": { + "compile": { + "System.Linq.Queryable.dll": {} + }, + "compileOnly": true + }, + "System.Memory.Reference/4.2.1.0": { + "compile": { + "System.Memory.dll": {} + }, + "compileOnly": true + }, + "System.Net/4.0.0.0": { + "compile": { + "System.Net.dll": {} + }, + "compileOnly": true + }, + "System.Net.Http/4.2.2.0": { + "compile": { + "System.Net.Http.dll": {} + }, + "compileOnly": true + }, + "System.Net.HttpListener/4.0.2.0": { + "compile": { + "System.Net.HttpListener.dll": {} + }, + "compileOnly": true + }, + "System.Net.Mail/4.0.2.0": { + "compile": { + "System.Net.Mail.dll": {} + }, + "compileOnly": true + }, + "System.Net.NameResolution/4.1.2.0": { + "compile": { + "System.Net.NameResolution.dll": {} + }, + "compileOnly": true + }, + "System.Net.NetworkInformation/4.2.2.0": { + "compile": { + "System.Net.NetworkInformation.dll": {} + }, + "compileOnly": true + }, + "System.Net.Ping/4.1.2.0": { + "compile": { + "System.Net.Ping.dll": {} + }, + "compileOnly": true + }, + "System.Net.Primitives/4.1.2.0": { + "compile": { + "System.Net.Primitives.dll": {} + }, + "compileOnly": true + }, + "System.Net.Requests/4.1.2.0": { + "compile": { + "System.Net.Requests.dll": {} + }, + "compileOnly": true + }, + "System.Net.Security/4.1.2.0": { + "compile": { + "System.Net.Security.dll": {} + }, + "compileOnly": true + }, + "System.Net.ServicePoint/4.0.2.0": { + "compile": { + "System.Net.ServicePoint.dll": {} + }, + "compileOnly": true + }, + "System.Net.Sockets/4.2.2.0": { + "compile": { + "System.Net.Sockets.dll": {} + }, + "compileOnly": true + }, + "System.Net.WebClient/4.0.2.0": { + "compile": { + "System.Net.WebClient.dll": {} + }, + "compileOnly": true + }, + "System.Net.WebHeaderCollection/4.1.2.0": { + "compile": { + "System.Net.WebHeaderCollection.dll": {} + }, + "compileOnly": true + }, + "System.Net.WebProxy/4.0.2.0": { + "compile": { + "System.Net.WebProxy.dll": {} + }, + "compileOnly": true + }, + "System.Net.WebSockets.Client/4.1.2.0": { + "compile": { + "System.Net.WebSockets.Client.dll": {} + }, + "compileOnly": true + }, + "System.Net.WebSockets/4.1.2.0": { + "compile": { + "System.Net.WebSockets.dll": {} + }, + "compileOnly": true + }, + "System.Numerics/4.0.0.0": { + "compile": { + "System.Numerics.dll": {} + }, + "compileOnly": true + }, + "System.Numerics.Vectors/4.1.6.0": { + "compile": { + "System.Numerics.Vectors.dll": {} + }, + "compileOnly": true + }, + "System.ObjectModel/4.1.2.0": { + "compile": { + "System.ObjectModel.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.DispatchProxy/4.0.6.0": { + "compile": { + "System.Reflection.DispatchProxy.dll": {} + }, + "compileOnly": true + }, + "System.Reflection/4.2.2.0": { + "compile": { + "System.Reflection.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.Emit/4.1.2.0": { + "compile": { + "System.Reflection.Emit.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.Emit.ILGeneration/4.1.1.0": { + "compile": { + "System.Reflection.Emit.ILGeneration.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.Emit.Lightweight/4.1.1.0": { + "compile": { + "System.Reflection.Emit.Lightweight.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.Extensions/4.1.2.0": { + "compile": { + "System.Reflection.Extensions.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.Metadata.Reference/1.4.5.0": { + "compile": { + "System.Reflection.Metadata.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.Primitives/4.1.2.0": { + "compile": { + "System.Reflection.Primitives.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.TypeExtensions/4.1.2.0": { + "compile": { + "System.Reflection.TypeExtensions.dll": {} + }, + "compileOnly": true + }, + "System.Resources.Reader/4.1.2.0": { + "compile": { + "System.Resources.Reader.dll": {} + }, + "compileOnly": true + }, + "System.Resources.ResourceManager/4.1.2.0": { + "compile": { + "System.Resources.ResourceManager.dll": {} + }, + "compileOnly": true + }, + "System.Resources.Writer/4.1.2.0": { + "compile": { + "System.Resources.Writer.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.CompilerServices.Unsafe.Reference/4.0.6.0": { + "compile": { + "System.Runtime.CompilerServices.Unsafe.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.CompilerServices.VisualC/4.1.2.0": { + "compile": { + "System.Runtime.CompilerServices.VisualC.dll": {} + }, + "compileOnly": true + }, + "System.Runtime/4.2.2.0": { + "compile": { + "System.Runtime.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Extensions/4.2.2.0": { + "compile": { + "System.Runtime.Extensions.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Handles/4.1.2.0": { + "compile": { + "System.Runtime.Handles.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.InteropServices/4.2.2.0": { + "compile": { + "System.Runtime.InteropServices.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.InteropServices.RuntimeInformation/4.0.4.0": { + "compile": { + "System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.InteropServices.WindowsRuntime/4.0.4.0": { + "compile": { + "System.Runtime.InteropServices.WindowsRuntime.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Intrinsics/4.0.1.0": { + "compile": { + "System.Runtime.Intrinsics.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Loader/4.1.1.0": { + "compile": { + "System.Runtime.Loader.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Numerics/4.1.2.0": { + "compile": { + "System.Runtime.Numerics.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Serialization/4.0.0.0": { + "compile": { + "System.Runtime.Serialization.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Serialization.Formatters/4.0.4.0": { + "compile": { + "System.Runtime.Serialization.Formatters.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Serialization.Json/4.0.5.0": { + "compile": { + "System.Runtime.Serialization.Json.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Serialization.Primitives/4.2.2.0": { + "compile": { + "System.Runtime.Serialization.Primitives.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Serialization.Xml/4.1.5.0": { + "compile": { + "System.Runtime.Serialization.Xml.dll": {} + }, + "compileOnly": true + }, + "System.Security.AccessControl/4.1.1.0": { + "compile": { + "System.Security.AccessControl.dll": {} + }, + "compileOnly": true + }, + "System.Security.Claims/4.1.2.0": { + "compile": { + "System.Security.Claims.dll": {} + }, + "compileOnly": true + }, + "System.Security.Cryptography.Algorithms/4.3.2.0": { + "compile": { + "System.Security.Cryptography.Algorithms.dll": {} + }, + "compileOnly": true + }, + "System.Security.Cryptography.Cng.Reference/4.3.3.0": { + "compile": { + "System.Security.Cryptography.Cng.dll": {} + }, + "compileOnly": true + }, + "System.Security.Cryptography.Csp/4.1.2.0": { + "compile": { + "System.Security.Cryptography.Csp.dll": {} + }, + "compileOnly": true + }, + "System.Security.Cryptography.Encoding/4.1.2.0": { + "compile": { + "System.Security.Cryptography.Encoding.dll": {} + }, + "compileOnly": true + }, + "System.Security.Cryptography.Primitives/4.1.2.0": { + "compile": { + "System.Security.Cryptography.Primitives.dll": {} + }, + "compileOnly": true + }, + "System.Security.Cryptography.X509Certificates/4.2.2.0": { + "compile": { + "System.Security.Cryptography.X509Certificates.dll": {} + }, + "compileOnly": true + }, + "System.Security.Cryptography.Xml/4.0.3.0": { + "compile": { + "System.Security.Cryptography.Xml.dll": {} + }, + "compileOnly": true + }, + "System.Security/4.0.0.0": { + "compile": { + "System.Security.dll": {} + }, + "compileOnly": true + }, + "System.Security.Permissions/4.0.3.0": { + "compile": { + "System.Security.Permissions.dll": {} + }, + "compileOnly": true + }, + "System.Security.Principal/4.1.2.0": { + "compile": { + "System.Security.Principal.dll": {} + }, + "compileOnly": true + }, + "System.Security.Principal.Windows/4.1.1.0": { + "compile": { + "System.Security.Principal.Windows.dll": {} + }, + "compileOnly": true + }, + "System.Security.SecureString/4.1.2.0": { + "compile": { + "System.Security.SecureString.dll": {} + }, + "compileOnly": true + }, + "System.ServiceModel.Web/4.0.0.0": { + "compile": { + "System.ServiceModel.Web.dll": {} + }, + "compileOnly": true + }, + "System.ServiceProcess/4.0.0.0": { + "compile": { + "System.ServiceProcess.dll": {} + }, + "compileOnly": true + }, + "System.Text.Encoding.CodePages.Reference/4.1.3.0": { + "compile": { + "System.Text.Encoding.CodePages.dll": {} + }, + "compileOnly": true + }, + "System.Text.Encoding/4.1.2.0": { + "compile": { + "System.Text.Encoding.dll": {} + }, + "compileOnly": true + }, + "System.Text.Encoding.Extensions/4.1.2.0": { + "compile": { + "System.Text.Encoding.Extensions.dll": {} + }, + "compileOnly": true + }, + "System.Text.Encodings.Web/4.0.5.0": { + "compile": { + "System.Text.Encodings.Web.dll": {} + }, + "compileOnly": true + }, + "System.Text.Json/4.0.1.0": { + "compile": { + "System.Text.Json.dll": {} + }, + "compileOnly": true + }, + "System.Text.RegularExpressions/4.2.2.0": { + "compile": { + "System.Text.RegularExpressions.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Channels/4.0.2.0": { + "compile": { + "System.Threading.Channels.dll": {} + }, + "compileOnly": true + }, + "System.Threading/4.1.2.0": { + "compile": { + "System.Threading.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Overlapped/4.1.2.0": { + "compile": { + "System.Threading.Overlapped.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Tasks.Dataflow/4.6.5.0": { + "compile": { + "System.Threading.Tasks.Dataflow.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Tasks/4.1.2.0": { + "compile": { + "System.Threading.Tasks.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Tasks.Extensions.Reference/4.3.1.0": { + "compile": { + "System.Threading.Tasks.Extensions.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Tasks.Parallel/4.0.4.0": { + "compile": { + "System.Threading.Tasks.Parallel.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Thread/4.1.2.0": { + "compile": { + "System.Threading.Thread.dll": {} + }, + "compileOnly": true + }, + "System.Threading.ThreadPool/4.1.2.0": { + "compile": { + "System.Threading.ThreadPool.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Timer/4.1.2.0": { + "compile": { + "System.Threading.Timer.dll": {} + }, + "compileOnly": true + }, + "System.Transactions/4.0.0.0": { + "compile": { + "System.Transactions.dll": {} + }, + "compileOnly": true + }, + "System.Transactions.Local/4.0.2.0": { + "compile": { + "System.Transactions.Local.dll": {} + }, + "compileOnly": true + }, + "System.ValueTuple/4.0.3.0": { + "compile": { + "System.ValueTuple.dll": {} + }, + "compileOnly": true + }, + "System.Web/4.0.0.0": { + "compile": { + "System.Web.dll": {} + }, + "compileOnly": true + }, + "System.Web.HttpUtility/4.0.2.0": { + "compile": { + "System.Web.HttpUtility.dll": {} + }, + "compileOnly": true + }, + "System.Windows/4.0.0.0": { + "compile": { + "System.Windows.dll": {} + }, + "compileOnly": true + }, + "System.Windows.Extensions/4.0.1.0": { + "compile": { + "System.Windows.Extensions.dll": {} + }, + "compileOnly": true + }, + "System.Xml/4.0.0.0": { + "compile": { + "System.Xml.dll": {} + }, + "compileOnly": true + }, + "System.Xml.Linq/4.0.0.0": { + "compile": { + "System.Xml.Linq.dll": {} + }, + "compileOnly": true + }, + "System.Xml.ReaderWriter/4.2.2.0": { + "compile": { + "System.Xml.ReaderWriter.dll": {} + }, + "compileOnly": true + }, + "System.Xml.Serialization/4.0.0.0": { + "compile": { + "System.Xml.Serialization.dll": {} + }, + "compileOnly": true + }, + "System.Xml.XDocument/4.1.2.0": { + "compile": { + "System.Xml.XDocument.dll": {} + }, + "compileOnly": true + }, + "System.Xml.XmlDocument/4.1.2.0": { + "compile": { + "System.Xml.XmlDocument.dll": {} + }, + "compileOnly": true + }, + "System.Xml.XmlSerializer/4.1.2.0": { + "compile": { + "System.Xml.XmlSerializer.dll": {} + }, + "compileOnly": true + }, + "System.Xml.XPath/4.1.2.0": { + "compile": { + "System.Xml.XPath.dll": {} + }, + "compileOnly": true + }, + "System.Xml.XPath.XDocument/4.1.2.0": { + "compile": { + "System.Xml.XPath.XDocument.dll": {} + }, + "compileOnly": true + }, + "WindowsBase/4.0.0.0": { + "compile": { + "WindowsBase.dll": {} + }, + "compileOnly": true + } + } + }, + "libraries": { + "rmutr_report/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "ClosedXML/0.96.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3VLfl4wCMHDuaV0GwA9MHY6BvKlTH4zaNG/ah6QODCZYMqLS6m0JVZph5kGpbuCCCyKXdO2hiUd/e35Wzd/Zmw==", + "path": "closedxml/0.96.0", + "hashPath": "closedxml.0.96.0.nupkg.sha512" + }, + "DocumentFormat.OpenXml/2.16.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RhpnDgyyx1KjZm98T3w3bSXFHG/7ZNUaVmz4NAUA+jmV3PcVNZeW87Y04CpBNLdDHEMSspirfo0B5kLRaoE97w==", + "path": "documentformat.openxml/2.16.0", + "hashPath": "documentformat.openxml.2.16.0.nupkg.sha512" + }, + "ExcelNumberFormat/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-R3BVHPs9O+RkExbZYTGT0+9HLbi8ZrNij1Yziyw6znd3J7P3uoIR07uwTLGOogtz1p6+0sna66eBoXu7tBiVQA==", + "path": "excelnumberformat/1.1.0", + "hashPath": "excelnumberformat.1.1.0.nupkg.sha512" + }, + "FastReport.Compat/2023.1.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-GFvZwuKkUJ21nd26IKu8iGb8uXUQ5/98Cl76cLDsvcrXC3HqdPht1AfIALP9to6ov26ZAFuqxnwwSeDL+5AXfw==", + "path": "fastreport.compat/2023.1.8", + "hashPath": "fastreport.compat.2023.1.8.nupkg.sha512" + }, + "FastReport.Core/2023.2.17-demo": { + "type": "package", + "serviceable": true, + "sha512": "sha512-o7BAHpDRMgtrmYWs3P1Qewu2KBTYUNgJb1RN4rKxfKmyxk2u3vkx6QeO3lCouHNIFYRBejgz1wwefQb2BpEACw==", + "path": "fastreport.core/2023.2.17-demo", + "hashPath": "fastreport.core.2023.2.17-demo.nupkg.sha512" + }, + "FastReport.DataVisualization/2023.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OGn3m/4SeNEGgy13kFz/pj3diJEl7eqPFWrdffKxio2GplAtqxVScW2bs5nVDNNgLmtglTg52DOMFKjQgm5hZg==", + "path": "fastreport.datavisualization/2023.1.0", + "hashPath": "fastreport.datavisualization.2023.1.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Analyzers/2.9.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-alIJhS0VUg/7x5AsHEoovh/wRZ0RfCSS7k5pDSqpRLTyuMTtRgj6OJJPRApRhJHOGYYsLakf1hKeXFoDwKwNkg==", + "path": "microsoft.codeanalysis.analyzers/2.9.4", + "hashPath": "microsoft.codeanalysis.analyzers.2.9.4.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Common/3.3.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-N5yQdGy+M4kimVG7hwCeGTCfgYjK2o5b/Shumkb/rCC+/SAkvP1HUAYK+vxPFS7dLJNtXLRsmPHKj3fnyNWnrw==", + "path": "microsoft.codeanalysis.common/3.3.1", + "hashPath": "microsoft.codeanalysis.common.3.3.1.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.CSharp/3.3.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-WDUIhTHem38H6VJ98x2Ssq0fweakJHnHYl7vbG8ARnsAwLoJKCQCy78EeY1oRrCKG42j0v6JVljKkeqSDA28UA==", + "path": "microsoft.codeanalysis.csharp/3.3.1", + "hashPath": "microsoft.codeanalysis.csharp.3.3.1.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.VisualBasic/3.3.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-F7fc/G+0ocOYkKSCJ7Y8Q7eAEkAdG5RYODI9FtSl2Hm8zIDBVA3NccCm98gaOvCamLfMHYqeOjpb3yJnnw3m/w==", + "path": "microsoft.codeanalysis.visualbasic/3.3.1", + "hashPath": "microsoft.codeanalysis.visualbasic.3.3.1.nupkg.sha512" + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "path": "microsoft.csharp/4.7.0", + "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", + "path": "microsoft.extensions.apidescription.server/6.0.5", + "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/3.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", + "path": "microsoft.netcore.platforms/3.1.0", + "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", + "path": "microsoft.openapi/1.2.3", + "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512" + }, + "Microsoft.Win32.SystemEvents/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==", + "path": "microsoft.win32.systemevents/4.7.0", + "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==", + "path": "swashbuckle.aspnetcore/6.5.0", + "hashPath": "swashbuckle.aspnetcore.6.5.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.Annotations/6.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-EcHd1z2pEdnpaBMTI9qjVxk6mFVGVMZ1n0ySC3fjrkXCQQ8O9fMdt9TxPJRKyjiTiTjvO9700jKjmyl+hPBinQ==", + "path": "swashbuckle.aspnetcore.annotations/6.5.0", + "hashPath": "swashbuckle.aspnetcore.annotations.6.5.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==", + "path": "swashbuckle.aspnetcore.swagger/6.5.0", + "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==", + "path": "swashbuckle.aspnetcore.swaggergen/6.5.0", + "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OvbvxX+wL8skxTBttcBsVxdh73Fag4xwqEU2edh4JMn7Ws/xJHnY/JB1e9RoCb6XpDxUF3hD9A0Z1lEUx40Pfw==", + "path": "swashbuckle.aspnetcore.swaggerui/6.5.0", + "hashPath": "swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512" + }, + "System.Collections.Immutable/1.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-EXKiDFsChZW0RjrZ4FYHu9aW6+P4MCgEDCklsVseRfhoO0F+dXeMSsMRAlVXIo06kGJ/zv+2w1a2uc2+kxxSaQ==", + "path": "system.collections.immutable/1.5.0", + "hashPath": "system.collections.immutable.1.5.0.nupkg.sha512" + }, + "System.Drawing.Common/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==", + "path": "system.drawing.common/4.7.0", + "hashPath": "system.drawing.common.4.7.0.nupkg.sha512" + }, + "System.IO.Packaging/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9VV4KAbgRQZ79iEoG40KIeZy38O30oWwewScAST879+oki8g/Wa2HXZQgrhDDxQM4GkP1PnRJll05NMiVPbYAw==", + "path": "system.io.packaging/4.7.0", + "hashPath": "system.io.packaging.4.7.0.nupkg.sha512" + }, + "System.Memory/4.5.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", + "path": "system.memory/4.5.3", + "hashPath": "system.memory.4.5.3.nupkg.sha512" + }, + "System.Reflection.Metadata/1.6.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", + "path": "system.reflection.metadata/1.6.0", + "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512" + }, + "System.Runtime.CompilerServices.Unsafe/4.5.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==", + "path": "system.runtime.compilerservices.unsafe/4.5.2", + "hashPath": "system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512" + }, + "System.Security.Cryptography.Cng/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4WQjFuypWtxb/bl/YwEE7LYGn4fgpsikFfBU6xwEm4YBYiRAhXAEJ62lILBu2JJSFbClIAntFTGfDZafn8yZTg==", + "path": "system.security.cryptography.cng/4.7.0", + "hashPath": "system.security.cryptography.cng.4.7.0.nupkg.sha512" + }, + "System.Security.Cryptography.Pkcs/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0Srzh6YlhjuMxaqMyeCCdZs22cucaUAG6SKDd3gNHBJmre0VZ71ekzWu9rvLD4YXPetyNdPvV6Qst+8C++9v3Q==", + "path": "system.security.cryptography.pkcs/4.7.0", + "hashPath": "system.security.cryptography.pkcs.4.7.0.nupkg.sha512" + }, + "System.Text.Encoding.CodePages/4.5.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", + "path": "system.text.encoding.codepages/4.5.1", + "hashPath": "system.text.encoding.codepages.4.5.1.nupkg.sha512" + }, + "System.Threading.Tasks.Extensions/4.5.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+MvhNtcvIbqmhANyKu91jQnvIRVSTiaOiFNfKWwXGHG48YAb4I/TyH8spsySiPYla7gKal5ZnF3teJqZAximyQ==", + "path": "system.threading.tasks.extensions/4.5.3", + "hashPath": "system.threading.tasks.extensions.4.5.3.nupkg.sha512" + }, + "FastReport.Compat.Reference/2023.1.8.0": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "FastReport.DataVisualization.Reference/2023.1.0.0": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Antiforgery/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Authentication.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Authentication.Cookies/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Authentication.Core/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Authentication/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Authentication.OAuth/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Authorization/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Authorization.Policy/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Components.Authorization/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Components/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Components.Forms/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Components.Server/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Components.Web/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Connections.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.CookiePolicy/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Cors/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Cryptography.Internal/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Cryptography.KeyDerivation/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.DataProtection/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.DataProtection.Extensions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Diagnostics.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Diagnostics/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Diagnostics.HealthChecks/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.HostFiltering/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Hosting.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Hosting/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Hosting.Server.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Html.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Http.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Http.Connections.Common/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Http.Connections/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Http/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Http.Extensions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Http.Features/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.HttpOverrides/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.HttpsPolicy/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Identity/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Localization/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Localization.Routing/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Metadata/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.ApiExplorer/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.Core/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.Cors/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.DataAnnotations/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.Formatters.Json/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.Formatters.Xml/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.Localization/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.Razor/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.RazorPages/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.TagHelpers/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.ViewFeatures/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Razor/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Razor.Runtime/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.ResponseCaching.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.ResponseCaching/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.ResponseCompression/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Rewrite/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Routing.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Routing/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Server.HttpSys/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Server.IIS/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Server.IISIntegration/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Server.Kestrel.Core/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Server.Kestrel/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Session/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.SignalR.Common/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.SignalR.Core/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.SignalR/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.SignalR.Protocols.Json/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.StaticFiles/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.WebSockets/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.WebUtilities/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.CSharp.Reference/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Caching.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Caching.Memory/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.Binder/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.CommandLine/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.FileExtensions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.Ini/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.Json/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.KeyPerFile/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.UserSecrets/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.Xml/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.DependencyInjection/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.FileProviders.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.FileProviders.Composite/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.FileProviders.Embedded/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.FileProviders.Physical/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.FileSystemGlobbing/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Hosting.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Hosting/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Http/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Identity.Core/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Identity.Stores/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Localization.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Localization/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging.Abstractions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging.Configuration/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging.Console/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging.Debug/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging.EventLog/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging.EventSource/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging.TraceSource/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.ObjectPool/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Options.DataAnnotations/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Options/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Primitives/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.WebEncoders/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.JSInterop/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Net.Http.Headers/3.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.VisualBasic.Core/10.0.5.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.VisualBasic/10.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Win32.Primitives/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Win32.Registry/4.1.3.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "mscorlib/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "netstandard/2.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.AppContext/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Buffers/4.0.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Collections.Concurrent/4.0.15.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Collections/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Collections.Immutable.Reference/1.2.5.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Collections.NonGeneric/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Collections.Specialized/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ComponentModel.Annotations/4.3.1.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ComponentModel.DataAnnotations/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ComponentModel/4.0.4.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ComponentModel.EventBasedAsync/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ComponentModel.Primitives/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ComponentModel.TypeConverter/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Configuration/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Console/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Core/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Data.Common/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Data.DataSetExtensions/4.0.1.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Data/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.Contracts/4.0.4.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.Debug/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.DiagnosticSource/4.0.5.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.EventLog/4.0.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.FileVersionInfo/4.0.4.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.Process/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.StackTrace/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.TextWriterTraceListener/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.Tools/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.TraceSource/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.Tracing/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Drawing/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Drawing.Primitives/4.2.1.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Dynamic.Runtime/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Globalization.Calendars/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Globalization/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Globalization.Extensions/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.Compression.Brotli/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.Compression/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.Compression.FileSystem/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.Compression.ZipFile/4.0.5.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.FileSystem/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.FileSystem.DriveInfo/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.FileSystem.Primitives/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.FileSystem.Watcher/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.IsolatedStorage/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.MemoryMappedFiles/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.Pipelines/4.0.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.Pipes/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.UnmanagedMemoryStream/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Linq/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Linq.Expressions/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Linq.Parallel/4.0.4.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Linq.Queryable/4.0.4.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Memory.Reference/4.2.1.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.Http/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.HttpListener/4.0.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.Mail/4.0.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.NameResolution/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.NetworkInformation/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.Ping/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.Primitives/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.Requests/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.Security/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.ServicePoint/4.0.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.Sockets/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.WebClient/4.0.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.WebHeaderCollection/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.WebProxy/4.0.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.WebSockets.Client/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.WebSockets/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Numerics/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Numerics.Vectors/4.1.6.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ObjectModel/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.DispatchProxy/4.0.6.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.Emit/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.Emit.ILGeneration/4.1.1.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.Emit.Lightweight/4.1.1.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.Extensions/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.Metadata.Reference/1.4.5.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.Primitives/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.TypeExtensions/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Resources.Reader/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Resources.ResourceManager/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Resources.Writer/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.CompilerServices.Unsafe.Reference/4.0.6.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.CompilerServices.VisualC/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Extensions/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Handles/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.InteropServices/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.InteropServices.RuntimeInformation/4.0.4.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.InteropServices.WindowsRuntime/4.0.4.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Intrinsics/4.0.1.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Loader/4.1.1.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Numerics/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Serialization/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Serialization.Formatters/4.0.4.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Serialization.Json/4.0.5.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Serialization.Primitives/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Serialization.Xml/4.1.5.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.AccessControl/4.1.1.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Claims/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Cryptography.Algorithms/4.3.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Cryptography.Cng.Reference/4.3.3.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Cryptography.Csp/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Cryptography.Encoding/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Cryptography.Primitives/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Cryptography.X509Certificates/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Cryptography.Xml/4.0.3.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Permissions/4.0.3.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Principal/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Principal.Windows/4.1.1.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.SecureString/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ServiceModel.Web/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ServiceProcess/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Text.Encoding.CodePages.Reference/4.1.3.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Text.Encoding/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Text.Encoding.Extensions/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Text.Encodings.Web/4.0.5.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Text.Json/4.0.1.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Text.RegularExpressions/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Channels/4.0.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Overlapped/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Tasks.Dataflow/4.6.5.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Tasks/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Tasks.Extensions.Reference/4.3.1.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Tasks.Parallel/4.0.4.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Thread/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.ThreadPool/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Timer/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Transactions/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Transactions.Local/4.0.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ValueTuple/4.0.3.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Web/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Web.HttpUtility/4.0.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Windows/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Windows.Extensions/4.0.1.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.Linq/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.ReaderWriter/4.2.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.Serialization/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.XDocument/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.XmlDocument/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.XmlSerializer/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.XPath/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.XPath.XDocument/4.1.2.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "WindowsBase/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/bin/Debug/netcoreapp3.1/rmutr_report.dll b/bin/Debug/netcoreapp3.1/rmutr_report.dll new file mode 100644 index 0000000..10900fd Binary files /dev/null and b/bin/Debug/netcoreapp3.1/rmutr_report.dll differ diff --git a/bin/Debug/netcoreapp3.1/rmutr_report.pdb b/bin/Debug/netcoreapp3.1/rmutr_report.pdb new file mode 100644 index 0000000..cea50cb Binary files /dev/null and b/bin/Debug/netcoreapp3.1/rmutr_report.pdb differ diff --git a/bin/Debug/netcoreapp3.1/rmutr_report.runtimeconfig.dev.json b/bin/Debug/netcoreapp3.1/rmutr_report.runtimeconfig.dev.json new file mode 100644 index 0000000..2d16c52 --- /dev/null +++ b/bin/Debug/netcoreapp3.1/rmutr_report.runtimeconfig.dev.json @@ -0,0 +1,8 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\USER\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\USER\\.nuget\\packages" + ] + } +} \ No newline at end of file diff --git a/bin/Debug/netcoreapp3.1/rmutr_report.runtimeconfig.json b/bin/Debug/netcoreapp3.1/rmutr_report.runtimeconfig.json new file mode 100644 index 0000000..d5480f1 --- /dev/null +++ b/bin/Debug/netcoreapp3.1/rmutr_report.runtimeconfig.json @@ -0,0 +1,13 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.AspNetCore.App", + "version": "3.1.0" + }, + "configProperties": { + "System.GC.Server": true, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/bin/Debug/netcoreapp3.1/rmutr_report.xml b/bin/Debug/netcoreapp3.1/rmutr_report.xml new file mode 100644 index 0000000..7273638 --- /dev/null +++ b/bin/Debug/netcoreapp3.1/rmutr_report.xml @@ -0,0 +1,8 @@ + + + + rmutr_report + + + + diff --git a/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..a73e027 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..67b2528 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..518e243 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/runtimes/any/lib/netcoreapp3.0/FastReport.Compat.dll b/bin/Debug/netcoreapp3.1/runtimes/any/lib/netcoreapp3.0/FastReport.Compat.dll new file mode 100644 index 0000000..e9d1897 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/runtimes/any/lib/netcoreapp3.0/FastReport.Compat.dll differ diff --git a/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..e3b5dcf Binary files /dev/null and b/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..6c8a7ea Binary files /dev/null and b/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..d4dcb3c Binary files /dev/null and b/bin/Debug/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..d08bddf Binary files /dev/null and b/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..f83199c Binary files /dev/null and b/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..3969304 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..0899da8 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..29b47a7 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..94f9ac0 Binary files /dev/null and b/bin/Debug/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll differ diff --git a/obj/Debug/netcoreapp3.1/rmutr_report.MvcApplicationPartsAssemblyInfo.cache b/obj/Debug/netcoreapp3.1/rmutr_report.MvcApplicationPartsAssemblyInfo.cache new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/netcoreapp3.1/rmutr_report.MvcApplicationPartsAssemblyInfo.cs b/obj/Debug/netcoreapp3.1/rmutr_report.MvcApplicationPartsAssemblyInfo.cs new file mode 100644 index 0000000..5dda6d3 --- /dev/null +++ b/obj/Debug/netcoreapp3.1/rmutr_report.MvcApplicationPartsAssemblyInfo.cs @@ -0,0 +1,18 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.Annotations")] +[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/obj/Debug/netcoreapp3.1/rmutr_report.RazorTargetAssemblyInfo.cache b/obj/Debug/netcoreapp3.1/rmutr_report.RazorTargetAssemblyInfo.cache new file mode 100644 index 0000000..fb560e9 --- /dev/null +++ b/obj/Debug/netcoreapp3.1/rmutr_report.RazorTargetAssemblyInfo.cache @@ -0,0 +1 @@ +b75da1d35a4ca649b17d81186a0cb0b6010aa3ac diff --git a/obj/Debug/netcoreapp3.1/rmutr_report.csproj.CopyComplete b/obj/Debug/netcoreapp3.1/rmutr_report.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/netcoreapp3.1/rmutr_report.csproj.CoreCompileInputs.cache b/obj/Debug/netcoreapp3.1/rmutr_report.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..37ebf3a --- /dev/null +++ b/obj/Debug/netcoreapp3.1/rmutr_report.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +31b6ddde15058a36e5b61ddd11c6482fd20c1c37 diff --git a/obj/Debug/netcoreapp3.1/rmutr_report.csproj.FileListAbsolute.txt b/obj/Debug/netcoreapp3.1/rmutr_report.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..29e1c35 --- /dev/null +++ b/obj/Debug/netcoreapp3.1/rmutr_report.csproj.FileListAbsolute.txt @@ -0,0 +1,79 @@ +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\nuget.config +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\appsettings.Development.json +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\appsettings.json +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\rmutr_report.exe +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\rmutr_report.deps.json +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\rmutr_report.runtimeconfig.json +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\rmutr_report.runtimeconfig.dev.json +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\rmutr_report.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\rmutr_report.pdb +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\rmutr_report.xml +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\ClosedXML.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\DocumentFormat.OpenXml.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\ExcelNumberFormat.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\FastReport.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\Microsoft.OpenApi.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.Annotations.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.Swagger.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.SwaggerGen.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\Swashbuckle.AspNetCore.SwaggerUI.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\System.IO.Packaging.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\cs\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\de\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\es\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\fr\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\it\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\ja\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\ko\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\pl\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\ru\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\tr\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\cs\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\de\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\es\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\fr\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\it\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\ja\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\ko\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\pl\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\ru\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\tr\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\cs\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\de\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\es\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\fr\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\it\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\ja\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\ko\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\pl\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\pt-BR\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\ru\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\tr\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\runtimes\any\lib\netcoreapp3.0\FastReport.Compat.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\FastReport.Compat.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\FastReport.DataVisualization.dll +C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.csproj.AssemblyReference.cache +C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.AssemblyInfoInputs.cache +C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.AssemblyInfo.cs +C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.csproj.CoreCompileInputs.cache +C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.MvcApplicationPartsAssemblyInfo.cs +C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.MvcApplicationPartsAssemblyInfo.cache +C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\staticwebassets\rmutr_report.StaticWebAssets.Manifest.cache +C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.RazorTargetAssemblyInfo.cache +C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.csproj.CopyComplete +C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.dll +C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.xml +C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.pdb +C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.genruntimeconfig.cache diff --git a/obj/Debug/netcoreapp3.1/rmutr_report.dll b/obj/Debug/netcoreapp3.1/rmutr_report.dll new file mode 100644 index 0000000..10900fd Binary files /dev/null and b/obj/Debug/netcoreapp3.1/rmutr_report.dll differ diff --git a/obj/Debug/netcoreapp3.1/rmutr_report.genruntimeconfig.cache b/obj/Debug/netcoreapp3.1/rmutr_report.genruntimeconfig.cache new file mode 100644 index 0000000..572029b --- /dev/null +++ b/obj/Debug/netcoreapp3.1/rmutr_report.genruntimeconfig.cache @@ -0,0 +1 @@ +f530878fb081af78ff5e77410efde9fbbaab91cc diff --git a/obj/Debug/netcoreapp3.1/rmutr_report.pdb b/obj/Debug/netcoreapp3.1/rmutr_report.pdb new file mode 100644 index 0000000..cea50cb Binary files /dev/null and b/obj/Debug/netcoreapp3.1/rmutr_report.pdb differ diff --git a/obj/Debug/netcoreapp3.1/rmutr_report.xml b/obj/Debug/netcoreapp3.1/rmutr_report.xml new file mode 100644 index 0000000..7273638 --- /dev/null +++ b/obj/Debug/netcoreapp3.1/rmutr_report.xml @@ -0,0 +1,8 @@ + + + + rmutr_report + + + + diff --git a/obj/Debug/netcoreapp3.1/staticwebassets/rmutr_report.StaticWebAssets.Manifest.cache b/obj/Debug/netcoreapp3.1/staticwebassets/rmutr_report.StaticWebAssets.Manifest.cache new file mode 100644 index 0000000..e69de29